summaryrefslogtreecommitdiff
path: root/tools/debug-debug.gdb
diff options
context:
space:
mode:
authorHello TMW <hello@themanaworld.org>2025-03-12 12:16:19 +0000
committerHello TMW <hello@themanaworld.org>2025-03-12 12:16:19 +0000
commitb0428330565e92350b002d969c90601f90dc47e5 (patch)
tree1f22af7cf0039ac80e032edad8876ae0e348867c /tools/debug-debug.gdb
parent3a0bfe045e24a8d769c60b513ade85505926be70 (diff)
parent88dfbd91ed22ab4ad98b2b9f0243f9d9faa9b49d (diff)
downloadtmwa-b0428330565e92350b002d969c90601f90dc47e5.tar.gz
tmwa-b0428330565e92350b002d969c90601f90dc47e5.tar.bz2
tmwa-b0428330565e92350b002d969c90601f90dc47e5.tar.xz
tmwa-b0428330565e92350b002d969c90601f90dc47e5.zip
Merge branch tmwa:master into masterHEADmaster
Diffstat (limited to 'tools/debug-debug.gdb')
-rw-r--r--tools/debug-debug.gdb6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/debug-debug.gdb b/tools/debug-debug.gdb
index b50a49b..5bf3a57 100644
--- a/tools/debug-debug.gdb
+++ b/tools/debug-debug.gdb
@@ -9,7 +9,7 @@ gdb.execute('file %s' % file_to_load)
end
set logging file /dev/null
set logging redirect on
-set logging off
+set logging enabled off
python
import re
@@ -41,7 +41,7 @@ set print elements 9999
set print frame-arguments none
set python print-stack full
-set logging on
+set logging enabled on
# Workaround "Function... not defined in.." (breakpoints not found) (GDB bug)
# https://sourceware.org/bugzilla/show_bug.cgi?id=15962
# In some gdb versions rbreak works, in some break does.
@@ -55,7 +55,7 @@ if bpoint.pending:
gdb.execute("rbreak do_breakpoint")
end
-set logging off
+set logging enabled off
commands
silent