Searched refs:AddBooleanItem (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointResolverFileLine.cpp | 104 options_dict_sp->AddBooleanItem(GetKey(OptionNames::Inlines), m_inlines); in SerializeToStructuredData() 105 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData() 107 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
D | BreakpointOptions.cpp | 42 options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError), in SerializeToStructuredData() 367 options_dict_sp->AddBooleanItem(GetKey(OptionNames::EnabledState), in SerializeToStructuredData() 370 options_dict_sp->AddBooleanItem(GetKey(OptionNames::OneShotState), in SerializeToStructuredData() 373 options_dict_sp->AddBooleanItem(GetKey(OptionNames::AutoContinue), in SerializeToStructuredData()
|
D | BreakpointResolverFileRegex.cpp | 81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
D | BreakpointResolverName.cpp | 210 options_dict_sp->AddBooleanItem(GetKey(OptionNames::SkipPrologue), in SerializeToStructuredData()
|
D | Breakpoint.cpp | 99 breakpoint_contents_sp->AddBooleanItem( in SerializeToStructuredData()
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 215 dict_p->AddBooleanItem("accept", m_accept); in Serialize() 575 config_sp->AddBooleanItem("enabled", enabled); in BuildConfigurationData() 586 source_flags_sp->AddBooleanItem("any-process", m_include_any_process); in BuildConfigurationData() 587 source_flags_sp->AddBooleanItem("debug-level", m_include_debug_level); in BuildConfigurationData() 589 source_flags_sp->AddBooleanItem("info-level", m_include_info_level || in BuildConfigurationData() 591 source_flags_sp->AddBooleanItem("live-stream", m_live_stream); in BuildConfigurationData() 594 config_sp->AddBooleanItem("filter-fall-through-accepts", in BuildConfigurationData()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerPlatform.cpp | 513 dictionary->AddBooleanItem("suppress", suppress); in Handle_jSignalsInfo() 514 dictionary->AddBooleanItem("stop", stop); in Handle_jSignalsInfo() 515 dictionary->AddBooleanItem("notify", notify); in Handle_jSignalsInfo()
|
D | ProcessGDBRemote.cpp | 4040 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
D | InstrumentationRuntimeTSan.cpp | 379 dict->AddBooleanItem( in RetrieveReportData() 382 dict->AddBooleanItem( in RetrieveReportData() 856 report->GetAsDictionary()->AddBooleanItem("all_addresses_are_same", in NotifyBreakpointHit()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | JSONGenerator.h | 252 void AddBooleanItem(std::string key, bool value) { in AddBooleanItem() function
|
D | RNBRemote.cpp | 5590 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo() 5593 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | StructuredData.h | 511 void AddBooleanItem(llvm::StringRef key, bool value) { in AddBooleanItem() function
|
/external/llvm-project/lldb/source/API/ |
D | SBDebugger.cpp | 664 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.mm | 1223 reply_sp->AddBooleanItem("no_shared_cache", shared_cache_info.noCache); 1224 reply_sp->AddBooleanItem("shared_cache_private_cache",
|