comparison src/.gdbinit @ 454:d7a9135ec789 r21-2-42

Import from CVS: tag r21-2-42
author cvs
date Mon, 13 Aug 2007 11:40:54 +0200
parents 3d3049ae1304
children c33ae14dd6d0
comparison
equal deleted inserted replaced
453:270b05afd845 454:d7a9135ec789
164 Run the core lisp byte compilation part of the build procedure. 164 Run the core lisp byte compilation part of the build procedure.
165 Use when debugging temacs, not xemacs! 165 Use when debugging temacs, not xemacs!
166 Use this when temacs builds successfully, but xemacs does not. 166 Use this when temacs builds successfully, but xemacs does not.
167 end 167 end
168 168
169 define dump-temacs 169 define dmp
170 environment-to-run-temacs 170 environment-to-run-temacs
171 run -nd -batch -l ../lisp/loadup.el dump 171 run -nd -batch -l ../lisp/loadup.el dump
172 end 172 end
173 173
174 document dump-temacs 174 document dmp
175 Usage: dump-temacs 175 Usage: dmp
176 Run the dumping part of the build procedure. 176 Run the dumping part of the build procedure.
177 Use when debugging temacs, not xemacs! 177 Use when debugging temacs, not xemacs!
178 Use this when temacs builds successfully, but xemacs does not. 178 Use this when temacs builds successfully, but xemacs does not.
179 end 179 end
180 180