Searched refs:LLDB_OPT_SET_4 (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionGroupFormat.h | 34 static const uint32_t OPTION_GROUP_COUNT = LLDB_OPT_SET_4;
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-defines.h | 106 #define LLDB_OPT_SET_4 (1U << 3) macro
|
| /trueos/contrib/llvm/tools/lldb/tools/driver/ |
| HD | Driver.cpp | 69 #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/ |
| HD | CommandObjectDisassemble.cpp | 249 LLDB_OPT_SET_4 | 253 { LLDB_OPT_SET_4 , false, "frame" , 'f', OptionParser::eNoArgument , NULL, 0, eArgTy…
|
| HD | CommandObjectSource.cpp | 902 { LLDB_OPT_SET_4, false, "reverse", 'r', OptionParser::eNoArgument, NULL, 0, eArgTypeNone, "Reverse…
|
| HD | CommandObjectBreakpoint.cpp | 674 …{ LLDB_OPT_SET_4, true, "fullname", 'F', OptionParser::eRequiredArgument, NULL, CommandCompletions…
|
| HD | CommandObjectPlatform.cpp | 1654 { LLDB_OPT_SET_4 , true , "starts-with", 's', OptionParser::eRequiredArgument, NULL, 0, …
|
| HD | CommandObjectTarget.cpp | 4204 { 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/ |
| HD | OptionGroupFormat.cpp | 48 { LLDB_OPT_SET_4, false, "count" ,'c', OptionParser::eRequiredArgument, NULL, 0, eArgTypeCount …
|