Home
last modified time | relevance | path

Searched refs:debugserver_pid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp253 lldb::pid_t debugserver_pid = LLDB_INVALID_PROCESS_ID; in Handle_qLaunchGDBServer() local
256 LaunchGDBServer(Args(), hostname, debugserver_pid, port, socket_name); in Handle_qLaunchGDBServer()
268 __FUNCTION__, debugserver_pid); in Handle_qLaunchGDBServer()
272 response.Printf("pid:%" PRIu64 ";port:%u;", debugserver_pid, in Handle_qLaunchGDBServer()
282 if (debugserver_pid != LLDB_INVALID_PROCESS_ID) in Handle_qLaunchGDBServer()
283 Host::Kill(debugserver_pid, SIGINT); in Handle_qLaunchGDBServer()
H A DProcessGDBRemote.cpp3454 std::weak_ptr<ProcessGDBRemote> process_wp, lldb::pid_t debugserver_pid, in MonitorDebugserverProcess() argument
3465 __FUNCTION__, debugserver_pid, signo, signo, exit_status); in MonitorDebugserverProcess()
3470 if (!process_sp || process_sp->m_debugserver_pid != debugserver_pid) in MonitorDebugserverProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp419 lldb::pid_t debugserver_pid = LLDB_INVALID_PROCESS_ID; in DebugProcess() local
421 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in DebugProcess()
440 else if (debugserver_pid != LLDB_INVALID_PROCESS_ID) { in DebugProcess()
442 KillSpawnedProcess(debugserver_pid); in DebugProcess()
498 lldb::pid_t debugserver_pid = LLDB_INVALID_PROCESS_ID; in Attach() local
500 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in Attach()
529 if (error.Fail() && debugserver_pid != LLDB_INVALID_PROCESS_ID) { in Attach()
530 KillSpawnedProcess(debugserver_pid); in Attach()