Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DMonitoringProcessLauncher.cpp26 MonitoringProcessLauncher::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in MonitoringProcessLauncher
51 m_delegate_launcher->LaunchProcess(resolved_info, error); in LaunchProcess()
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/
DProcessLauncherPosixFork.h18 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DProcessLauncher.h21 virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
DMonitoringProcessLauncher.h25 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
DHost.h169 static Status LaunchProcess(ProcessLaunchInfo &launch_info);
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/windows/
DProcessLauncherWindows.h21 HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DScriptedPlatformInterface.h39 virtual Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) { in LaunchProcess() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedPlatformPythonInterface.h37 Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) override;
DScriptedPlatformPythonInterface.cpp98 Status ScriptedPlatformPythonInterface::LaunchProcess( in LaunchProcess() function in ScriptedPlatformPythonInterface
/openbsd/src/gnu/llvm/lldb/source/Target/
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/
DGDBRemoteCommunicationServerPlatform.h80 Status LaunchProcess() override;
DGDBRemoteCommunicationServerCommon.h137 virtual Status LaunchProcess() = 0;
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/
DProcessDebugger.h68 Status LaunchProcess(ProcessLaunchInfo &launch_info,
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.h74 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
DPlatformDarwin.h110 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
DPlatformAppleSimulator.cpp57 lldb_private::Status PlatformAppleSimulator::LaunchProcess( in LaunchProcess() function in PlatformAppleSimulator
195 error = LaunchProcess(launch_info); in DebugProcess()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DRemoteAwarePlatform.h97 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DProcessLauncherWindows.cpp62 ProcessLauncherWindows::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherWindows
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h56 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
DPlatformRemoteGDBServer.cpp318 Status PlatformRemoteGDBServer::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess() function in PlatformRemoteGDBServer
375 if (llvm::Error err = m_gdb_client_up->LaunchProcess(args)) { in LaunchProcess()
/openbsd/src/gnu/llvm/lldb/examples/test/tmp/
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/…
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/…
/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DProcessLauncherPosixFork.cpp258 ProcessLauncherPosixFork::LaunchProcess(const ProcessLaunchInfo &launch_info, in LaunchProcess() function in ProcessLauncherPosixFork

12