X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fserver%2Fgdb_server.h;h=ea981f31640f1fd12b9c7d60100f651bced6ec1e;hb=22aff82cae0de384f931b4cea89c4f52ec976407;hp=fb4cdbab6becf713d84aab1218a02d4c8f221f65;hpb=8b994145b849c40b0a195c3fb332b9770b2f9097;p=openocd.git diff --git a/src/server/gdb_server.h b/src/server/gdb_server.h index fb4cdbab6b..ea981f3164 100644 --- a/src/server/gdb_server.h +++ b/src/server/gdb_server.h @@ -43,6 +43,10 @@ typedef struct gdb_connection_s int closed; int busy; int noack_mode; + bool sync; /* set flag to true if you want the next stepi to return immediately. + allowing GDB to pick up a fresh set of register values from the target + without modifying the target state. */ + } gdb_connection_t; typedef struct gdb_service_s