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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DProcessLauncherPosixFork.h18 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DMonitoringProcessLauncher.h25 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
H A DProcessLauncher.h21 virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
H A DHost.h189 static Status LaunchProcess(ProcessLaunchInfo &launch_info);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp25 MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info, function in class:MonitoringProcessLauncher
50 m_delegate_launcher->LaunchProcess(resolved_info, error);
H A DHost.cpp544 error = LaunchProcess(launch_info);
593 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { function in class:Host
603 HostProcess process = launcher.LaunchProcess(launch_info, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h52 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatformFreeBSD.cpp247 Status PlatformFreeBSD::LaunchProcess(ProcessLaunchInfo &launch_info) { function in class:PlatformFreeBSD
250 error = Platform::LaunchProcess(launch_info);
253 error = m_remote_platform_sp->LaunchProcess(launch_info);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h32 Status LaunchProcess() override;
H A DGDBRemoteCommunicationServerCommon.h143 virtual Status LaunchProcess() = 0;
H A DGDBRemoteCommunicationServerPlatform.cpp424 Status GDBRemoteCommunicationServerPlatform::LaunchProcess() { function in class:GDBRemoteCommunicationServerPlatform
438 Status error = Host::LaunchProcess(m_process_launch_info);
H A DGDBRemoteCommunicationServerLLGS.h50 Status LaunchProcess() override;
H A DGDBRemoteCommunication.cpp1173 error = Host::LaunchProcess(launch_info);
H A DGDBRemoteCommunicationServerCommon.cpp1053 m_process_launch_error = LaunchProcess();
H A DGDBRemoteCommunicationServerLLGS.cpp205 Status GDBRemoteCommunicationServerLLGS::LaunchProcess() { function in class:GDBRemoteCommunicationServerLLGS
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp264 Status RemoteAwarePlatform::LaunchProcess(ProcessLaunchInfo &launch_info) { function in class:RemoteAwarePlatform
268 error = Platform::LaunchProcess(launch_info);
271 error = m_remote_platform_sp->LaunchProcess(launch_info);
H A DPlatform.cpp1005 Status Platform::LaunchProcess(ProcessLaunchInfo &launch_info) { function in class:Platform
1048 error = Host::LaunchProcess(launch_info);
1127 error = LaunchProcess(launch_info);
1130 "Platform::%s LaunchProcess() call succeeded (pid=%" PRIu64 ")",
1160 "Platform::%s LaunchProcess() returned launch_info with "
1165 LLDB_LOGF(log, "Platform::%s LaunchProcess() failed: %s", __FUNCTION__,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h87 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatform.h334 virtual Status LaunchProcess(ProcessLaunchInfo &launch_info);
359 /// Platform::LaunchProcess() followed by Platform::Attach (). Remote
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp179 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, function in class:ProcessLauncherPosixFork
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h61 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatformRemoteGDBServer.cpp368 Status PlatformRemoteGDBServer::LaunchProcess(ProcessLaunchInfo &launch_info) { function in class:PlatformRemoteGDBServer
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp194 Status error = gdb_server.LaunchProcess();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp535 Status error = platform_sp->LaunchProcess(info);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp66 .LaunchProcess(launch_info, status)

Completed in 163 milliseconds