comparison src/.gdbinit @ 91854:8b3a26bb8081

Don't set `args', it breaks gdb --args.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 15 Feb 2008 22:42:02 +0000
parents c70e45a7acfd
children e9980210e4ed
comparison
equal deleted inserted replaced
91853:edeb1e24fc39 91854:8b3a26bb8081
1132 set print pretty on 1132 set print pretty on
1133 set print sevenbit-strings 1133 set print sevenbit-strings
1134 1134
1135 show environment DISPLAY 1135 show environment DISPLAY
1136 show environment TERM 1136 show environment TERM
1137 set args -geometry 80x40+0+0
1138 1137
1139 # People get bothered when they see messages about non-existent functions... 1138 # People get bothered when they see messages about non-existent functions...
1140 xgetptr Vsystem_type 1139 xgetptr Vsystem_type
1141 # $ptr is NULL in temacs 1140 # $ptr is NULL in temacs
1142 if ($ptr != 0) 1141 if ($ptr != 0)