/external/llvm-project/lldb/include/lldb/Utility/ |
D | StructuredData.h | 423 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/ |
D | ThreadSpec.cpp | 43 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData() 47 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData()
|
D | Process.cpp | 6103 if (!dictionary->GetValueForKeyAsString("type", type_name)) in RouteAsyncStructuredData()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | DynamicRegisterInfo.cpp | 107 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/ |
D | MessageObjects.cpp | 81 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/ |
D | OperatingSystemPython.cpp | 245 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo() 246 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 1171 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/ |
D | BreakpointResolverScripted.cpp | 69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
D | BreakpointResolverName.cpp | 96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData() 124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
D | BreakpointResolverFileRegex.cpp | 35 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
D | BreakpointResolverAddress.cpp | 54 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
D | BreakpointResolverFileLine.cpp | 44 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
|
D | BreakpointOptions.cpp | 73 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData() 290 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
|
D | BreakpointResolver.cpp | 80 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 186 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerCommon.cpp | 1147 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo() 1148 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
|
D | GDBRemoteCommunicationClient.cpp | 3726 if (!dict->GetValueForKeyAsString("uuid", string)) in ParseModuleSpec() 3739 if (!dict->GetValueForKeyAsString("triple", string)) in ParseModuleSpec() 3743 if (!dict->GetValueForKeyAsString("file_path", string)) in ParseModuleSpec()
|
D | ProcessGDBRemote.cpp | 2095 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 776 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()
|
/external/llvm-project/lldb/source/Core/ |
D | SearchFilter.cpp | 89 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteCommunicationClientTest.cpp | 598 custom_params->GetValueForKeyAsString("tracetech", trace_tech_value)); in TEST_F()
|