Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp627 if (report->GetAsDictionary() in GenerateSummary()
639 if (report->GetAsDictionary() in GenerateSummary()
655 if (report->GetAsDictionary() in GenerateSummary()
670 addr_t addr = loc->GetAsDictionary() in GenerateSummary()
674 addr = loc->GetAsDictionary() in GenerateSummary()
686 int fd = loc->GetAsDictionary() in GenerateSummary()
721 if (report->GetAsDictionary() in GetLocationDescription()
732 global_addr = loc->GetAsDictionary() in GetLocationDescription()
771 tid_t tid = loc->GetAsDictionary() in GetLocationDescription()
777 tid_t tid = loc->GetAsDictionary() in GetLocationDescription()
[all …]
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h99 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp205 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
232 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
244 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary()
H A DOptionValue.cpp129 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary() function in OptionValue
135 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary() function in OptionValue
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h209 OptionValueDictionary *GetAsDictionary();
210 const OptionValueDictionary *GetAsDictionary() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp293 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
324 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp146 std::string description = std::string(report->GetAsDictionary() in FormatDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp157 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp174 std::string description = std::string(report->GetAsDictionary() in NotifyBreakpointHit()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp184 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp332 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()
2039 StructuredData::Dictionary *registers_dict = object->GetAsDictionary(); in SetThreadStopInfo()
2057 object->GetAsDictionary(); in SetThreadStopInfo()
2534 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop()
3876 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread()
3909 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos()
3911 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos()
3919 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos()
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp1171 packet_array->GetItemAtIndex(i)->GetAsDictionary(); in Handle_jModulesInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp665 if (StructuredData::Dictionary *dict = configuration->GetAsDictionary()) { in Start()
705 if (StructuredData::Dictionary *dict = configuration->GetAsDictionary()) { in Start()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp111 ObjectSP value = GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp200 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp131 StructuredData::Dictionary *breakpoint_dict = object_data->GetAsDictionary(); in CreateFromStructuredData()
222 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp440 StructuredData::Dictionary *dict = obj->GetAsDictionary(); in GetLoadedDynamicLibrariesInfos()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1815 StructuredData::Dictionary *activity_dict = activity->GetAsDictionary(); in GetDescription()
1831 breadcrumb->GetAsDictionary(); in GetDescription()
1852 message->GetAsDictionary(); in GetDescription()
H A DTarget.cpp1192 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in CreateBreakpointsFromFile()
3901 StructuredData::Dictionary *as_dict = object_sp->GetAsDictionary(); in GetSubclassDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription()
1177 auto event = object->GetAsDictionary(); in GetDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp855 option_value_sp->GetAsDictionary()->SetValueForKey(key, value_sp, in ReadDictionary()
904 data_dictionary_sp->GetAsDictionary(); in TestEmulation()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp725 auto dict = object->GetAsDictionary(); in GetRemoteUnixSignals()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2217 bkpt_object_sp->GetAsDictionary(); in HandleOptionArgumentCompletion()
2226 bkpt_dict = bkpt_data_sp->GetAsDictionary(); in HandleOptionArgumentCompletion()
H A DCommandObjectTarget.cpp1477 StructuredData::Dictionary *dict = dwo->GetAsDictionary(); in DumpDwoFilesTable()
1514 StructuredData::Dictionary *dict = oso->GetAsDictionary(); in DumpOsoFilesTable()
2679 obj->GetAsDictionary(); in DoExecute()

12