From: Eli Zaretskii Date: Fri, 30 Dec 2005 13:29:20 +0000 (+0000) Subject: Tell users not to worry about GDB warnings that some functions do not X-Git-Tag: emacs-pretest-22.0.90~4973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2c50958b68ff4b464fdc081e83b5fb5264d3176;p=emacs.git Tell users not to worry about GDB warnings that some functions do not exist in the binary. --- 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 show environment TERM set args -geometry 80x40+0+0 +# People get bothered when they see messages about non-existent functions... +echo \n +echo If you see messages below about functions not being defined,\n +echo don\'t worry about them. Nothing is wrong.\n +echo \n + # Don't let abort actually run, as it will make # stdio stop working and therefore the `pr' command above as well. break abort