Function: gdb-breakpoints-mode

gdb-breakpoints-mode is an interactive and byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-breakpoints-mode)

Documentation

Major mode for gdb breakpoints.

In addition to any hooks its parent mode gdb-parent-mode might have run, this mode runs the hook gdb-breakpoints-mode-hook, as the final or penultimate step during initialization.

- negative-argument
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
<follow-link> mouse-face
<mouse-2> gdb-goto-breakpoint
D gdb-delete-breakpoint
RET gdb-goto-breakpoint
SPC gdb-toggle-breakpoint
SPC..~ undefined
TAB #<anonymous-function>
q gdb-delete-frame-or-window

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
;;; Breakpoints view
(define-derived-mode gdb-breakpoints-mode gdb-parent-mode "Breakpoints"
  "Major mode for gdb breakpoints."
  (setq header-line-format gdb-breakpoints-header)
  'gdb-invalidate-breakpoints)