Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp625 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-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStructuredDataImpl.h97 auto dict = m_data_sp->GetAsDictionary(); in GetSize()
108 auto dict = m_data_sp->GetAsDictionary(); in GetValueForKey()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h207 OptionValueDictionary *GetAsDictionary();
209 const OptionValueDictionary *GetAsDictionary() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h95 Dictionary *GetAsDictionary() { in GetAsDictionary() function
257 result = value_sp->GetAsDictionary(); in GetItemAtIndexAsDictionary()
471 result = value_sp->GetAsDictionary(); in GetValueForKeyAsDictionary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTraceOptions.cpp57 if (obj_sp && obj_sp->GetAsDictionary() != nullptr) in setTraceParams()
H A DSBStructuredData.cpp94 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp294 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
313 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
351 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary()
H A DOptionValue.cpp132 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary() function in OptionValue
138 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary() function in OptionValue
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp195 std::string description = report->GetAsDictionary() in FormatDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp173 std::string description = report->GetAsDictionary() in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp157 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp388 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition()
1622 StructuredData::Dictionary *thread_dict = object->GetAsDictionary(); in UpdateThreadIDList()
1761 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON()
2151 StructuredData::Dictionary *registers_dict = object->GetAsDictionary(); in SetThreadStopInfo()
2169 object->GetAsDictionary(); in SetThreadStopInfo()
2756 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop()
4083 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread()
4117 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos()
4119 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos()
4127 args_dict->GetAsDictionary()->AddBooleanItem("fetch_all_solibs", true); in GetLoadedDynamicLibrariesInfos()
[all …]
H A DGDBRemoteCommunicationServerLLGS.cpp1051 auto json_dict = json_object->GetAsDictionary();
1113 auto json_dict = json_object->GetAsDictionary();
1151 auto json_dict = json_object->GetAsDictionary();
1218 auto json_dict = json_object->GetAsDictionary();
H A DGDBRemoteCommunicationServerCommon.cpp1134 packet_array->GetItemAtIndex(i)->GetAsDictionary(); in Handle_jModulesInfo()
H A DGDBRemoteCommunicationClient.cpp3426 auto json_dict = json_object->GetAsDictionary(); in SendGetTraceConfigPacket()
3647 response_array->GetItemAtIndex(i)->GetAsDictionary())) in GetModulesInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp189 report->GetAsDictionary()->GetValueForKeyAsString("description", in GetStopReasonDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp201 if (auto thread_dict = thread_dict_obj->GetAsDictionary()) { in UpdateThreadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp130 StructuredData::Dictionary *breakpoint_dict = object_data->GetAsDictionary(); in CreateFromStructuredData()
222 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1205 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription()
1247 auto event = object->GetAsDictionary(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1997 StructuredData::Dictionary *activity_dict = activity->GetAsDictionary(); in GetDescription()
2013 breadcrumb->GetAsDictionary(); in GetDescription()
2034 message->GetAsDictionary(); in GetDescription()
H A DTarget.cpp1128 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in CreateBreakpointsFromFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp919 option_value_sp->GetAsDictionary()->SetValueForKey(const_key, value_sp, in ReadDictionary()
971 data_dictionary_sp->GetAsDictionary(); in TestEmulation()
H A DFormatEntity.cpp1064 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp757 auto dict = object->GetAsDictionary(); in GetRemoteUnixSignals()

12