| /src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 495 std::string description = std::string(report->GetAsDictionary() in FormatDescription() 620 std::string summary = std::string(report->GetAsDictionary() in GenerateSummary() 629 if (report->GetAsDictionary() in GenerateSummary() 633 pc = GetFirstNonInternalFramePc(report->GetAsDictionary() in GenerateSummary() 637 ->GetAsDictionary() in GenerateSummary() 641 if (report->GetAsDictionary() in GenerateSummary() 645 pc = GetFirstNonInternalFramePc(report->GetAsDictionary() in GenerateSummary() 649 ->GetAsDictionary() in GenerateSummary() 657 if (report->GetAsDictionary() in GenerateSummary() 661 StructuredData::ObjectSP loc = report->GetAsDictionary() in GenerateSummary() [all …]
|
| /src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 104 auto dict = m_data_sp->GetAsDictionary(); in GetSize() 115 auto dict = m_data_sp->GetAsDictionary(); in GetValueForKey()
|
| /src/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 99 Dictionary *GetAsDictionary() { in GetAsDictionary() function 259 if (auto *dict = item_sp->GetAsDictionary()) in GetItemAtIndexAsDictionary() 394 Dictionary *dict = obj_sp->GetAsDictionary(); in Dictionary() 493 result = value_sp->GetAsDictionary(); in GetValueForKeyAsDictionary()
|
| /src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 205 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 232 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 244 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary()
|
| H A D | OptionValue.cpp | 129 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary() function in OptionValue 135 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary() function in OptionValue
|
| /src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 209 OptionValueDictionary *GetAsDictionary(); 210 const OptionValueDictionary *GetAsDictionary() const;
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 293 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary() 324 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
|
| /src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 146 std::string description = std::string(report->GetAsDictionary() in FormatDescription()
|
| /src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 157 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
|
| /src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 174 std::string description = std::string(report->GetAsDictionary() in NotifyBreakpointHit()
|
| /src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 184 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 665 if (StructuredData::Dictionary *dict = configuration->GetAsDictionary()) { in Start() 705 if (StructuredData::Dictionary *dict = configuration->GetAsDictionary()) { in Start()
|
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 111 ObjectSP value = GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
|
| /src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 200 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 332 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition() 1444 StructuredData::Dictionary *thread_dict = object->GetAsDictionary(); in UpdateThreadIDList() 1574 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON() 2060 StructuredData::Dictionary *registers_dict = object->GetAsDictionary(); in SetThreadStopInfo() 2078 object->GetAsDictionary(); in SetThreadStopInfo() 2555 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop() 3887 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread() 3920 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos() 3922 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos() 3930 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos() [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1171 packet_array->GetItemAtIndex(i)->GetAsDictionary(); in Handle_jModulesInfo()
|
| /src/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 128 StructuredData::Dictionary *breakpoint_dict = object_data->GetAsDictionary(); in CreateFromStructuredData() 219 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 440 StructuredData::Dictionary *dict = obj->GetAsDictionary(); in GetLoadedDynamicLibrariesInfos()
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1828 StructuredData::Dictionary *activity_dict = activity->GetAsDictionary(); in GetDescription() 1844 breadcrumb->GetAsDictionary(); in GetDescription() 1865 message->GetAsDictionary(); in GetDescription()
|
| /src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription() 1177 auto event = object->GetAsDictionary(); in GetDescription()
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1396 StructuredData::Dictionary *opt_dict = object->GetAsDictionary(); in SetOptionsFromArray() 1714 = options_object_sp->GetAsDictionary(); in CommandObjectScriptingObjectParsed() 1760 StructuredData::Dictionary *arg_dict = object->GetAsDictionary(); in CommandObjectScriptingObjectParsed()
|
| H A D | CommandObjectBreakpoint.cpp | 2177 bkpt_object_sp->GetAsDictionary(); in HandleOptionArgumentCompletion() 2186 bkpt_dict = bkpt_data_sp->GetAsDictionary(); in HandleOptionArgumentCompletion()
|
| H A D | CommandObjectTarget.cpp | 1434 StructuredData::Dictionary *dict = dwo->GetAsDictionary(); in DumpDwoFilesTable() 1471 StructuredData::Dictionary *dict = oso->GetAsDictionary(); in DumpOsoFilesTable() 2611 obj->GetAsDictionary(); in DoExecute()
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 855 option_value_sp->GetAsDictionary()->SetValueForKey(key, value_sp, in ReadDictionary() 904 data_dictionary_sp->GetAsDictionary(); in TestEmulation()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 733 auto dict = object->GetAsDictionary(); in GetRemoteUnixSignals()
|