reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBDebugger.cpp
  660   entry_up->AddBooleanItem("value", value);
tools/lldb/source/Breakpoint/Breakpoint.cpp
   91   breakpoint_contents_sp->AddBooleanItem(
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
   42   options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError),
  366     options_dict_sp->AddBooleanItem(GetKey(OptionNames::EnabledState),
  369     options_dict_sp->AddBooleanItem(GetKey(OptionNames::OneShotState),
  372     options_dict_sp->AddBooleanItem(GetKey(OptionNames::AutoContinue),
tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
  106   options_dict_sp->AddBooleanItem(GetKey(OptionNames::Inlines), m_inlines);
  107   options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue),
  109   options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch),
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
   83   options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch),
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  213   options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue),
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  377         dict->AddBooleanItem(
  380         dict->AddBooleanItem(
  853     report->GetAsDictionary()->AddBooleanItem("all_addresses_are_same",
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  404     dictionary->AddBooleanItem("suppress", suppress);
  405     dictionary->AddBooleanItem("stop", stop);
  406     dictionary->AddBooleanItem("notify", notify);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4073   args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true);
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  213     dict_p->AddBooleanItem("accept", m_accept);
  573     config_sp->AddBooleanItem("enabled", enabled);
  584     source_flags_sp->AddBooleanItem("any-process", m_include_any_process);
  585     source_flags_sp->AddBooleanItem("debug-level", m_include_debug_level);
  587     source_flags_sp->AddBooleanItem("info-level", m_include_info_level ||
  589     source_flags_sp->AddBooleanItem("live-stream", m_live_stream);
  592     config_sp->AddBooleanItem("filter-fall-through-accepts",