/openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 102 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData() 111 options_dict_sp->AddBooleanItem(GetKey(OptionNames::Inlines), in SerializeToStructuredData() 113 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
H A D | BreakpointOptions.cpp | 42 options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError), in SerializeToStructuredData() 357 options_dict_sp->AddBooleanItem(GetKey(OptionNames::EnabledState), in SerializeToStructuredData() 360 options_dict_sp->AddBooleanItem(GetKey(OptionNames::OneShotState), in SerializeToStructuredData() 363 options_dict_sp->AddBooleanItem(GetKey(OptionNames::AutoContinue), in SerializeToStructuredData()
|
H A D | BreakpointResolverFileRegex.cpp | 81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
H A D | BreakpointResolverName.cpp | 210 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData()
|
H A D | Breakpoint.cpp | 99 breakpoint_contents_sp->AddBooleanItem( in SerializeToStructuredData()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 211 dict_p->AddBooleanItem("accept", m_accept); in Serialize() 567 config_sp->AddBooleanItem("enabled", enabled); in BuildConfigurationData() 578 source_flags_sp->AddBooleanItem("any-process", m_include_any_process); in BuildConfigurationData() 579 source_flags_sp->AddBooleanItem("debug-level", m_include_debug_level); in BuildConfigurationData() 581 source_flags_sp->AddBooleanItem("info-level", m_include_info_level || in BuildConfigurationData() 583 source_flags_sp->AddBooleanItem("live-stream", m_live_stream); in BuildConfigurationData() 586 config_sp->AddBooleanItem("filter-fall-through-accepts", in BuildConfigurationData()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.cpp | 507 dictionary->AddBooleanItem("suppress", suppress); in Handle_jSignalsInfo() 508 dictionary->AddBooleanItem("stop", stop); in Handle_jSignalsInfo() 509 dictionary->AddBooleanItem("notify", notify); in Handle_jSignalsInfo()
|
H A D | ProcessGDBRemote.cpp | 3779 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 379 dict->AddBooleanItem( in RetrieveReportData() 382 dict->AddBooleanItem( in RetrieveReportData() 857 report->GetAsDictionary()->AddBooleanItem("all_addresses_are_same", in NotifyBreakpointHit()
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | JSONGenerator.h | 289 void AddBooleanItem(std::string key, bool value) { in AddBooleanItem() function
|
H A D | RNBRemote.cpp | 5509 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo() 5512 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 537 void AddBooleanItem(llvm::StringRef key, bool value) { in AddBooleanItem() function
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBDebugger.cpp | 183 dictionary->AddBooleanItem("debugger_specific", in GetDiagnosticFromEvent() 744 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 1252 reply_sp->AddBooleanItem("no_shared_cache", shared_cache_info.noCache); 1253 reply_sp->AddBooleanItem("shared_cache_private_cache",
|