| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 625 if (report->GetAsDictionary() in GenerateSummary() 637 if (report->GetAsDictionary() in GenerateSummary() 653 if (report->GetAsDictionary() in GenerateSummary() 668 addr_t addr = loc->GetAsDictionary() in GenerateSummary() 673 addr = loc->GetAsDictionary() in GenerateSummary() 686 int fd = loc->GetAsDictionary() in GenerateSummary() 722 if (report->GetAsDictionary() in GetLocationDescription() 756 long size = loc->GetAsDictionary() in GetLocationDescription() 772 int tid = loc->GetAsDictionary() in GetLocationDescription() 778 int tid = loc->GetAsDictionary() in GetLocationDescription() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 101 auto dict = m_data_sp->GetAsDictionary(); in GetSize() 112 auto dict = m_data_sp->GetAsDictionary(); in GetValueForKey()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 198 OptionValueDictionary *GetAsDictionary(); 200 const OptionValueDictionary *GetAsDictionary() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 290 if (StructuredData::Dictionary *dict = configuration->GetAsDictionary()) { in Start() 327 if (StructuredData::Dictionary *dict = configuration->GetAsDictionary()) { in Start()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 91 Dictionary *GetAsDictionary() { in GetAsDictionary() function 258 result = value_sp->GetAsDictionary(); in GetItemAtIndexAsDictionary() 472 result = value_sp->GetAsDictionary(); in GetValueForKeyAsDictionary()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 292 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary() 323 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 246 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 271 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 307 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
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 100 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 195 std::string description = std::string(report->GetAsDictionary() in FormatDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 178 std::string description = std::string(report->GetAsDictionary() in NotifyBreakpointHit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 143 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 186 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 355 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition() 1545 StructuredData::Dictionary *thread_dict = object->GetAsDictionary(); in UpdateThreadIDList() 1685 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON() 2093 StructuredData::Dictionary *registers_dict = object->GetAsDictionary(); in SetThreadStopInfo() 2112 object->GetAsDictionary(); in SetThreadStopInfo() 2707 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop() 4074 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread() 4108 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos() 4110 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos() 4118 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos() [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1108 packet_array->GetItemAtIndex(i)->GetAsDictionary(); in Handle_jModulesInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 203 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 135 StructuredData::Dictionary *breakpoint_dict = object_data->GetAsDictionary(); in CreateFromStructuredData() 227 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1802 StructuredData::Dictionary *activity_dict = activity->GetAsDictionary(); in GetDescription() 1818 breadcrumb->GetAsDictionary(); in GetDescription() 1839 message->GetAsDictionary(); in GetDescription()
|
| H A D | Target.cpp | 1119 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in CreateBreakpointsFromFile() 3486 StructuredData::Dictionary *as_dict = object_sp->GetAsDictionary(); in GetSubclassDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1155 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription() 1197 auto event = object->GetAsDictionary(); in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 814 option_value_sp->GetAsDictionary()->SetValueForKey(const_key, value_sp, in ReadDictionary() 866 data_dictionary_sp->GetAsDictionary(); in TestEmulation()
|
| H A D | FormatEntity.cpp | 1034 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 766 auto dict = object->GetAsDictionary(); in GetRemoteUnixSignals()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 2147 bkpt_object_sp->GetAsDictionary(); in HandleOptionArgumentCompletion() 2156 bkpt_dict = bkpt_data_sp->GetAsDictionary(); in HandleOptionArgumentCompletion()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 2187 StructuredData::Dictionary *info_dict = info->GetAsDictionary(); in GetSharedCacheBaseAddress()
|