Function: gdb-step-thread
gdb-step-thread is an interactive and byte-compiled function defined
in gdb-mi.el.gz.
Signature
(gdb-step-thread &optional EVENT)
Documentation
Step thread at current line.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(def-gdb-thread-buffer-gud-command
gdb-step-thread
gud-step
"Step thread at current line.")