# HG changeset patch # User Eli Zaretskii # Date 1135949360 0 # Node ID 477140fdc860586dc70b3d6fea38190ba63c326d # Parent 87ba271ae6fc1c3ba541e300aa405c739a1a5b93 Tell users not to worry about GDB warnings that some functions do not exist in the binary. diff -r 87ba271ae6fc -r 477140fdc860 src/.gdbinit --- 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