Searched +refs:gdb +refs:buffer +refs:list (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dgud.el29 ;; The ancestral gdb.el was by W. Schelter <wfs@rascal.ics.utexas.edu> It was
47 (defvar gdb-active-process)
48 (defvar gdb-define-alist)
49 (defvar gdb-macro-info)
50 (defvar gdb-server-prefix)
51 (defvar gdb-show-changed-values)
52 (defvar gdb-var-list)
53 (defvar gdb-speedbar-auto-raise)
60 "Grand Unified Debugger mode for gdb an
711 (defun gdb (command-line) function
[all...]
H A Dada-xref.el54 (defcustom ada-xref-other-buffer t
55 "*If nil, always display the cross-references in the same buffer.
56 Otherwise create either a new buffer or a new frame."
123 (defcustom ada-prj-default-debugger "${cross_prefix}gdb"
172 buffer that contains a conversion of the file to the standard format of the
173 project files, and return that buffer. (The usual \"src_dir=\" or \"obj_dir=\"
211 "Number of positions kept in the list `ada-xref-pos-ring'.")
218 "Associative list of project files with properties.
222 See `ada-xref-set-default-prj-values' for the list of valid properties.
234 (defmacro ada-name-of (identlist) (list 'are
[all...]
H A Dgdb-ui.el0 ;;; gdb-ui.el --- User Interface for running GDB
30 ;; GDB through the GUD buffer in the usual way, but there are also further
37 ;; By default, M-x gdb will start the debugger. However, if you have customised
38 ;; gud-gdb-command-name, then start it with M-x gdba.
49 ;; 'interpreter mi <mi-command>'. A file called gdb-mi.el is included with
60 ;; If you are using Emacs and GDB on Windows you will need to flush the buffer
76 ;; 3) M-x gdb doesn't work with "run" command in .gdbinit, use M-x gdba instead.
77 ;; 4) M-x gdb doesn't work if the corefile is specified in the command in the
78 ;; minibuffer, use M-x gdba instead (or specify the core in the GUD buffer).
81 ;; "gdb
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmenu-bar.el60 (define-key global-map [menu-bar buffer]
74 (defvar uniquify-buffer-name-style)
120 (define-key menu-bar-file-menu [ps-print-buffer]
121 '(menu-item "Postscript Print Buffer (B+W)" ps-print-buffer
123 :help "Pretty-print current buffer in black and white to PostScript printer"))
128 (define-key menu-bar-file-menu [ps-print-buffer-faces]
129 '(menu-item "Postscript Print Buffer" ps-print-buffer-with-faces
131 :help "Pretty-print current buffer to PostScript printer"))
136 (define-key menu-bar-file-menu [print-buffer]
137 '(menu-item "Print Buffer" print-buffer
[all...]

Completed in 146 milliseconds