Searched refs:LLDB_OPT_SET_6 (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/
H A Dlldb-defines.h105 #define LLDB_OPT_SET_6 (1U << 5) macro
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp254 { LLDB_OPT_SET_6 , false, "line" , 'l', no_argument , NULL, 0, eArgTypeNone, "Disassemble the current frame's current source line instructions if there debug line table information, else disasemble around the pc."},
H A DCommandObjectPlatform.cpp752 { LLDB_OPT_SET_6 , true , "regex" , 'r', required_argument, NULL, 0, eArgTypeRegularExpression, "Find processes with executable basenames that match a regular expression." },
H A DCommandObjectBreakpoint.cpp659 { LLDB_OPT_SET_6, true, "method", 'M', required_argument, NULL, 0, eArgTypeMethod,
H A DCommandObjectTarget.cpp4118 /* FIXME: re-enable this for types when the LookupTypeInModule actually uses the regex option: | LLDB_OPT_SET_6 */ ,
4127 { LLDB_OPT_SET_6, true, "type", 't', required_argument, NULL, 0, eArgTypeName, "Lookup a type by name in the debug symbols in one or more target modules."},
/external/lldb/tools/driver/
H A DDriver.cpp110 { LLDB_OPT_SET_6, true , "python-path" , 'P', no_argument , 0, eArgTypeNone,

Completed in 142 milliseconds