Home
last modified time | relevance | path

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

12

/freebsd-14.2/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.cpp468 error = LaunchProcess(launch_info); in RunShellCommand()
519 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Host
529 HostProcess process = launcher.LaunchProcess(launch_info, error); in LaunchProcess()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DProcessLauncherPosixFork.h18 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/freebsd-14.2/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.h169 static Status LaunchProcess(ProcessLaunchInfo &launch_info);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedPlatformInterface.h37 virtual Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) { in LaunchProcess() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.h43 Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) override;
H A DScriptedPlatformPythonInterface.cpp84 Status ScriptedPlatformPythonInterface::LaunchProcess( in LaunchProcess() function in ScriptedPlatformPythonInterface
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp378 Status RemoteAwarePlatform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in RemoteAwarePlatform
380 return m_remote_platform_sp->LaunchProcess(launch_info); in LaunchProcess()
381 return Platform::LaunchProcess(launch_info); in LaunchProcess()
H A DPlatform.cpp1000 Status Platform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Platform
1041 error = Host::LaunchProcess(launch_info); in LaunchProcess()
1103 error = LaunchProcess(launch_info); in DebugProcess()
/freebsd-14.2/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.cpp526 Status GDBRemoteCommunicationServerPlatform::LaunchProcess() { in LaunchProcess() function in GDBRemoteCommunicationServerPlatform
538 Status error = Host::LaunchProcess(m_process_launch_info); in LaunchProcess()
H A DGDBRemoteCommunicationServerLLGS.h52 Status LaunchProcess() override;
H A DGDBRemoteCommunicationClient.h96 llvm::Error LaunchProcess(const Args &args);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h97 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatform.h348 virtual Status LaunchProcess(ProcessLaunchInfo &launch_info);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h56 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatformRemoteGDBServer.cpp324 Status PlatformRemoteGDBServer::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in PlatformRemoteGDBServer
381 if (llvm::Error err = m_gdb_client_up->LaunchProcess(args)) { in LaunchProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp219 error = Host::LaunchProcess(launch_info); in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp258 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherPosixFork
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp162 Status error = gdb_server.LaunchProcess(); in handle_launch()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp574 Status error = platform_sp->LaunchProcess(info); in Launch()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp60 .LaunchProcess(launch_info, status) in Launch()

12