diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 23:16:33 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 23:16:33 +0100 |
commit | 2a3066f05ba6d01aeccfa4d7003a2d149a4e6e47 (patch) | |
tree | dec520978570b0d6853651faed6daad4906a454f /tools | |
parent | 750ccf98025e47649090d8da8089daeb5e19ff8b (diff) | |
download | tmwa-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.gdb | 4 |
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 |