Home
last modified time | relevance | path

Searched refs:LLDB_OPT_SET_2 (Results 1 – 22 of 22) sorted by relevance

/external/lldb/source/Interpreter/
DOptionGroupVariable.cpp31 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "no-args", 'a', no_argument, NULL, 0, eArg…
32 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "no-locals", 'l', no_argument, NULL, 0, eArg…
33 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "show-globals", 'g', no_argument, NULL, 0, eArg…
34 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "show-declaration",'c', no_argument, NULL, 0, eArg…
35 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "regex", 'r', no_argument, NULL, 0, eArg…
36 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "scope", 's', no_argument, NULL, 0, eArg…
38 …{ LLDB_OPT_SET_2, false, "summary-string", 'z', required_argument, NULL, 0, eArg…
DOptionGroupFormat.cpp46 { LLDB_OPT_SET_2, false, "gdb-format",'G', required_argument, NULL, 0, eArgTypeGDBFormat, "Specify …
/external/lldb/source/Commands/
DCommandObjectExpression.cpp55 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "all-threads", 'a', required_argument, NULL, 0, e…
56 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "ignore-breakpoints", 'i', required_argument, NULL, 0, e…
57 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "timeout", 't', required_argument, NULL, 0, e…
58 …{ LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "unwind-on-error", 'u', required_argument, NULL, 0, e…
213 m_option_group.Append (&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1 | LLDB_OPT_SET_2); in CommandObjectExpression()
DCommandObjectMemory.cpp43 …{ LLDB_OPT_SET_2, false, "binary" ,'b', no_argument , NULL, 0, eArgTypeNone ,"…
46 LLDB_OPT_SET_2|
349 LLDB_OPT_SET_1 | LLDB_OPT_SET_2 | LLDB_OPT_SET_3); in CommandObjectMemoryRead()
356 LLDB_OPT_SET_1 | LLDB_OPT_SET_2); in CommandObjectMemoryRead()
358 …group.Append (&m_outfile_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1 | LLDB_OPT_SET_2 | LLDB_OPT_SET… in CommandObjectMemoryRead()
1027 ….Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_SIZE , LLDB_OPT_SET_1|LLDB_OPT_SET_2); in CommandObjectMemoryWrite()
1028 m_option_group.Append (&m_memory_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_2); in CommandObjectMemoryWrite()
DCommandObjectDisassemble.cpp244LLDB_OPT_SET_2 , true , "start-address", 's', required_argument , NULL, 0, eArgTypeAddressOrExpr…
246 { LLDB_OPT_SET_2 |
DCommandObjectBreakpoint.cpp599 #define LLDB_OPT_FILE ( LLDB_OPT_SET_FROM_TO(1, 9) & ~LLDB_OPT_SET_2 )
645 { LLDB_OPT_SET_2, true, "address", 'a', required_argument, NULL, 0, eArgTypeAddressOrExpression,
1000 { LLDB_OPT_SET_2, false, "disable", 'd', no_argument, NULL, 0, eArgTypeNone, "Disable …
1409 { LLDB_OPT_SET_2, false, "full", 'f', no_argument, NULL, 0, eArgTypeNone,
DCommandObjectType.cpp1406 …{ LLDB_OPT_SET_2 , true, "summary-string", 's', required_argument, NULL, 0, eArgTypeSummaryString…
1410 …{ LLDB_OPT_SET_2 | LLDB_OPT_SET_3, false, "expand", 'e', no_argument, NULL, 0, eArgTypeNone, …
1411 …{ LLDB_OPT_SET_2 | LLDB_OPT_SET_3, false, "name", 'n', required_argument, NULL, 0, eArgTypeName,…
1578 …{ LLDB_OPT_SET_2, false, "category", 'w', required_argument, NULL, 0, eArgTypeName, "Delete from …
2858 …{ LLDB_OPT_SET_2, false, "category", 'w', required_argument, NULL, 0, eArgTypeName, "Delete from …
3024 …{ LLDB_OPT_SET_2, false, "category", 'w', required_argument, NULL, 0, eArgTypeName, "Delete from …
3670 …{ LLDB_OPT_SET_2, false, "python-class", 'l', required_argument, NULL, 0, eArgTypePythonClass, …
DCommandObjectSource.cpp895LLDB_OPT_SET_2 , false, "shlib", 's', required_argument, NULL, CommandCompletions::eModuleComple…
899 { LLDB_OPT_SET_2 , false, "name", 'n', required_argument, NULL, CommandCompletions::eSymbolCompl…
DCommandObjectProcess.cpp707 { LLDB_OPT_SET_2, false, "name", 'n', required_argument, NULL, 0, eArgTypeProcessName, "The…
708 { LLDB_OPT_SET_2, false, "include-existing", 'i', no_argument, NULL, 0, eArgTypeNone, "In…
709 { LLDB_OPT_SET_2, false, "waitfor", 'w', no_argument, NULL, 0, eArgTypeNone, "Wai…
DCommandObjectRegister.cpp356 …{ LLDB_OPT_SET_2 , false, "all" , 'a', no_argument , NULL, 0, eArgTypeNone , "Show…
DCommandObjectTarget.cpp3672 …{ LLDB_OPT_SET_2, false, "address", 'a', required_argument, NULL, 0, eArgTypeAddressOrExpres…
4117 { LLDB_OPT_SET_2| LLDB_OPT_SET_4 | LLDB_OPT_SET_5
4120 …{ LLDB_OPT_SET_2, true, "symbol", 's', required_argument, NULL, 0, eArgTypeSymbol, …
4215 …m_current_frame_option (LLDB_OPT_SET_2, false, "frame", 'F', "Locate the debug symbols the current… in CommandObjectTargetSymbolsAdd()
4220 m_option_group.Append (&m_current_frame_option, LLDB_OPT_SET_2, LLDB_OPT_SET_2); in CommandObjectTargetSymbolsAdd()
5083 { LLDB_OPT_SET_2, false, "classname", 'c', required_argument, NULL, 0, eArgTypeClassName,
DCommandObjectWatchpointCommand.cpp613 …{ LLDB_OPT_SET_2, false, "python-function", 'F', required_argument, NULL, 0, eArgTypePythonFunct…
DCommandObjectBreakpointCommand.cpp652 …{ LLDB_OPT_SET_2, false, "python-function", 'F', required_argument, NULL, 0, eArgTypePythonF…
DCommandObjectPlatform.cpp748 { LLDB_OPT_SET_2 , true , "name" , 'n', required_argument, NULL, 0, eArgTypeProces…
DCommandObjectSettings.cpp291 …{ LLDB_OPT_SET_2, false, "global", 'g', no_argument, NULL, 0, eArgTypeNone, "Apply the new value…
DCommandObjectWatchpoint.cpp341 { LLDB_OPT_SET_2, false, "full", 'f', no_argument, NULL, 0, eArgTypeNone,
DCommandObjectCommands.cpp233 { LLDB_OPT_SET_2, false, "clear", 'C', no_argument, NULL, 0, eArgTypeBoolean, "Clears the curren…
/external/lldb/include/lldb/
Dlldb-defines.h101 #define LLDB_OPT_SET_2 (1U << 1) macro
/external/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h32 static const uint32_t OPTION_GROUP_GDB_FMT = LLDB_OPT_SET_2;
/external/lldb/tools/driver/
DDriver.cpp81 { LLDB_OPT_SET_2, true , "version" , 'v', no_argument , 0, eArgTypeNone,
/external/lldb/source/Target/
DProcess.cpp841 { LLDB_OPT_SET_2 , false, "tty", 't', no_argument, NULL, 0, eArgTypeNone, "Star…
/external/lldb/www/python_reference/
Dapi-objects.txt1593 _lldb'.LLDB_OPT_SET_2 _lldb%27-module.html#LLDB_OPT_SET_2
2142 lldb.LLDB_OPT_SET_2 lldb-module.html#LLDB_OPT_SET_2