comparison lisp/comint/gdb.el @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents b9518feda344
children 0d2f883870bc
comparison
equal deleted inserted replaced
77:6cb4f478e7bc 78:c7528f8e288d
241 \\[send-gdb-command] used for special printing of an arg at the current point. 241 \\[send-gdb-command] used for special printing of an arg at the current point.
242 C-x SPACE sets break point at current line." 242 C-x SPACE sets break point at current line."
243 (interactive) 243 (interactive)
244 (comint-mode) 244 (comint-mode)
245 (use-local-map gdb-mode-map) 245 (use-local-map gdb-mode-map)
246 (when (not (boundp 'c-mode-syntax-table))
247 (require 'cc-mode))
246 (set-syntax-table c-mode-syntax-table) 248 (set-syntax-table c-mode-syntax-table)
247 (make-local-variable 'gdb-last-frame-displayed-p) 249 (make-local-variable 'gdb-last-frame-displayed-p)
248 (make-local-variable 'gdb-last-frame) 250 (make-local-variable 'gdb-last-frame)
249 (make-local-variable 'gdb-delete-prompt-marker) 251 (make-local-variable 'gdb-delete-prompt-marker)
250 (make-local-variable 'gdb-display-mode) 252 (make-local-variable 'gdb-display-mode)