Searched refs:default_format (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp27 OptionGroupFormat::OptionGroupFormat (lldb::Format default_format, argument
30 m_format (default_format, default_format),
/external/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h36 OptionGroupFormat (lldb::Format default_format,
/external/lldb/source/Core/
H A DDebugger.cpp1397 IsTokenWithFormat(const char *var_name_begin, const char *var, std::string &format, const char *default_format, argument
1406 format = default_format;
1416 // ${thread.id%tid} ; unsigned on FreeBSD/Linux, otherwise default_format (0x%4.4x for thread.id)
1442 format = default_format;

Completed in 440 milliseconds