Home
last modified time | relevance | path

Searched refs:GetAsDictionary (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp623 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 DSymbolVendorMacOSX.cpp183 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 DDynamicLoaderMacOS.cpp178 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 DDynamicLoaderDarwin.cpp360 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 DDynamicLoaderMacOSXDYLD.cpp550 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 DStructuredDataImpl.h104 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 DStructuredData.h91 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 DOptionValue.h198 OptionValueDictionary *GetAsDictionary();
200 const OptionValueDictionary *GetAsDictionary() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp258 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
283 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
319 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary()
H A DOptionValue.cpp130 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 DEmulationStateARM.cpp332 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 DSBStructuredData.cpp133 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp110 StructuredData::DictionarySP dict{obj->GetAsDictionary()}; in GetThreadWithID()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp193 std::string description = std::string(report->GetAsDictionary() in FormatDescription()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStructuredData.cpp100 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp173 std::string description = std::string(report->GetAsDictionary() in NotifyBreakpointHit()
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp616 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 DHost.cpp247 auto dict_sp = data_sp->GetAsDictionary(); in ShellExpandArguments()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp184 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp340 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 DGDBRemoteCommunicationClientTest.cpp293 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 DOperatingSystemPython.cpp191 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList()
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp422 StructuredData::Dictionary *dict = obj->GetAsDictionary(); in GetLoadedDynamicLibrariesInfos()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSONGenerator.h78 Dictionary *GetAsDictionary() { in GetAsDictionary() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp136 StructuredData::Dictionary *breakpoint_dict = object_data->GetAsDictionary(); in CreateFromStructuredData()
228 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()

12