Mercurial > hg > xemacs-beta
comparison lisp/comint/gdb.el @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | b82b59fe008d |
children | 8fc7fe29b841 |
comparison
equal
deleted
inserted
replaced
11:91ffe8bd52e4 | 12:bcdc7deadc19 |
---|---|
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) |