| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| D | InstrumentationRuntimeTSan.cpp | 493 std::string description = std::string(report->GetAsDictionary() in FormatDescription() 617 std::string summary = std::string(report->GetAsDictionary() in GenerateSummary() 626 if (report->GetAsDictionary() in GenerateSummary() 630 pc = GetFirstNonInternalFramePc(report->GetAsDictionary() in GenerateSummary() 634 ->GetAsDictionary() in GenerateSummary() 638 if (report->GetAsDictionary() in GenerateSummary() 642 pc = GetFirstNonInternalFramePc(report->GetAsDictionary() in GenerateSummary() 646 ->GetAsDictionary() in GenerateSummary() 654 if (report->GetAsDictionary() in GenerateSummary() 658 StructuredData::ObjectSP loc = report->GetAsDictionary() in GenerateSummary() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/ |
| D | SymbolVendorMacOSX.cpp | 182 if (plist_sp.get() && plist_sp->GetAsDictionary() && in CreateInstance() 183 plist_sp->GetAsDictionary()->HasKey( in CreateInstance() 185 plist_sp->GetAsDictionary() in CreateInstance() 187 ->GetAsDictionary()) { in CreateInstance() 202 if (plist_sp->GetAsDictionary()->HasKey("DBGVersion")) { in CreateInstance() 204 std::string(plist_sp->GetAsDictionary() in CreateInstance() 220 plist_sp->GetAsDictionary() in CreateInstance() 222 ->GetAsDictionary(); in CreateInstance()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| D | DynamicLoaderMacOS.cpp | 160 if (process_state_sp->GetAsDictionary()->HasKey("error")) in IsFullyInitialized() 162 if (!process_state_sp->GetAsDictionary()->HasKey("process_state string")) in IsFullyInitialized() 164 std::string proc_state = process_state_sp->GetAsDictionary() in IsFullyInitialized() 207 all_image_info_json_sp->GetAsDictionary() && in DoInitialImageFetch() 208 all_image_info_json_sp->GetAsDictionary()->HasKey("images") && in DoInitialImageFetch() 209 all_image_info_json_sp->GetAsDictionary() in DoInitialImageFetch() 396 if (binaries_info_sp.get() && binaries_info_sp->GetAsDictionary() && in AddBinaries() 397 binaries_info_sp->GetAsDictionary()->HasKey("images") && in AddBinaries() 398 binaries_info_sp->GetAsDictionary() in AddBinaries() 401 binaries_info_sp->GetAsDictionary() in AddBinaries() [all …]
|
| 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()
|
| D | DynamicLoaderMacOSXDYLD.cpp | 560 if (image_infos_json_sp.get() && image_infos_json_sp->GetAsDictionary() && in AddModulesUsingImageInfosAddress() 561 image_infos_json_sp->GetAsDictionary()->HasKey("images") && in AddModulesUsingImageInfosAddress() 562 image_infos_json_sp->GetAsDictionary() in AddModulesUsingImageInfosAddress() 565 image_infos_json_sp->GetAsDictionary() in AddModulesUsingImageInfosAddress()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | StructuredDataImpl.h | 104 auto dict = m_data_sp->GetAsDictionary(); in GetSize() 115 auto dict = m_data_sp->GetAsDictionary(); in GetValueForKey()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | StructuredData.h | 91 Dictionary *GetAsDictionary() { in GetAsDictionary() function 264 result = value_sp->GetAsDictionary(); in GetItemAtIndexAsDictionary() 378 Dictionary *dict = obj_sp->GetAsDictionary(); in Dictionary() 498 result = value_sp->GetAsDictionary(); in GetValueForKeyAsDictionary()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| D | OptionValue.h | 209 OptionValueDictionary *GetAsDictionary(); 211 const OptionValueDictionary *GetAsDictionary() const;
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| D | EmulationStateARM.cpp | 295 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary() 326 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
|
| /openbsd/src/gnu/llvm/lldb/source/Interpreter/ |
| D | OptionValueProperties.cpp | 262 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 289 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 325 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary()
|
| D | OptionValue.cpp | 130 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary() function in OptionValue 136 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary() function in OptionValue
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBStructuredData.cpp | 133 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| D | ScriptedProcessPythonInterface.cpp | 114 StructuredData::DictionarySP dict{obj->GetAsDictionary()}; in GetThreadWithID()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| D | InstrumentationRuntimeASan.cpp | 193 std::string description = std::string(report->GetAsDictionary() in FormatDescription()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| D | InstrumentationRuntimeMainThreadChecker.cpp | 173 std::string description = std::string(report->GetAsDictionary() in NotifyBreakpointHit()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/windows/ |
| D | Host.cpp | 247 auto dict_sp = data_sp->GetAsDictionary(); in ShellExpandArguments()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemote.cpp | 326 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition() 1436 StructuredData::Dictionary *thread_dict = object->GetAsDictionary(); in UpdateThreadIDList() 1566 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON() 1991 StructuredData::Dictionary *registers_dict = object->GetAsDictionary(); in SetThreadStopInfo() 2009 object->GetAsDictionary(); in SetThreadStopInfo() 2467 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop() 3735 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread() 3769 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos() 3771 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos() 3779 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/ |
| D | OperatingSystemPython.cpp | 191 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList()
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | StructuredData.cpp | 108 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| D | InstrumentationRuntimeUBSan.cpp | 184 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | JSONGenerator.h | 78 Dictionary *GetAsDictionary() { in GetAsDictionary() function
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| D | SystemRuntimeMacOSX.cpp | 197 StructuredData::Dictionary *dict = dict_sp->GetAsDictionary(); in AddThreadExtendedInfoPacketHints() 525 StructuredData::Dictionary *dict = obj->GetAsDictionary(); in GetExtendedBacktraceThread()
|
| /openbsd/src/gnu/llvm/lldb/source/Breakpoint/ |
| D | Breakpoint.cpp | 136 StructuredData::Dictionary *breakpoint_dict = object_data->GetAsDictionary(); in CreateFromStructuredData() 228 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | Thread.cpp | 1822 StructuredData::Dictionary *activity_dict = activity->GetAsDictionary(); in GetDescription() 1838 breadcrumb->GetAsDictionary(); in GetDescription() 1859 message->GetAsDictionary(); in GetDescription()
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | Disassembler.cpp | 849 option_value_sp->GetAsDictionary()->SetValueForKey(const_key, value_sp, in ReadDictionary() 901 data_dictionary_sp->GetAsDictionary(); in TestEmulation()
|