From c2c50958b68ff4b464fdc081e83b5fb5264d3176 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 30 Dec 2005 13:29:20 +0000 Subject: [PATCH] Tell users not to worry about GDB warnings that some functions do not exist in the binary. --- src/.gdbinit | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5