Searched refs:DoLaunch (Results 1 – 6 of 6) sorted by relevance
49 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
162 return DoLaunch(nullptr, launch_info); in DoLaunch() 165 Status ScriptedProcess::DoLaunch(Module *exe_module,151 Status ScriptedProcess::DoLaunch(Module *exe_module, DoLaunch() function in ScriptedProcess
86 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
615 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch() function in ProcessGDBRemote
1097 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch() function
2723 error = DoLaunch(exe_module, launch_info); in LaunchPrivate()