aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-12-30 13:29:20 +0000
committerEli Zaretskii2005-12-30 13:29:20 +0000
commitc2c50958b68ff4b464fdc081e83b5fb5264d3176 (patch)
tree121f79dacff9bdd3c405362e8fe127d08a918a3a
parentef3f69f9014dcb314d964a5a4c85478807a7ae2b (diff)
downloademacs-c2c50958b68ff4b464fdc081e83b5fb5264d3176.tar.gz
emacs-c2c50958b68ff4b464fdc081e83b5fb5264d3176.zip
Tell users not to worry about GDB warnings that some functions do not
exist in the binary.
-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