Home
last modified time | relevance | path

Searched refs:LaunchProcess (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp26 MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in MonitoringProcessLauncher
51 m_delegate_launcher->LaunchProcess(resolved_info, error); in LaunchProcess()
H A DHost.cpp484 error = LaunchProcess(launch_info); in RunShellCommand()
536 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Host
546 HostProcess process = launcher.LaunchProcess(launch_info, error); in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp265 Status RemoteAwarePlatform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in RemoteAwarePlatform
267 return m_remote_platform_sp->LaunchProcess(launch_info); in LaunchProcess()
268 return Platform::LaunchProcess(launch_info); in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DProcessLauncherPosixFork.h18 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLauncher.h21 virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
H A DMonitoringProcessLauncher.h25 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
H A DHost.h188 static Status LaunchProcess(ProcessLaunchInfo &launch_info);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedPlatformInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.h
H A DScriptedPlatformPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedPlatformInterface.h38 virtual Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) { in LaunchProcess() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.h47 Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) override;
H A DScriptedPlatformPythonInterface.cpp88 Status ScriptedPlatformPythonInterface::LaunchProcess( in LaunchProcess() function in ScriptedPlatformPythonInterface
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h34 Status LaunchProcess() override;
H A DGDBRemoteCommunicationServerCommon.h137 virtual Status LaunchProcess() = 0;
H A DGDBRemoteCommunicationServerPlatform.cpp433 Status GDBRemoteCommunicationServerPlatform::LaunchProcess() { in LaunchProcess() function in GDBRemoteCommunicationServerPlatform
445 Status error = Host::LaunchProcess(m_process_launch_info); in LaunchProcess()
H A DGDBRemoteCommunicationServerLLGS.h52 Status LaunchProcess() override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h98 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h56 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatformRemoteGDBServer.cpp317 Status PlatformRemoteGDBServer::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in PlatformRemoteGDBServer
374 if (llvm::Error err = m_gdb_client_up->LaunchProcess(args)) { in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp219 error = Host::LaunchProcess(launch_info); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp254 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherPosixFork
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp67 .LaunchProcess(launch_info, status) in Launch()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp162 Status error = gdb_server.LaunchProcess(); in handle_launch()
H A Dlldb-platform.cpp326 error = Host::LaunchProcess(launch_info); in spawn_process()

12