Home
last modified time | relevance | path

Searched refs:args_sp (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
40 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptedPlatformPythonInterface.h28 StructuredData::DictionarySP args_sp,
H A DScriptedThreadPythonInterface.h28 StructuredData::DictionarySP args_sp,
H A DScriptedProcessPythonInterface.h29 StructuredData::DictionarySP args_sp,
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h26 StructuredData::DictionarySP args_sp,
83 StructuredData::DictionarySP args_sp,
H A DScriptedPlatformInterface.h24 StructuredData::DictionarySP args_sp,
H A DScriptedInterface.h30 StructuredData::DictionarySP args_sp,
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp253 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 DHost.mm1426 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");
1427 if (!args_sp) {
1432 auto args_array_sp = args_sp->GetAsArray();