Home
last modified time | relevance | path

Searched refs:LLDB_OPT_SET_4 (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionGroupFormat.h34 static const uint32_t OPTION_GROUP_COUNT = LLDB_OPT_SET_4;
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-defines.h106 #define LLDB_OPT_SET_4 (1U << 3) macro
/trueos/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp69 #define LLDB_3_TO_5 LLDB_OPT_SET_3|LLDB_OPT_SET_4|LLDB_OPT_SET_5
70 #define LLDB_4_TO_5 LLDB_OPT_SET_4|LLDB_OPT_SET_5
87 { LLDB_OPT_SET_4, true , "attach-name" , 'n', required_argument, 0, eArgTypeProcessName,
89 { LLDB_OPT_SET_4, true , "wait-for" , 'w', no_argument , 0, eArgTypeNone,
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectDisassemble.cpp249 LLDB_OPT_SET_4 |
253 { LLDB_OPT_SET_4 , false, "frame" , 'f', OptionParser::eNoArgument , NULL, 0, eArgTy…
HDCommandObjectSource.cpp902 { LLDB_OPT_SET_4, false, "reverse", 'r', OptionParser::eNoArgument, NULL, 0, eArgTypeNone, "Reverse…
HDCommandObjectBreakpoint.cpp674 …{ LLDB_OPT_SET_4, true, "fullname", 'F', OptionParser::eRequiredArgument, NULL, CommandCompletions…
HDCommandObjectPlatform.cpp1654 { LLDB_OPT_SET_4 , true , "starts-with", 's', OptionParser::eRequiredArgument, NULL, 0, …
HDCommandObjectTarget.cpp4204 { LLDB_OPT_SET_2| LLDB_OPT_SET_4 | LLDB_OPT_SET_5
4212 …{ LLDB_OPT_SET_4, true, "function", 'F', OptionParser::eRequiredArgument, NULL, 0, eArgTypeFu…
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionGroupFormat.cpp48 { LLDB_OPT_SET_4, false, "count" ,'c', OptionParser::eRequiredArgument, NULL, 0, eArgTypeCount …