Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h25 StructuredData::DictionarySP args_sp,
80 StructuredData::DictionarySP args_sp,
H A DScriptedInterface.h30 StructuredData::DictionarySP args_sp,
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp33 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
39 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPythonInterface.h27 StructuredData::DictionarySP args_sp,
H A DScriptedProcessPythonInterface.h28 StructuredData::DictionarySP args_sp,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1425 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");
1426 if (!args_sp) {
1431 auto args_array_sp = args_sp->GetAsArray();