comparison src/.gdbinit @ 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 e1b75b063ab8
children 0b578812ab24 c69d44922688
comparison
equal deleted inserted replaced
67924:87ba271ae6fc 67925:477140fdc860
762 762
763 show environment DISPLAY 763 show environment DISPLAY
764 show environment TERM 764 show environment TERM
765 set args -geometry 80x40+0+0 765 set args -geometry 80x40+0+0
766 766
767 # People get bothered when they see messages about non-existent functions...
768 echo \n
769 echo If you see messages below about functions not being defined,\n
770 echo don\'t worry about them. Nothing is wrong.\n
771 echo \n
772
767 # Don't let abort actually run, as it will make 773 # Don't let abort actually run, as it will make
768 # stdio stop working and therefore the `pr' command above as well. 774 # stdio stop working and therefore the `pr' command above as well.
769 break abort 775 break abort
770 776
771 # The MS-Windows build replaces abort with its own function. 777 # The MS-Windows build replaces abort with its own function.