Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp464 PlatformFreeBSD::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess() function in PlatformFreeBSD
469 error = Platform::LaunchProcess (launch_info); in LaunchProcess()
474 error = m_remote_platform_sp->LaunchProcess (launch_info); in LaunchProcess()
DPlatformFreeBSD.h124 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h90 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
DPlatformLinux.cpp402 PlatformLinux::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess() function in PlatformLinux
419 error = Platform::LaunchProcess (launch_info); in LaunchProcess()
/external/lldb/source/Target/
DPlatform.cpp637 Platform::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess() function in Platform
659 error = Host::LaunchProcess (launch_info); in LaunchProcess()
681 error = LaunchProcess (launch_info); in DebugProcess()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h89 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
DPlatformRemoteGDBServer.cpp298 PlatformRemoteGDBServer::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess() function in PlatformRemoteGDBServer
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h99 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
DPlatformDarwin.cpp593 PlatformDarwin::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess() function in PlatformDarwin
599 error = Platform::LaunchProcess (launch_info); in LaunchProcess()
604 error = m_remote_platform_sp->LaunchProcess (launch_info); in LaunchProcess()
/external/lldb/include/lldb/Host/
DHost.h452 LaunchProcess (ProcessLaunchInfo &launch_info);
/external/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/…
/external/lldb/source/Host/freebsd/
DHost.cpp148 Host::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess() function in Host
/external/lldb/include/lldb/Target/
DPlatform.h361 LaunchProcess (ProcessLaunchInfo &launch_info);
/external/lldb/source/Host/linux/
DHost.cpp220 Host::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess() function in Host
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp633 error = Host::LaunchProcess(launch_info); in StartDebugserverProcess()
DGDBRemoteCommunicationServer.cpp635 m_process_launch_error = Host::LaunchProcess (m_process_launch_info); in Handle_A()
DProcessGDBRemote.cpp2576 error = Host::LaunchProcess(debugserver_launch_info); in StartDebugserverProcess()
/external/lldb/source/Host/common/
DHost.cpp1426 error = LaunchProcess (launch_info); in RunShellCommand()
/external/lldb/source/Host/macosx/
DHost.mm1764 Host::LaunchProcess (ProcessLaunchInfo &launch_info) function