Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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.cpp535 error = LaunchProcess(launch_info); in RunShellCommand()
584 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Host
594 HostProcess process = launcher.LaunchProcess(launch_info, error); in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp251 Status PlatformFreeBSD::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in PlatformFreeBSD
254 error = Platform::LaunchProcess(launch_info); in LaunchProcess()
257 error = m_remote_platform_sp->LaunchProcess(launch_info); in LaunchProcess()
H A DPlatformFreeBSD.h57 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DProcessLauncherPosixFork.h19 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DProcessLauncher.h22 virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
H A DMonitoringProcessLauncher.h26 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
H A DHost.h205 static Status LaunchProcess(ProcessLaunchInfo &launch_info);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h33 Status LaunchProcess() override;
H A DGDBRemoteCommunicationServerCommon.h146 virtual Status LaunchProcess() = 0;
H A DGDBRemoteCommunicationServerPlatform.cpp433 Status GDBRemoteCommunicationServerPlatform::LaunchProcess() { in LaunchProcess() function in GDBRemoteCommunicationServerPlatform
447 Status error = Host::LaunchProcess(m_process_launch_info); in LaunchProcess()
H A DGDBRemoteCommunicationServerLLGS.h55 Status LaunchProcess() override;
H A DGDBRemoteCommunication.cpp1188 error = Host::LaunchProcess(launch_info); in StartDebugserverProcess()
H A DGDBRemoteCommunicationServerCommon.cpp1047 m_process_launch_error = LaunchProcess(); in Handle_A()
H A DGDBRemoteCommunicationServerLLGS.cpp207 Status GDBRemoteCommunicationServerLLGS::LaunchProcess() { in LaunchProcess() function in GDBRemoteCommunicationServerLLGS
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp179 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherPosixFork
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h66 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatformRemoteGDBServer.cpp380 Status PlatformRemoteGDBServer::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in PlatformRemoteGDBServer
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h130 LaunchProcess(lldb_private::ProcessLaunchInfo &launch_info) override;
H A DPlatformPOSIX.cpp781 Status PlatformPOSIX::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in PlatformPOSIX
785 error = Platform::LaunchProcess(launch_info); in LaunchProcess()
788 error = m_remote_platform_sp->LaunchProcess(launch_info); in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp195 Status error = gdb_server.LaunchProcess(); in handle_launch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp420 Status error = platform_sp->LaunchProcess(info); in Launch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1044 Status Platform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Platform
1089 error = Host::LaunchProcess(launch_info); in LaunchProcess()
1170 error = LaunchProcess(launch_info); in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h363 virtual Status LaunchProcess(ProcessLaunchInfo &launch_info);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp70 .LaunchProcess(launch_info, status) in Launch()