comparison lisp/comint/gdb.el @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 929b76928fce
children
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
329 ;; XEmacs change: turn on gdb mode after setting up the proc filters 329 ;; XEmacs change: turn on gdb mode after setting up the proc filters
330 ;; for the benefit of shell-font.el 330 ;; for the benefit of shell-font.el
331 (gdb-mode) 331 (gdb-mode)
332 (gdb-set-buffer))) 332 (gdb-set-buffer)))
333 333
334 ;;;####autoload 334 ;;;###autoload
335 (defun gdb-with-core (file corefile) 335 (defun gdb-with-core (file corefile)
336 "Debug a program using a corefile." 336 "Debug a program using a corefile."
337 (interactive "fProgram to debug: \nfCore file to use: ") 337 (interactive "fProgram to debug: \nfCore file to use: ")
338 (gdb file corefile)) 338 (gdb file corefile))
339 339