Home
last modified time | relevance | path

Searched refs:DoLaunch (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h48 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
H A DScriptedProcess.cpp145 return DoLaunch(nullptr, launch_info); in DoLoadCore()
148 Status ScriptedProcess::DoLaunch(Module *exe_module, in DoLaunch() function in ScriptedProcess
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h51 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
H A DProcessWindows.cpp186 Status ProcessWindows::DoLaunch(Module *exe_module, in DoLaunch() function in lldb_private::ProcessWindows
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h62 DoLaunch(lldb_private::Module *exe_module,
H A DProcessKDP.cpp360 Status ProcessKDP::DoLaunch(Module *exe_module, in DoLaunch() function in ProcessKDP
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h83 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
H A DProcessGDBRemote.cpp609 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch() function in ProcessGDBRemote
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1037 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2535 error = DoLaunch(exe_module, launch_info); in LaunchPrivate()