| /llvm-project/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 41 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData() 45 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData()
|
| H A D | DynamicRegisterInfo.cpp | 189 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 D | Process.cpp | 6324 if (!dictionary->GetValueForKeyAsString("type", type_name)) in UpdateAutomaticSignalFiltering()
|
| /llvm-project/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.cpp | 85 Dict.GetValueForKeyAsString(KeyStr, ValueStr); in parseRegisters() 116 thread_info->GetValueForKeyAsString("name", name); in create() 117 thread_info->GetValueForKeyAsString("reason", reason); in create()
|
| /llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 457 dict->GetValueForKeyAsString("path", value); in GetLoadedDynamicLibrariesInfos() 462 dict->GetValueForKeyAsString("uuid", value); in GetLoadedDynamicLibrariesInfos() 491 dict->GetValueForKeyAsString("path", value); in GetLoadedDynamicLibrariesInfos()
|
| H A D | ScriptedThread.cpp | 265 data_dict->GetValueForKeyAsString("desc", description); in CalculateStopInfo() 278 mach_exception->GetValueForKeyAsString("type", value); in CalculateStopInfo()
|
| /llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1149 if (!dictionary->GetValueForKeyAsString("type", type_name)) { in GetDescription() 1689 if (event.GetValueForKeyAsString("activity-chain", activity_chain) && in DumpHeader() 1704 if (event.GetValueForKeyAsString("subsystem", subsystem) && in DumpHeader() 1716 if (event.GetValueForKeyAsString("category", category) && in DumpHeader() 1736 if (!event.GetValueForKeyAsString("type", event_type)) { in HandleDisplayOfEvent() 1749 if (!event.GetValueForKeyAsString("message", message)) in HandleDisplayOfEvent()
|
| /llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 242 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo() 243 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 464 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()
|
| /llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 66 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverName.cpp | 93 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData() 121 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileRegex.cpp | 34 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverAddress.cpp | 51 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointOptions.cpp | 69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData() 275 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 46 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
|
| H A D | BreakpointResolver.cpp | 84 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 184 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 1444 if (dict->GetValueForKeyAsString("error", error)) in DumpDwoFilesTable() 1448 if (dict->GetValueForKeyAsString("resolved_dwo_path", in DumpDwoFilesTable() 1453 if (dict->GetValueForKeyAsString("dwo_name", dwo_name)) in DumpDwoFilesTable() 1479 if (dict->GetValueForKeyAsString("error", error)) in DumpOsoFilesTable() 1483 if (dict->GetValueForKeyAsString("oso_path", oso_path)) in DumpOsoFilesTable() 2618 if (!(separate_debug_info_list->GetValueForKeyAsString("type", in DoExecute() 2620 separate_debug_info_list->GetValueForKeyAsString("symfile", in DoExecute()
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1175 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo() 1176 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3908 if (!dict->GetValueForKeyAsString("uuid", string)) in ParseModuleSpec() 3921 if (!dict->GetValueForKeyAsString("triple", string)) in ParseModuleSpec() 3925 if (!dict->GetValueForKeyAsString("file_path", string)) in ParseModuleSpec()
|
| H A D | ProcessGDBRemote.cpp | 2126 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
|
| /llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 707 if (dict->GetValueForKeyAsString("iptTraceSize", in Start()
|
| /llvm-project/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 90 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| /llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 741 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()
|