Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h49 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
H A DScriptedProcess.cpp164 return DoLaunch(nullptr, launch_info); in DoLoadCore()
167 Status ScriptedProcess::DoLaunch(Module *exe_module, in DoLaunch() function in ScriptedProcess
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h83 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
H A DProcessGDBRemote.cpp625 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1087 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2692 error = DoLaunch(exe_module, launch_info); in LaunchPrivate()