Home
last modified time | relevance | path

Searched refs:LaunchProcess (Results 1 – 25 of 32) 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.cpp501 error = LaunchProcess(launch_info); in RunShellCommand()
552 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Host
562 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()
H A DPlatform.cpp930 Status Platform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Platform
971 error = Host::LaunchProcess(launch_info); in LaunchProcess()
1033 error = LaunchProcess(launch_info); in DebugProcess()
/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.h169 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/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp86 Status ScriptedPlatformPythonInterface::LaunchProcess( in LaunchProcess() function in ScriptedPlatformPythonInterface
/freebsd/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.cpp528 Status GDBRemoteCommunicationServerPlatform::LaunchProcess() { in LaunchProcess() function in GDBRemoteCommunicationServerPlatform
540 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/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h98 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatform.h335 virtual Status LaunchProcess(ProcessLaunchInfo &launch_info);
/freebsd/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/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.cpp258 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherPosixFork
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp162 Status error = gdb_server.LaunchProcess(); in handle_launch()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp574 Status error = platform_sp->LaunchProcess(info); in Launch()

12