Mercurial > emacs
changeset 86885:087d581b50f6
(gdb-create-define-alist)
(gdb-restore-windows, gdb-reset, global-hl-line-highlight)
(hl-line-highlight, gdb-display-source-buffer)
(gdb-display-buffer, c-langelem-sym, c-langelem-pos)
(syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 01 Dec 2007 02:33:20 +0000 |
parents | bcf9ca31cd6d |
children | f43509daf0ee |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gud.el Sat Dec 01 02:32:20 2007 +0000 +++ b/lisp/progmodes/gud.el Sat Dec 01 02:33:20 2007 +0000 @@ -318,6 +318,8 @@ (setq directories (cdr directories))) result))) +(declare-function gdb-create-define-alist "gdb-ui" ()) + (defun gud-find-file (file) ;; Don't get confused by double slashes in the name that comes from GDB. (while (string-match "//+" file) @@ -709,6 +711,9 @@ (defvar gud-filter-pending-text nil "Non-nil means this is text that has been saved for later in `gud-filter'.") +;; If in gdba mode, gdb-ui is loaded. +(declare-function gdb-restore-windows "gdb-ui" ()) + ;; The old gdb command (text command mode). The new one is in gdb-ui.el. ;;;###autoload (defun gud-gdb (command-line) @@ -2597,6 +2602,8 @@ (defvar gud-overlay-arrow-position nil) (add-to-list 'overlay-arrow-variable-list 'gud-overlay-arrow-position) +(declare-function gdb-reset "gdb-ui" ()) + (defun gud-sentinel (proc msg) (cond ((null (buffer-name (process-buffer proc))) ;; buffer killed @@ -2666,6 +2673,11 @@ (setq gud-last-last-frame gud-last-frame gud-last-frame nil))) +(declare-function global-hl-line-highlight "hl-line" ()) +(declare-function hl-line-highlight "hl-line" ()) +(declare-function gdb-display-source-buffer "gdb-ui" (buffer)) +(declare-function gdb-display-buffer "gdb-ui" (buf dedicated &optional size)) + ;; Make sure the file named TRUE-FILE is in a buffer that appears on the screen ;; and that its line LINE is visible. ;; Put the overlay-arrow on the line LINE in that buffer. @@ -2998,6 +3010,12 @@ (t nil))) (t nil)))) + +(declare-function c-langelem-sym "cc-defs" (langelem)) +(declare-function c-langelem-pos "cc-defs" (langelem)) +(declare-function syntax-symbol "gud" (x)) +(declare-function syntax-point "gud" (x)) + (defun gud-find-class (f line) "Find fully qualified class in file F at line LINE. This function uses the `gud-jdb-classpath' (and optional @@ -3383,6 +3401,8 @@ ((xdb pdb) (concat "p " expr)) (sdb (concat expr "/")))) +(declare-function gdb-enqueue-input "gdb-ui" (item)) + (defun gud-tooltip-tips (event) "Show tip for identifier or selection under the mouse. The mouse must either point at an identifier or inside a selected