Searched refs:DoLaunch (Results 1 – 6 of 6) sorted by relevance
49 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
164 return DoLaunch(nullptr, launch_info); in DoLoadCore()167 Status ScriptedProcess::DoLaunch(Module *exe_module, in DoLaunch() function in ScriptedProcess
83 Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) override;
625 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch() function in ProcessGDBRemote
1087 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch() function
2692 error = DoLaunch(exe_module, launch_info); in LaunchPrivate()