aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index fdce31761e0..9f99b50deb7 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -764,6 +764,12 @@ show environment DISPLAY
764show environment TERM 764show environment TERM
765set args -geometry 80x40+0+0 765set args -geometry 80x40+0+0
766 766
767# People get bothered when they see messages about non-existent functions...
768echo \n
769echo If you see messages below about functions not being defined,\n
770echo don\'t worry about them. Nothing is wrong.\n
771echo \n
772
767# Don't let abort actually run, as it will make 773# Don't let abort actually run, as it will make
768# stdio stop working and therefore the `pr' command above as well. 774# stdio stop working and therefore the `pr' command above as well.
769break abort 775break abort