gdb: add extended-remote support, implement vAttach

This commit is contained in:
TuxSH
2019-04-12 23:40:51 +02:00
parent e57b546dd4
commit 763a1de8d3
7 changed files with 95 additions and 20 deletions

View File

@@ -28,6 +28,7 @@
#include "gdb.h"
GDB_DECLARE_VERBOSE_HANDLER(Attach);
GDB_DECLARE_HANDLER(Detach);
GDB_DECLARE_HANDLER(Kill);
GDB_DECLARE_HANDLER(Break);