/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedPlatformPythonInterface.cpp | 47 StructuredData::DictionarySP dict_sp = in ListProcesses() local 50 if (!dict_sp || !dict_sp->IsValid() || error.Fail()) { in ListProcesses() 59 return dict_sp; in ListProcesses() 65 StructuredData::DictionarySP dict_sp = in GetProcessInfo() local 68 if (!dict_sp || !dict_sp->IsValid() || error.Fail()) { in GetProcessInfo() 77 return dict_sp; in GetProcessInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedPlatformPythonInterface.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBLaunchInfo.cpp | 351 StructuredData::DictionarySP dict_sp = in SetScriptedProcessClassName() local 353 metadata_sp = std::make_shared<ScriptedMetadata>(class_name, dict_sp); in SetScriptedProcessClassName() 366 lldb_private::StructuredData::DictionarySP dict_sp = metadata_sp->GetArgsSP(); in GetScriptedProcessDictionary() local 367 data.m_impl_up->SetObjectSP(dict_sp); in GetScriptedProcessDictionary() 382 StructuredData::DictionarySP dict_sp = in SetScriptedProcessDictionary() local 384 if (!dict_sp || dict_sp->GetType() == lldb::eStructuredDataTypeInvalid) in SetScriptedProcessDictionary() 389 metadata_sp = std::make_shared<ScriptedMetadata>(class_name, dict_sp); in SetScriptedProcessDictionary()
|
H A D | SBAttachInfo.cpp | 309 lldb_private::StructuredData::DictionarySP dict_sp = metadata_sp->GetArgsSP(); in GetScriptedProcessDictionary() local 310 data.m_impl_up->SetObjectSP(dict_sp); in GetScriptedProcessDictionary() 326 StructuredData::DictionarySP dict_sp = in SetScriptedProcessDictionary() local 328 if (!dict_sp || dict_sp->GetType() == lldb::eStructuredDataTypeInvalid) in SetScriptedProcessDictionary() 334 metadata_sp = std::make_shared<ScriptedMetadata>("", dict_sp); in SetScriptedProcessDictionary() 337 metadata_sp->GetClassName(), dict_sp); in SetScriptedProcessDictionary()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ScriptedMetadata.h | 19 StructuredData::DictionarySP dict_sp) in ScriptedMetadata() argument 20 : m_class_name(class_name.data()), m_args_sp(dict_sp) {} in ScriptedMetadata()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 224 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); in CalculateStopInfo() 227 if (!dict_sp) in CalculateStopInfo() 235 if (!dict_sp->GetValueForKeyAsInteger("type", stop_reason_type)) in CalculateStopInfo() 242 if (!dict_sp->GetValueForKeyAsDictionary("data", data_dict)) in CalculateStopInfo() 218 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); CalculateStopInfo() local
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | XML.cpp | 468 std::shared_ptr<StructuredData::Dictionary> dict_sp( in CreatePlistValue() local 471 [&key_node, &dict_sp](const XMLNode &node) -> bool { in CreatePlistValue() 480 dict_sp->AddItem(key_name, CreatePlistValue(node)); in CreatePlistValue() 487 return dict_sp; in CreatePlistValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 139 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData() local 148 return dict_sp; in RetrieveReportData()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 241 auto dict_sp = std::make_shared<StructuredData::Dictionary>(); in ConvertToStructuredArray() local 243 callback(o, dict_sp); in ConvertToStructuredArray() 245 array_sp->AddItem(dict_sp); in ConvertToStructuredArray()
|