Home
last modified time | relevance | path

Searched refs:ProcessLaunchInfoSP (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedPlatformInterface.h39 virtual Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) { in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.h37 Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) override;
H A DScriptedPlatformPythonInterface.cpp99 ProcessLaunchInfoSP launch_info) { in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h369 typedef std::shared_ptr<lldb_private::ProcessLaunchInfo> ProcessLaunchInfoSP; typedef