mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
gdb/ChangeLog:
2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com> * infcmd.c (_initialize_infcmd): Register `j' as an alias for `jump'. gdb/doc/ChangeLog: 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com> * gdb.texinfo (jump): Mention new alias `j' for `jump'.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user