Home
last modified time | relevance | path

Searched refs:AddBooleanItem (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp109 options_dict_sp->AddBooleanItem(GetKey(OptionNames::Inlines), m_inlines); in SerializeToStructuredData()
110 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData()
112 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
H A DBreakpointOptions.cpp43 options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError), in SerializeToStructuredData()
383 options_dict_sp->AddBooleanItem(GetKey(OptionNames::EnabledState), in SerializeToStructuredData()
386 options_dict_sp->AddBooleanItem(GetKey(OptionNames::OneShotState), in SerializeToStructuredData()
389 options_dict_sp->AddBooleanItem(GetKey(OptionNames::AutoContinue), in SerializeToStructuredData()
H A DBreakpointResolverFileRegex.cpp85 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
H A DBreakpointResolverName.cpp215 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData()
H A DBreakpoint.cpp95 breakpoint_contents_sp->AddBooleanItem( in SerializeToStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp238 dict_p->AddBooleanItem("accept", m_accept); in Serialize()
603 config_sp->AddBooleanItem("enabled", enabled); in BuildConfigurationData()
614 source_flags_sp->AddBooleanItem("any-process", m_include_any_process); in BuildConfigurationData()
615 source_flags_sp->AddBooleanItem("debug-level", m_include_debug_level); in BuildConfigurationData()
617 source_flags_sp->AddBooleanItem("info-level", m_include_info_level || in BuildConfigurationData()
619 source_flags_sp->AddBooleanItem("live-stream", m_live_stream); in BuildConfigurationData()
622 config_sp->AddBooleanItem("filter-fall-through-accepts", in BuildConfigurationData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp413 dictionary->AddBooleanItem("suppress", suppress); in Handle_jSignalsInfo()
414 dictionary->AddBooleanItem("stop", stop); in Handle_jSignalsInfo()
415 dictionary->AddBooleanItem("notify", notify); in Handle_jSignalsInfo()
H A DProcessGDBRemote.cpp4127 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp378 dict->AddBooleanItem( in RetrieveReportData()
381 dict->AddBooleanItem( in RetrieveReportData()
854 report->GetAsDictionary()->AddBooleanItem("all_addresses_are_same", in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h510 void AddBooleanItem(llvm::StringRef key, bool value) { in AddBooleanItem() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp504 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()