Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp41 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData()
45 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData()
H A DDynamicRegisterInfo.cpp189 if (reg_info_dict.GetValueForKeyAsString("slice", slice_str, nullptr)) in ByteOffsetFromRegInfoDict()
253 if (!reg_info_dict->GetValueForKeyAsString("name", name_val)) { in SetRegisterInfo()
262 if (reg_info_dict->GetValueForKeyAsString("alt-name", alt_name_val)) in SetRegisterInfo()
291 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) { in SetRegisterInfo()
306 if (reg_info_dict->GetValueForKeyAsString("encoding", encoding_str)) in SetRegisterInfo()
336 if (reg_info_dict->GetValueForKeyAsString("generic", generic_str)) in SetRegisterInfo()
H A DProcess.cpp6121 if (!dictionary->GetValueForKeyAsString("type", type_name)) in RouteAsyncStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp456 dict->GetValueForKeyAsString("path", value); in GetLoadedDynamicLibrariesInfos()
461 dict->GetValueForKeyAsString("uuid", value); in GetLoadedDynamicLibrariesInfos()
490 dict->GetValueForKeyAsString("path", value); in GetLoadedDynamicLibrariesInfos()
H A DScriptedThread.cpp265 data_dict->GetValueForKeyAsString("desc", description); in CalculateStopInfo()
278 mach_exception->GetValueForKeyAsString("type", value); in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1145 if (!dictionary->GetValueForKeyAsString("type", type_name)) { in GetDescription()
1684 if (event.GetValueForKeyAsString("activity-chain", activity_chain) && in DumpHeader()
1699 if (event.GetValueForKeyAsString("subsystem", subsystem) && in DumpHeader()
1711 if (event.GetValueForKeyAsString("category", category) && in DumpHeader()
1731 if (!event.GetValueForKeyAsString("type", event_type)) { in HandleDisplayOfEvent()
1744 if (!event.GetValueForKeyAsString("message", message)) in HandleDisplayOfEvent()
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp242 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo()
243 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h464 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function
476 bool GetValueForKeyAsString(llvm::StringRef key, llvm::StringRef &result, in GetValueForKeyAsString() function
478 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp66 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp93 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
121 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverAddress.cpp50 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp34 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointOptions.cpp69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
279 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
H A DBreakpointResolver.cpp82 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverFileLine.cpp45 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp184 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1488 if (dict->GetValueForKeyAsString("error", error)) in DumpDwoFilesTable()
1492 if (dict->GetValueForKeyAsString("resolved_dwo_path", in DumpDwoFilesTable()
1497 if (dict->GetValueForKeyAsString("dwo_name", dwo_name)) in DumpDwoFilesTable()
1523 if (dict->GetValueForKeyAsString("error", error)) in DumpOsoFilesTable()
1527 if (dict->GetValueForKeyAsString("oso_path", oso_path)) in DumpOsoFilesTable()
2687 if (!(separate_debug_info_list->GetValueForKeyAsString("type", in DoExecute()
2689 separate_debug_info_list->GetValueForKeyAsString("symfile", in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1175 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo()
1176 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
H A DGDBRemoteCommunicationClient.cpp3833 if (!dict->GetValueForKeyAsString("uuid", string)) in ParseModuleSpec()
3846 if (!dict->GetValueForKeyAsString("triple", string)) in ParseModuleSpec()
3850 if (!dict->GetValueForKeyAsString("file_path", string)) in ParseModuleSpec()
H A DProcessGDBRemote.cpp2064 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp735 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp707 if (dict->GetValueForKeyAsString("iptTraceSize", in Start()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp89 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()