Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp472 error = LaunchProcess(launch_info); in RunShellCommand()
523 Status Host::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in Host
533 HostProcess process = launcher.LaunchProcess(launch_info, error); in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DProcessLauncherPosixFork.h18 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DProcessLauncherWindows.h21 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedPlatformInterface.h39 virtual Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) { in LaunchProcess() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.h37 Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) override;
H A DScriptedPlatformPythonInterface.cpp98 Status ScriptedPlatformPythonInterface::LaunchProcess( in LaunchProcess() function in ScriptedPlatformPythonInterface
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.h68 Status LaunchProcess(ProcessLaunchInfo &launch_info,
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h97 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
/openbsd-src/gnu/llvm/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.cpp57 lldb_private::Status PlatformAppleSimulator::LaunchProcess( in LaunchProcess() function in PlatformAppleSimulator
195 error = LaunchProcess(launch_info); in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp62 ProcessLauncherWindows::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherWindows
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h56 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp215 error = Host::LaunchProcess(launch_info); in DebugProcess()
/openbsd-src/gnu/llvm/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/…
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp258 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherPosixFork

12