/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedPlatformPythonInterface.cpp | 59 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 D | SBLaunchInfo.cpp | 349 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 D | ScriptedMetadata.h | 22 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 D | ScriptedThread.cpp | 218 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 D | XML.cpp | 466 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 D | Host.cpp | 247 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 D | InstrumentationRuntimeMainThreadChecker.cpp | 138 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 D | InstrumentationRuntimeUBSan.cpp | 169 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 D | PlatformDarwin.cpp | 992 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 D | InstrumentationRuntimeTSan.cpp | 240 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 D | SystemRuntimeMacOSX.cpp | 196 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 D | Host.mm | 1420 auto dict_sp = data_sp->GetAsDictionary(); 1426 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");
|