/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 107 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData() 116 options_dict_sp->AddBooleanItem(GetKey(OptionNames::Inlines), in SerializeToStructuredData() 118 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch),
|
H A D | BreakpointOptions.cpp | 42 options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError), in SerializeToStructuredData() 353 options_dict_sp->AddBooleanItem(GetKey(OptionNames::EnabledState), in SerializeToStructuredData() 356 options_dict_sp->AddBooleanItem(GetKey(OptionNames::OneShotState), in SerializeToStructuredData() 359 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 | 211 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData()
|
H A D | Breakpoint.cpp | 91 breakpoint_contents_sp->AddBooleanItem( in SerializeToStructuredData()
|
/llvm-project/lldb/source/Core/ |
H A D | DebuggerEvents.cpp | 69 dictionary_sp->AddBooleanItem("debugger_specific", in GetAsStructuredData() 121 dictionary_sp->AddBooleanItem("debugger_specific", in GetAsStructuredData()
|
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 212 dict_p->AddBooleanItem("accept", m_accept); in Serialize() 570 config_sp->AddBooleanItem("enabled", enabled); in BuildConfigurationData() 581 source_flags_sp->AddBooleanItem("any-process", m_include_any_process); in BuildConfigurationData() 582 source_flags_sp->AddBooleanItem("debug-level", m_include_debug_level); in BuildConfigurationData() 584 source_flags_sp->AddBooleanItem("info-level", m_include_info_level || in BuildConfigurationData() 586 source_flags_sp->AddBooleanItem("live-stream", m_live_stream); in BuildConfigurationData() 589 config_sp->AddBooleanItem("filter-fall-through-accepts", in BuildConfigurationData()
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.cpp | 415 dictionary->AddBooleanItem("suppress", suppress); in Handle_qPathComplete() 416 dictionary->AddBooleanItem("stop", stop); in Handle_qPathComplete() 417 dictionary->AddBooleanItem("notify", notify); in Handle_qPathComplete()
|
H A D | ProcessGDBRemote.cpp | 3988 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetDynamicLoaderProcessState()
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupPythonClassWithDict.cpp | 118 m_dict_sp->AddBooleanItem(m_current_key, opt == "true"); in SetOptionValue()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 381 dict->AddBooleanItem( in RetrieveReportData() 384 dict->AddBooleanItem( in RetrieveReportData() 854 report->GetAsDictionary()->AddBooleanItem("all_addresses_are_same", in NotifyBreakpointHit()
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 285 void AddBooleanItem(bool value) { in AddBooleanItem() function 533 void AddBooleanItem(llvm::StringRef key, bool value) { in AddBooleanItem() function
|
/llvm-project/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 | 5565 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo() 5568 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo()
|
/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 759 entry_up->AddBooleanItem("value", value);
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 1283 oso_data->AddBooleanItem("loaded", loaded_successfully); in GetSeparateDebugInfo()
|
H A D | SymbolFileDWARF.cpp | 4197 dwo_data->AddBooleanItem("loaded", dwo_symfile != nullptr); in GetSeparateDebugInfo()
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 1204 reply_sp->AddBooleanItem("no_shared_cache", shared_cache_info.noCache); 1205 reply_sp->AddBooleanItem("shared_cache_private_cache",
|