5 #ifndef GDB_CLIENT_CORE_H
6 #define GDB_CLIENT_CORE_H
15 #include "../libgdbr.h"
19 #define CMD_ATTACH "vAttach;"
20 #define CMD_DETACH_MP "D;"
21 #define CMD_KILL_MP "vKill;"
23 #define CMD_READREGS "g"
24 #define CMD_WRITEREGS "G"
25 #define CMD_READREG "p"
26 #define CMD_WRITEREG "P"
27 #define CMD_WRITEMEM "M"
28 #define CMD_READMEM "m"
40 #define CMD_QRCMD "qRcmd,"
42 #define CMD_C_CONT "c"
43 #define CMD_C_CONT_SIG "C"
44 #define CMD_C_STEP "s"
static const char * conditions[]
int remove_bp(libgdbr_t *g, ut64 address, enum Breakpoint type, int sizebp)
int set_bp(libgdbr_t *g, ut64 address, const char *conditions, enum Breakpoint type, int sizebp)
int send_vcont(libgdbr_t *g, const char *command, const char *thread_id)
Function sends a vCont command to the gdbserver.
ut64(WINAPI *w32_GetEnabledXStateFeatures)()