Function: gdb-invalidate-breakpoints

gdb-invalidate-breakpoints is a byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-invalidate-breakpoints &optional SIGNAL)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
;; Breakpoint buffer : This displays the output of `-break-list'.
(def-gdb-trigger-and-handler
  gdb-invalidate-breakpoints "-break-list"
  gdb-breakpoints-list-handler gdb-breakpoints-list-handler-custom
  '(start update))