HomeSort by relevance Sort by last modified time
    Searched refs:OptionValue (Results 26 - 50 of 57) sorted by null

12 3

  /external/lldb/source/Interpreter/
OptionValueEnumeration.cpp 23 OptionValue(),
104 error = OptionValue::SetValueFromCString (value, op);
OptionValueArch.cpp 75 error = OptionValue::SetValueFromCString (value_cstr, op);
OptionValueRegex.cpp 55 error = OptionValue::SetValueFromCString (value_cstr, op);
OptionValueUInt64.cpp 78 error = OptionValue::SetValueFromCString (value_cstr, op);
Android.mk 37 OptionValue.cpp \
OptionValueBoolean.cpp 76 error = OptionValue::SetValueFromCString (value_cstr, op);
OptionValueUUID.cpp 65 error = OptionValue::SetValueFromCString (value_cstr, op);
OptionValueDictionary.cpp 49 OptionValue *option_value = pos->second.get();
213 error = OptionValue::SetValueFromCString (NULL, op);
378 if (pos->second->GetType() == OptionValue::eTypeString)
OptionValueFileSpecLIst.cpp 171 error = OptionValue::SetValueFromCString (value, op);
OptionValuePathMappings.cpp 172 error = OptionValue::SetValueFromCString (value, op);
CommandInterpreter.cpp 76 { "expand-regex-aliases", OptionValue::eTypeBoolean, true, false, NULL, NULL, "If true, regular expression alias commands will show the expanded command that will be executed. This can be used to debug new regular expression alias commands." },
77 { "prompt-on-quit", OptionValue::eTypeBoolean, true, true, NULL, NULL, "If true, LLDB will prompt you before quitting if there are any live processes being debugged. If false, LLDB will quit without asking in any case." },
78 { "stop-command-source-on-error", OptionValue::eTypeBoolean, true, true, NULL, NULL, "If true, LLDB will stop running a 'command source' script upon encountering an error." },
79 { NULL , OptionValue::eTypeInvalid, true, 0 , NULL, NULL, NULL }
    [all...]
  /external/lldb/include/lldb/Interpreter/
OptionValueProperties.h 19 #include "lldb/Interpreter/OptionValue.h"
25 public OptionValue,
34 OptionValue(),
  /external/lldb/source/Target/
Target.cpp     [all...]
Thread.cpp 63 { "step-avoid-regexp", OptionValue::eTypeRegex , true , REG_EXTENDED, "^std::", NULL, "A regular expression defining functions step-in won't stop in." },
64 { "trace-thread", OptionValue::eTypeBoolean, false, false, NULL, NULL, "If true, this thread will single-step and log execution." },
65 { NULL , OptionValue::eTypeInvalid, false, 0 , NULL, NULL, NULL }
    [all...]
  /external/lldb/source/Core/
Debugger.cpp 122 { "auto-confirm", OptionValue::eTypeBoolean, true, false, NULL, NULL, "If true all confirmation prompts will receive their default reply." },
123 { "frame-format", OptionValue::eTypeString , true, 0 , DEFAULT_FRAME_FORMAT, NULL, "The default frame format string to use when displaying stack frame information for threads." },
124 { "notify-void", OptionValue::eTypeBoolean, true, false, NULL, NULL, "Notify the user explicitly if an expression returns void (default: false)." },
125 { "prompt", OptionValue::eTypeString , true, OptionValueString::eOptionEncodeCharacterEscapeSequences, "(lldb) ", NULL, "The debugger command line prompt displayed for the user." },
126 { "script-lang", OptionValue::eTypeEnum , true, eScriptLanguagePython, NULL, g_language_enumerators, "The script language to be used for evaluating user-written scripts." },
127 { "stop-disassembly-count", OptionValue::eTypeSInt64 , true, 4 , NULL, NULL, "The number of disassembly lines to show when displaying a stopped context." },
128 { "stop-disassembly-display", OptionValue::eTypeEnum , true, Debugger::eStopDisassemblyTypeNoSource, NULL, g_show_disassembly_enum_values, "Control when to display disassembly when displaying a stopped context." },
129 { "stop-line-count-after", OptionValue::eTypeSInt64 , true, 3 , NULL, NULL, "The number of sources lines to display that come after the current source line when displaying a stopped context." },
130 { "stop-line-count-before", OptionValue::eTypeSInt64 , true, 3 , NULL, NULL, "The number of sources lines to display that come before the current source line when displaying a stopped context." },
131 { "term-width", OptionValue::eTypeSInt64 , true, 80 , NULL, NULL, "The maximum number of columns to use for displaying text. (…)
    [all...]
Disassembler.cpp 28 #include "lldb/Interpreter/OptionValue.h"
660 Instruction::ReadArray (FILE *in_file, Stream *out_stream, OptionValue::Type data_type)
706 case OptionValue::eTypeUInt64:
732 OptionValue::Type data_type = OptionValue::eTypeInvalid;
811 data_type = OptionValue::eTypeInvalid;
833 data_type = OptionValue::eTypeUInt64;
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 126 class OptionValue;
301 typedef std::shared_ptr<lldb_private::OptionValue> OptionValueSP;
302 typedef std::weak_ptr<lldb_private::OptionValue> OptionValueWP;
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 170 { "search-locally-for-kexts" , OptionValue::eTypeBoolean, true, true, NULL, NULL, "Automatically search for kexts on the local system when doing kernel debugging." },
171 { "kext-directories", OptionValue::eTypeFileSpecList, false, 0, NULL, NULL, "Directories/KDKs to search for kexts in when starting a kernel debug session." },
172 { NULL , OptionValue::eTypeInvalid, false, 0 , NULL, NULL, NULL }
  /external/lldb/source/Commands/
CommandObjectRegister.cpp 267 set_indexes (OptionValue::ConvertTypeToMask (OptionValue::eTypeUInt64)),
314 // When we don't use OptionValue::SetValueFromCString(const char *) to
322 // When we don't use OptionValue::SetValueFromCString(const char *) to
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 185 DWORD WINAPI DhcpGetOptionValue(DHCP_CONST WCHAR *ServerIpAddress,DHCP_OPTION_ID OptionID,DHCP_CONST DHCP_OPTION_SCOPE_INFO *ScopeInfo,LPDHCP_OPTION_VALUE *OptionValue);
511 LDHCP_OPTION_DATA OptionValue
wdspxe.h 61 BYTE OptionValue[1];
  /external/lldb/include/lldb/Core/
Disassembler.h 26 #include "lldb/Interpreter/OptionValue.h"
99 ReadArray (FILE *in_file, Stream *out_stream, OptionValue::Type data_type);
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 52 { "packet-timeout" , OptionValue::eTypeUInt64 , true , 5, NULL, NULL, "Specify the default packet timeout in seconds." },
53 { NULL , OptionValue::eTypeInvalid, false, 0, NULL, NULL, NULL }
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 66 void OptionValue<boolOrDefault>::anchor() {}
67 void OptionValue<std::string>::anchor() {}
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 69 { "load-kexts" , OptionValue::eTypeBoolean, true, true, NULL, NULL, "Automatically loads kext images when attaching to a kernel." },
70 { "scan-type", OptionValue::eTypeEnum, true, eKASLRScanNearPC, NULL, g_kaslr_kernel_scan_enum_values, "Control how many reads lldb will make while searching for a Darwin kernel on attach." },
71 { NULL , OptionValue::eTypeInvalid, false, 0 , NULL, NULL, NULL }
    [all...]

Completed in 1893 milliseconds

12 3