From 89cbe7be83f164927caebc9334bc42990e499cb1 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 24 Aug 2019 00:00:05 +0000 Subject: [PATCH] gdb: get rid of awatch from DBG --- gdb.gdb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gdb.gdb b/gdb.gdb index f6fbfbd..dd694a5 100644 --- a/gdb.gdb +++ b/gdb.gdb @@ -13,10 +13,3 @@ end break *0x7c00 continue - -# https://cirosantilli.com/x86-bare-metal-examples#gdb-step-debug -awatch *0x9000 -commands - silent - printf "0x9000 awatch access debug break\n" -end