Searched refs:AddBooleanItem (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 109 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 D | BreakpointOptions.cpp | 43 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 D | BreakpointResolverFileRegex.cpp | 85 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
| H A D | BreakpointResolverName.cpp | 215 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData()
|
| H A D | Breakpoint.cpp | 95 breakpoint_contents_sp->AddBooleanItem( in SerializeToStructuredData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 238 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 D | GDBRemoteCommunicationServerPlatform.cpp | 413 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 D | ProcessGDBRemote.cpp | 4127 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 378 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 D | StructuredData.h | 510 void AddBooleanItem(llvm::StringRef key, bool value) { in AddBooleanItem() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBDebugger.cpp | 504 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()
|