Allow source debugger reconnection (#1667)
Allow to wait for a new debugger connection once the previous one is disconnected: - when receiving a detach command - when the client socket is closed (for example, lldb process is killed)
This commit is contained in:
@ -62,6 +62,9 @@ handle_kill_request(WASMGDBServer *server, char *payload);
|
||||
void
|
||||
handle____request(WASMGDBServer *server, char *payload);
|
||||
|
||||
void
|
||||
handle_detach_request(WASMGDBServer *server, char *payload);
|
||||
|
||||
void
|
||||
send_thread_stop_status(WASMGDBServer *server, uint32 status, korp_tid tid);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user