Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp25 MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in MonitoringProcessLauncher
50 m_delegate_launcher->LaunchProcess(resolved_info, error); in LaunchProcess()
H A DHost.cpp567 error = LaunchProcess(launch_info); in RunShellCommand()
616 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Host
626 HostProcess process = launcher.LaunchProcess(launch_info, error); in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DProcessLauncherPosixFork.h18 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/freebsd-13.1/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.h189 static Status LaunchProcess(ProcessLaunchInfo &launch_info);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp419 Status RemoteAwarePlatform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in RemoteAwarePlatform
423 error = Platform::LaunchProcess(launch_info); in LaunchProcess()
426 error = m_remote_platform_sp->LaunchProcess(launch_info); in LaunchProcess()
H A DPlatform.cpp1011 Status Platform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Platform
1052 error = Host::LaunchProcess(launch_info); in LaunchProcess()
1131 error = LaunchProcess(launch_info); in DebugProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h80 Status LaunchProcess() override;
H A DGDBRemoteCommunicationServerCommon.h137 virtual Status LaunchProcess() = 0;
H A DGDBRemoteCommunicationServerPlatform.cpp534 Status GDBRemoteCommunicationServerPlatform::LaunchProcess() { in LaunchProcess() function in GDBRemoteCommunicationServerPlatform
548 Status error = Host::LaunchProcess(m_process_launch_info); in LaunchProcess()
H A DGDBRemoteCommunicationServerLLGS.h50 Status LaunchProcess() override;
H A DGDBRemoteCommunication.cpp1151 error = Host::LaunchProcess(launch_info); in StartDebugserverProcess()
H A DGDBRemoteCommunicationServerCommon.cpp1018 m_process_launch_error = LaunchProcess(); in Handle_A()
H A DGDBRemoteCommunicationServerLLGS.cpp235 Status GDBRemoteCommunicationServerLLGS::LaunchProcess() { in LaunchProcess() function in GDBRemoteCommunicationServerLLGS
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h96 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatform.h337 virtual Status LaunchProcess(ProcessLaunchInfo &launch_info);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp179 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherPosixFork
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h62 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatformRemoteGDBServer.cpp389 Status PlatformRemoteGDBServer::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in PlatformRemoteGDBServer
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp160 Status error = gdb_server.LaunchProcess(); in handle_launch()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp610 Status error = platform_sp->LaunchProcess(info); in Launch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp66 .LaunchProcess(launch_info, status) in Launch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp61 .LaunchProcess(launch_info, status) in Launch()