Function: gdb-frame-disassembly-for-thread

gdb-frame-disassembly-for-thread is an interactive and byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-frame-disassembly-for-thread &optional EVENT)

Documentation

Display another frame with disassembly buffer for the thread at current line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(def-gdb-thread-buffer-simple-command
  gdb-frame-disassembly-for-thread
  gdb-frame-disassembly-buffer
  "Display another frame with disassembly buffer for the thread at current line.")