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

1 23

  /external/lldb/source/Target/
Process.cpp 97 { "disable-memory-cache" , OptionValue::eTypeBoolean, false, DISABLE_MEM_CACHE_DEFAULT, NULL, NULL, "Disable reading and caching of memory in fixed-size units." },
98 { "extra-startup-command", OptionValue::eTypeArray , false, OptionValue::eTypeString, NULL, NULL, "A list containing extra commands understood by the particular process plugin used. "
100 { "ignore-breakpoints-in-expressions", OptionValue::eTypeBoolean, true, true, NULL, NULL, "If true, breakpoints will be ignored during expression evaluation." },
101 { "unwind-on-error-in-expressions", OptionValue::eTypeBoolean, true, true, NULL, NULL, "If true, errors in expression evaluation will unwind the stack back to the state before the call." },
102 { "python-os-plugin-path", OptionValue::eTypeFileSpec, false, true, NULL, NULL, "A path to a python OS plug-in module file that contains a OperatingSystemPlugIn class." },
103 { "stop-on-sharedlibrary-events" , OptionValue::eTypeBoolean, true, false, NULL, NULL, "If true, stop when a shared library is loaded or unloaded." },
104 { "detach-keeps-stopped" , OptionValue::eTypeBoolean, true, false, NULL, NULL, "If true, detach will attempt to keep the process stopped." },
105 { NULL , OptionValue::eTypeInvalid, false, 0, NULL, NULL, NULL }
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.cc 373 options_.push_back(OptionValue(opt, value));
378 std::vector<OptionValue>::iterator it;
  /external/lldb/source/Commands/
CommandObjectSettings.cpp 363 Error error(m_interpreter.GetDebugger().DumpPropertyValue (&m_exe_ctx, result.GetOutputStream(), property_path, OptionValue::eDumpGroupValue));
377 m_interpreter.GetDebugger().DumpAllPropertyValues (&m_exe_ctx, result.GetOutputStream(), OptionValue::eDumpGroupValue);
    [all...]
CommandCompletions.cpp 422 properties_sp->DumpValue(NULL, strm, OptionValue::eDumpOptionName);
  /external/lldb/source/API/
SBDebugger.cpp 976 value_sp->DumpValue (&exe_ctx, value_strm, OptionValue::eDumpOptionValue);
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 96 { "packet-timeout" , OptionValue::eTypeUInt64 , true , 1, NULL, NULL, "Specify the default packet timeout in seconds." },
97 { NULL , OptionValue::eTypeInvalid, false, 0, NULL, NULL, NULL }
    [all...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp     [all...]

Completed in 460 milliseconds

1 23