diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2323374..d928ed0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com> + + * gdb.texinfo (jump): Mention new alias `j' for `jump'. + 2012-09-18 Yao Qi <yao@codesourcery.com> * gdb.texinfo (GDB/MI Async Records): Document new MI diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index cd4513b..ddcbbad 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -15495,8 +15495,11 @@ an address of your own choosing, with the following commands: @table @code @kindex jump +@kindex j @r{(@code{jump})} @item jump @var{linespec} +@itemx j @var{linespec} @itemx jump @var{location} +@itemx j @var{location} Resume execution at line @var{linespec} or at address given by @var{location}. Execution stops again immediately if there is a breakpoint there. @xref{Specify Location}, for a description of the |