changeset 67925:477140fdc860

Tell users not to worry about GDB warnings that some functions do not exist in the binary.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 30 Dec 2005 13:29:20 +0000
parents 87ba271ae6fc
children 6e1e5372c3f6
files src/.gdbinit
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/.gdbinit	Fri Dec 30 13:21:04 2005 +0000
+++ b/src/.gdbinit	Fri Dec 30 13:29:20 2005 +0000
@@ -764,6 +764,12 @@
 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