changeset 16602:2c11d7c6cc21

turn off gdb thread messages by default * gdbinit: Disable thread begin/end messages.
author John W. Eaton <jwe@octave.org>
date Fri, 03 May 2013 00:27:55 -0400
parents 189241a7c3a9
children e5c0acc31640
files etc/gdbinit
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
 ############################################################