Skip to content

Commit 440c805

Browse files
committed
gdb: silence "threads module disabled" barf
1 parent 5dfc8b4 commit 440c805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gdb/.gdbinit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set python print-stack full
2121
set multiple-symbols ask
2222

2323
# Disable threads display by default
24-
dashboard threads
24+
python gdb.execute("dashboard threads", to_string=True)
2525

2626
# Add xxd command.
2727
define xxd

0 commit comments

Comments
 (0)