from gdb.texinfo on 11 July 1994 -->
Debugging with GDB - Miscellaneous Commands
Go to the previous, next section.
re-read-init-file (C-x C-r)
-
Read in the contents of your `~/.inputrc' file, and incorporate
any bindings found there.
abort (C-g)
-
Stop running the current editing command.
prefix-meta (ESC)
-
Make the next character that you type be metafied. This is for people
without a meta key. Typing ESC f is equivalent to typing
M-f.
undo (C-_)
-
Incremental undo, separately remembered for each line.
revert-line (M-r)
-
Undo all changes made to this line. This is like typing the `undo'
command enough times to get back to the beginning.
Go to the previous, next section.