• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/progmodes/

Lines Matching +defs:macro +defs:alist

43 (eval-when-compile (require 'cl)) ; for case macro
48 (defvar gdb-define-alist)
49 (defvar gdb-macro-info)
257 (let ((m (assq 'gud-minor-mode minor-mode-map-alist)))
259 (push (cons 'gud-minor-mode gud-minor-mode-map) minor-mode-map-alist)))
321 (make-local-variable 'gdb-define-alist)
322 (unless gdb-define-alist (gdb-create-define-alist))
323 (add-hook 'after-save-hook 'gdb-create-define-alist nil t))
331 ;; This macro is used below to define some basic debugger interface commands.
335 ;; A macro call like (gud-def FUNC NAME KEY DOC) expands to a form
1831 (defvar gud-jdb-class-source-alist nil
2038 (defun gud-jdb-build-class-source-alist-for-file (file)
2044 ;; Return an alist of fully qualified classes and the source files
2047 (defun gud-jdb-build-class-source-alist (sources)
2053 'gud-jdb-build-class-source-alist-for-file
2102 ;; gud-jdb-class-source-alist. The asssociation gives the fully
2105 (cdr (assoc p gud-jdb-class-source-alist)))
2333 (setq gud-jdb-class-source-alist
2334 (gud-jdb-build-class-source-alist
2441 You may use the `gud-def' macro in the initialization hook to define other
3091 (let ((class-found (rassoc f gud-jdb-class-source-alist)))
3094 (message "gud-find-class: class for file %s not found in gud-jdb-class-source-alist!" f)
3210 (add-to-list 'auto-mode-alist '("/\\.gdbinit" . gdb-script-mode))
3267 (make-local-variable 'gdb-define-alist)
3268 (gdb-create-define-alist)
3270 'gdb-create-define-alist nil t))))))
3271 (kill-local-variable 'gdb-define-alist)
3272 (remove-hook 'after-save-hook 'gdb-create-define-alist t))))
3426 (let ((define-elt (assoc expr gdb-define-alist)))
3441 (if gdb-macro-info
3444 gdb-server-prefix "macro expand " expr "\n")