# HG changeset patch # User John W. Eaton # Date 1367555275 14400 # Node ID 2c11d7c6cc211630980d2de735d83a118d59bd6c # Parent 189241a7c3a952d4ff0bdbcc879558d44cbf3827 turn off gdb thread messages by default * gdbinit: Disable thread begin/end messages. diff -r 189241a7c3a9 -r 2c11d7c6cc21 etc/gdbinit --- a/etc/gdbinit Wed May 01 15:29:57 2013 -0400 +++ b/etc/gdbinit Fri May 03 00:27:55 2013 -0400 @@ -1,3 +1,8 @@ +## Disable the next line if you really need to see the +## thread create/exit messages. + +set print thread-events off + ## Helpful macros for debugging Octave. ############################################################