Searched refs:debugserver_pid (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 413 lldb::pid_t debugserver_pid = LLDB_INVALID_PROCESS_ID; in DebugProcess() local 415 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in DebugProcess() 433 else if (debugserver_pid != LLDB_INVALID_PROCESS_ID) { in DebugProcess() 435 KillSpawnedProcess(debugserver_pid); in DebugProcess() 491 lldb::pid_t debugserver_pid = LLDB_INVALID_PROCESS_ID; in Attach() local 493 if (!LaunchGDBServer(debugserver_pid, connect_url)) { in Attach() 521 if (error.Fail() && debugserver_pid != LLDB_INVALID_PROCESS_ID) { in Attach() 522 KillSpawnedProcess(debugserver_pid); in Attach()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 251 lldb::pid_t debugserver_pid = LLDB_INVALID_PROCESS_ID; in Handle_qLaunchGDBServer() local 254 LaunchGDBServer(Args(), hostname, debugserver_pid, port, socket_name); in Handle_qLaunchGDBServer() 266 __FUNCTION__, debugserver_pid); in Handle_qLaunchGDBServer() 270 response.Printf("pid:%" PRIu64 ";port:%u;", debugserver_pid, in Handle_qLaunchGDBServer() 280 if (debugserver_pid != LLDB_INVALID_PROCESS_ID) in Handle_qLaunchGDBServer() 281 Host::Kill(debugserver_pid, SIGINT); in Handle_qLaunchGDBServer()
|
| H A D | ProcessGDBRemote.cpp | 3298 std::weak_ptr<ProcessGDBRemote> process_wp, lldb::pid_t debugserver_pid, in MonitorDebugserverProcess() argument 3309 __FUNCTION__, debugserver_pid, signo, signo, exit_status); in MonitorDebugserverProcess() 3314 if (!process_sp || process_sp->m_debugserver_pid != debugserver_pid) in MonitorDebugserverProcess()
|