Home
last modified time | relevance | path

Searched refs:dict_sp (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp59 StructuredData::DictionarySP dict_sp = in ListProcesses() local
62 if (!dict_sp || !dict_sp->IsValid() || error.Fail()) { in ListProcesses()
71 return dict_sp; in ListProcesses()
77 StructuredData::DictionarySP dict_sp = in GetProcessInfo() local
80 if (!dict_sp || !dict_sp->IsValid() || error.Fail()) { in GetProcessInfo()
89 return dict_sp; in GetProcessInfo()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp349 lldb_private::StructuredData::DictionarySP dict_sp = in GetScriptedProcessDictionary() local
353 data.m_impl_up->SetObjectSP(dict_sp); in GetScriptedProcessDictionary()
368 StructuredData::DictionarySP dict_sp = in SetScriptedProcessDictionary() local
370 if (!dict_sp || dict_sp->GetType() == lldb::eStructuredDataTypeInvalid) in SetScriptedProcessDictionary()
373 m_opaque_sp->SetScriptedProcessDictionarySP(dict_sp); in SetScriptedProcessDictionary()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedMetadata.h22 StructuredData::DictionarySP dict_sp) in ScriptedMetadata() argument
23 : m_class_name(class_name.data()), m_args_sp(dict_sp) {} in ScriptedMetadata()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp218 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); in CalculateStopInfo() local
221 if (!dict_sp) in CalculateStopInfo()
229 if (!dict_sp->GetValueForKeyAsInteger("type", stop_reason_type)) in CalculateStopInfo()
236 if (!dict_sp->GetValueForKeyAsDictionary("data", data_dict)) in CalculateStopInfo()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp466 std::shared_ptr<StructuredData::Dictionary> dict_sp( in CreatePlistValue() local
469 [&key_node, &dict_sp](const XMLNode &node) -> bool { in CreatePlistValue()
478 dict_sp->AddItem(key_name, CreatePlistValue(node)); in CreatePlistValue()
485 return dict_sp; in CreatePlistValue()
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp247 auto dict_sp = data_sp->GetAsDictionary(); in ShellExpandArguments() local
248 if (!dict_sp) { in ShellExpandArguments()
253 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); in ShellExpandArguments()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp138 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData() local
147 return dict_sp; in RetrieveReportData()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp169 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData() local
179 return dict_sp; in RetrieveReportData()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp992 StructuredData::DictionarySP dict_sp = in ExtractAppSpecificInfo() local
995 auto flatten_asi_dict = [&dict_sp](ConstString key, in ExtractAppSpecificInfo()
1004 dict_sp->AddItem(key.AsCString(), arr->GetItemAtIndex(0)); in ExtractAppSpecificInfo()
1010 return dict_sp; in ExtractAppSpecificInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp240 auto dict_sp = std::make_shared<StructuredData::Dictionary>(); in ConvertToStructuredArray() local
242 callback(o, dict_sp); in ConvertToStructuredArray()
244 array_sp->AddItem(dict_sp); in ConvertToStructuredArray()
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp196 lldb_private::StructuredData::ObjectSP dict_sp) { in AddThreadExtendedInfoPacketHints() argument
197 StructuredData::Dictionary *dict = dict_sp->GetAsDictionary(); in AddThreadExtendedInfoPacketHints()
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm1420 auto dict_sp = data_sp->GetAsDictionary();
1426 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");