summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-02-07 23:16:33 +0100
committerFedja Beader <fedja@protonmail.ch>2024-02-07 23:16:33 +0100
commit2a3066f05ba6d01aeccfa4d7003a2d149a4e6e47 (patch)
treedec520978570b0d6853651faed6daad4906a454f /tools
parent750ccf98025e47649090d8da8089daeb5e19ff8b (diff)
downloadtmwa-2a3066f05ba6d01aeccfa4d7003a2d149a4e6e47.tar.gz
tmwa-2a3066f05ba6d01aeccfa4d7003a2d149a4e6e47.tar.bz2
tmwa-2a3066f05ba6d01aeccfa4d7003a2d149a4e6e47.tar.xz
tmwa-2a3066f05ba6d01aeccfa4d7003a2d149a4e6e47.zip
Revert "Workaround "Function... not defined in.." (breakpoints not found) (GDB bug)"
This reverts commit 7714c7c7bfe67e632b7f8162a5eab3eb7e4d0080.
Diffstat (limited to 'tools')
-rw-r--r--tools/debug-debug.gdb4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/debug-debug.gdb b/tools/debug-debug.gdb
index bf1329b..ebda5e6 100644
--- a/tools/debug-debug.gdb
+++ b/tools/debug-debug.gdb
@@ -43,9 +43,7 @@ set print frame-arguments none
set python print-stack full
set logging on
-#set breakpoint pending on
-#rbreak do_breakpoint
-break do_breakpoint
+rbreak do_breakpoint
#set logging enabled off
info breakpoints