Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp69 dictionary_sp->AddBooleanItem("debugger_specific", in GetAsStructuredData()
121 dictionary_sp->AddBooleanItem("debugger_specific", in GetAsStructuredData()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp101 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData()
110 options_dict_sp->AddBooleanItem(GetKey(OptionNames::Inlines), in SerializeToStructuredData()
112 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
H A DBreakpointOptions.cpp42 options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError), in SerializeToStructuredData()
348 options_dict_sp->AddBooleanItem(GetKey(OptionNames::EnabledState), in CreateFromStructuredData()
351 options_dict_sp->AddBooleanItem(GetKey(OptionNames::OneShotState),
354 options_dict_sp->AddBooleanItem(GetKey(OptionNames::AutoContinue), in SerializeToStructuredData()
H A DBreakpointResolverFileRegex.cpp80 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
H A DBreakpointResolverName.cpp208 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData()
H A DBreakpoint.cpp91 breakpoint_contents_sp->AddBooleanItem( in SerializeToStructuredData()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp212 dict_p->AddBooleanItem("accept", m_accept); in Serialize()
569 config_sp->AddBooleanItem("enabled", enabled); in BuildConfigurationData()
580 source_flags_sp->AddBooleanItem("any-process", m_include_any_process); in BuildConfigurationData()
581 source_flags_sp->AddBooleanItem("debug-level", m_include_debug_level); in BuildConfigurationData()
583 source_flags_sp->AddBooleanItem("info-level", m_include_info_level || in BuildConfigurationData()
585 source_flags_sp->AddBooleanItem("live-stream", m_live_stream); in BuildConfigurationData()
588 config_sp->AddBooleanItem("filter-fall-through-accepts", in BuildConfigurationData()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp509 dictionary->AddBooleanItem("suppress", suppress); in Handle_jSignalsInfo()
510 dictionary->AddBooleanItem("stop", stop); in Handle_jSignalsInfo()
511 dictionary->AddBooleanItem("notify", notify); in Handle_jSignalsInfo()
H A DProcessGDBRemote.cpp3930 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp118 m_dict_sp->AddBooleanItem(m_current_key, opt == "true"); in SetOptionValue()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp381 dict->AddBooleanItem( in RetrieveReportData()
384 dict->AddBooleanItem( in RetrieveReportData()
857 report->GetAsDictionary()->AddBooleanItem("all_addresses_are_same", in NotifyBreakpointHit()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h285 void AddBooleanItem(bool value) { in AddBooleanItem() function
533 void AddBooleanItem(llvm::StringRef key, bool value) { in AddBooleanItem() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1300 oso_data->AddBooleanItem("loaded", loaded_successfully); in GetSeparateDebugInfo()
H A DSymbolFileDWARF.cpp4280 dwo_data->AddBooleanItem("loaded", dwo_symfile != nullptr); in GetSeparateDebugInfo()
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp755 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()