Home
last modified time | relevance | path

Searched refs:GetValueForKeyAsString (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h423 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function
435 bool GetValueForKeyAsString(llvm::StringRef key, llvm::StringRef &result, in GetValueForKeyAsString() function
437 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
447 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function
459 bool GetValueForKeyAsString(llvm::StringRef key, ConstString &result, in GetValueForKeyAsString() function
461 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
/external/llvm-project/lldb/source/Target/
DThreadSpec.cpp43 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData()
47 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData()
DProcess.cpp6103 if (!dictionary->GetValueForKeyAsString("type", type_name)) in RouteAsyncStructuredData()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp107 if (!reg_info_dict->GetValueForKeyAsString("name", name_val, nullptr)) { in SetRegisterInfo()
114 reg_info_dict->GetValueForKeyAsString("alt-name", alt_name_val, nullptr); in SetRegisterInfo()
130 if (reg_info_dict->GetValueForKeyAsString("slice", slice_str, nullptr)) { in SetRegisterInfo()
273 if (reg_info_dict->GetValueForKeyAsString("dynamic_size_dwarf_expr_bytes", in SetRegisterInfo()
292 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) { in SetRegisterInfo()
307 if (reg_info_dict->GetValueForKeyAsString("encoding", encoding_str)) in SetRegisterInfo()
337 if (reg_info_dict->GetValueForKeyAsString("generic", generic_str)) in SetRegisterInfo()
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DMessageObjects.cpp81 Dict.GetValueForKeyAsString(KeyStr, ValueStr); in parseRegisters()
112 thread_info->GetValueForKeyAsString("name", name); in create()
113 thread_info->GetValueForKeyAsString("reason", reason); in create()
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp245 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo()
246 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1171 if (!dictionary->GetValueForKeyAsString("type", type_name)) { in GetDescription()
1720 if (event.GetValueForKeyAsString("activity-chain", activity_chain) && in DumpHeader()
1735 if (event.GetValueForKeyAsString("subsystem", subsystem) && in DumpHeader()
1747 if (event.GetValueForKeyAsString("category", category) && in DumpHeader()
1767 if (!event.GetValueForKeyAsString("type", event_type)) { in HandleDisplayOfEvent()
1780 if (!event.GetValueForKeyAsString("message", message)) in HandleDisplayOfEvent()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverScripted.cpp69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
DBreakpointResolverName.cpp96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
DBreakpointResolverFileRegex.cpp35 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
DBreakpointResolverAddress.cpp54 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
DBreakpointResolverFileLine.cpp44 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
DBreakpointOptions.cpp73 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
290 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
DBreakpointResolver.cpp80 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp186 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp1147 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo()
1148 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
DGDBRemoteCommunicationClient.cpp3726 if (!dict->GetValueForKeyAsString("uuid", string)) in ParseModuleSpec()
3739 if (!dict->GetValueForKeyAsString("triple", string)) in ParseModuleSpec()
3743 if (!dict->GetValueForKeyAsString("file_path", string)) in ParseModuleSpec()
DProcessGDBRemote.cpp2095 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp776 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()
/external/llvm-project/lldb/source/Core/
DSearchFilter.cpp89 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp598 custom_params->GetValueForKeyAsString("tracetech", trace_tech_value)); in TEST_F()