Searched refs:args_sp (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedPlatformPythonInterface.cpp | 34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument 38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
|
H A D | ScriptedThreadPythonInterface.cpp | 34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument 38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
|
H A D | ScriptedProcessPythonInterface.cpp | 36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument 40 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
|
H A D | ScriptedPlatformPythonInterface.h | 28 StructuredData::DictionarySP args_sp,
|
H A D | ScriptedThreadPythonInterface.h | 28 StructuredData::DictionarySP args_sp,
|
H A D | ScriptedProcessPythonInterface.h | 29 StructuredData::DictionarySP args_sp,
|
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | ScriptedProcessInterface.h | 26 StructuredData::DictionarySP args_sp, 83 StructuredData::DictionarySP args_sp,
|
H A D | ScriptedPlatformInterface.h | 24 StructuredData::DictionarySP args_sp,
|
H A D | ScriptedInterface.h | 30 StructuredData::DictionarySP args_sp,
|
/openbsd/gnu/llvm/lldb/source/Host/windows/ |
H A D | Host.cpp | 253 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); in ShellExpandArguments() local 254 if (!args_sp) { in ShellExpandArguments() 259 auto args_array_sp = args_sp->GetAsArray(); in ShellExpandArguments()
|
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
H A D | Host.mm | 1426 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); 1427 if (!args_sp) { 1432 auto args_array_sp = args_sp->GetAsArray();
|