1 parent 5dfc8b4 commit 440c805Copy full SHA for 440c805
1 file changed
gdb/.gdbinit
@@ -21,7 +21,7 @@ set python print-stack full
21
set multiple-symbols ask
22
23
# Disable threads display by default
24
-dashboard threads
+python gdb.execute("dashboard threads", to_string=True)
25
26
# Add xxd command.
27
define xxd
0 commit comments