>From 5b1036e6e43a5024799a92c9f96b42423b23d2ef Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Sun, 2 Dec 2018 14:19:08 +1300 Subject: [PATCH 3/3] Bump debugger protocol version --- dbg-stub.c | 2 +- feathers.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbg-stub.c b/dbg-stub.c index feed4980..348a77f6 100644 --- a/dbg-stub.c +++ b/dbg-stub.c @@ -53,7 +53,7 @@ static WSADATA wsa; #endif -#define C_DEBUG_PROTOCOL_VERSION 0 +#define C_DEBUG_PROTOCOL_VERSION 1 #define C_DEBUG_REPLY_UNUSED 0 #define C_DEBUG_REPLY_SETMASK 1 diff --git a/feathers.tcl b/feathers.tcl index 15aa3f0c..71def7c2 100755 --- a/feathers.tcl +++ b/feathers.tcl @@ -27,7 +27,7 @@ set version 0 -set protocol_version 0 +set protocol_version 1 set debugger_port 9999 set events(1) call -- 2.11.0