Tell users not to worry about GDB warnings that some functions do not
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Dec 2005 13:29:20 +0000 (13:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Dec 2005 13:29:20 +0000 (13:29 +0000)
exist in the binary.

src/.gdbinit

index fdce317..9f99b50 100644 (file)
@@ -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