| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 623 if (report->GetAsDictionary() in GenerateSummary() 635 if (report->GetAsDictionary() in GenerateSummary() 651 if (report->GetAsDictionary() in GenerateSummary() 666 addr_t addr = loc->GetAsDictionary() in GenerateSummary() 671 addr = loc->GetAsDictionary() in GenerateSummary() 684 int fd = loc->GetAsDictionary() in GenerateSummary() 720 if (report->GetAsDictionary() in GetLocationDescription() 754 long size = loc->GetAsDictionary() in GetLocationDescription() 770 int tid = loc->GetAsDictionary() in GetLocationDescription() 776 int tid = loc->GetAsDictionary() in GetLocationDescription() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/ |
| H A D | SymbolVendorMacOSX.cpp | 183 if (plist_sp.get() && plist_sp->GetAsDictionary() && in CreateInstance() 184 plist_sp->GetAsDictionary()->HasKey( in CreateInstance() 186 plist_sp->GetAsDictionary() in CreateInstance() 188 ->GetAsDictionary()) { in CreateInstance() 203 if (plist_sp->GetAsDictionary()->HasKey("DBGVersion")) { in CreateInstance() 205 std::string(plist_sp->GetAsDictionary() in CreateInstance() 221 plist_sp->GetAsDictionary() in CreateInstance() 223 ->GetAsDictionary(); in CreateInstance()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 178 all_image_info_json_sp->GetAsDictionary() && in DoInitialImageFetch() 179 all_image_info_json_sp->GetAsDictionary()->HasKey("images") && in DoInitialImageFetch() 180 all_image_info_json_sp->GetAsDictionary() in DoInitialImageFetch() 367 if (binaries_info_sp.get() && binaries_info_sp->GetAsDictionary() && in AddBinaries() 368 binaries_info_sp->GetAsDictionary()->HasKey("images") && in AddBinaries() 369 binaries_info_sp->GetAsDictionary() in AddBinaries() 372 binaries_info_sp->GetAsDictionary() in AddBinaries() 532 if (info.get() && info->GetAsDictionary()) { in GetSharedCacheInformation() 533 info_dict = info->GetAsDictionary(); in GetSharedCacheInformation()
|
| H A D | DynamicLoaderDarwin.cpp | 360 image_details->GetAsDictionary()->GetValueForKey("images"); in JSONImageInformationIntoImageInfo() 369 if (image_sp.get() == nullptr || image_sp->GetAsDictionary() == nullptr) in JSONImageInformationIntoImageInfo() 371 StructuredData::Dictionary *image = image_sp->GetAsDictionary(); in JSONImageInformationIntoImageInfo() 377 image->GetValueForKey("mach_header")->GetAsDictionary() == nullptr || in JSONImageInformationIntoImageInfo() 393 image->GetValueForKey("mach_header")->GetAsDictionary(); in JSONImageInformationIntoImageInfo() 466 segments->GetItemAtIndex(j)->GetAsDictionary(); in JSONImageInformationIntoImageInfo()
|
| H A D | DynamicLoaderMacOSXDYLD.cpp | 550 if (image_infos_json_sp.get() && image_infos_json_sp->GetAsDictionary() && in AddModulesUsingImageInfosAddress() 551 image_infos_json_sp->GetAsDictionary()->HasKey("images") && in AddModulesUsingImageInfosAddress() 552 image_infos_json_sp->GetAsDictionary() in AddModulesUsingImageInfosAddress() 555 image_infos_json_sp->GetAsDictionary() in AddModulesUsingImageInfosAddress()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 91 Dictionary *GetAsDictionary() { in GetAsDictionary() function 258 result = value_sp->GetAsDictionary(); in GetItemAtIndexAsDictionary() 362 Dictionary *dict = obj_sp->GetAsDictionary(); in Dictionary() 482 result = value_sp->GetAsDictionary(); in GetValueForKeyAsDictionary()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 198 OptionValueDictionary *GetAsDictionary(); 200 const OptionValueDictionary *GetAsDictionary() const;
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 258 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 283 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 319 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary()
|
| H A D | OptionValue.cpp | 130 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary() function in OptionValue 136 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary() function in OptionValue
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 332 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary() 363 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 133 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedProcessPythonInterface.cpp | 110 StructuredData::DictionarySP dict{obj->GetAsDictionary()}; in GetThreadWithID()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 193 std::string description = std::string(report->GetAsDictionary() in FormatDescription()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 100 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 173 std::string description = std::string(report->GetAsDictionary() in NotifyBreakpointHit()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 616 if (StructuredData::Dictionary *dict = configuration->GetAsDictionary()) { in Start() 656 if (StructuredData::Dictionary *dict = configuration->GetAsDictionary()) { in Start()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | Host.cpp | 247 auto dict_sp = data_sp->GetAsDictionary(); in ShellExpandArguments()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 184 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 340 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition() 1476 StructuredData::Dictionary *thread_dict = object->GetAsDictionary(); in UpdateThreadIDList() 1606 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON() 2036 StructuredData::Dictionary *registers_dict = object->GetAsDictionary(); in SetThreadStopInfo() 2054 object->GetAsDictionary(); in SetThreadStopInfo() 2512 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop() 3795 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread() 3829 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos() 3831 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos() 3839 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClientTest.cpp | 293 auto dict_sp = object_sp->GetAsDictionary(); in TEST_F() 298 dict_sp = object_sp->GetAsDictionary(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 191 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 422 StructuredData::Dictionary *dict = obj->GetAsDictionary(); in GetLoadedDynamicLibrariesInfos()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 78 Dictionary *GetAsDictionary() { in GetAsDictionary() function
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 136 StructuredData::Dictionary *breakpoint_dict = object_data->GetAsDictionary(); in CreateFromStructuredData() 228 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
|