Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.cpp474 error = LaunchProcess(launch_info); in RunShellCommand()
525 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Host
535 HostProcess process = launcher.LaunchProcess(launch_info, error); in LaunchProcess()
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DProcessLauncherPosixFork.h18 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DProcessLauncherWindows.h21 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp377 Status RemoteAwarePlatform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in RemoteAwarePlatform
379 return m_remote_platform_sp->LaunchProcess(launch_info); in LaunchProcess()
380 return Platform::LaunchProcess(launch_info); in LaunchProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h80 Status LaunchProcess() override;
H A DGDBRemoteCommunicationServerCommon.h138 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.h51 Status LaunchProcess() override;
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.h68 Status LaunchProcess(ProcessLaunchInfo &launch_info,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h74 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatformDarwin.h110 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
H A DPlatformAppleSimulator.cpp56 lldb_private::Status PlatformAppleSimulator::LaunchProcess( in LaunchProcess() function in PlatformAppleSimulator
194 error = LaunchProcess(launch_info); in DebugProcess()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h96 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp62 ProcessLauncherWindows::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherWindows
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h55 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp258 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherPosixFork
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp212 error = Host::LaunchProcess(launch_info); in DebugProcess()
/llvm-project-15.0.7/lldb/examples/test/tmp/
H A Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt9 com.apple.main-thread Host::LaunchProcess (launch_info) => pid=55237, path='/Volumes/data/lldb/svn/…
H A Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt9 com.apple.main-thread Host::LaunchProcess (launch_info) => pid=55287, path='/Volumes/data/lldb/svn/…
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp107 status = Host::LaunchProcess(Info); in launchCustom()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp159 Status error = gdb_server.LaunchProcess(); in handle_launch()

12