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:
parent
4ae24af054
commit
c1d780c2c7
@ -1,3 +1,8 @@
|
|||||||
|
2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
|
* infcmd.c (_initialize_infcmd): Register `j' as an alias for
|
||||||
|
`jump'.
|
||||||
|
|
||||||
2012-09-18 Joel Brobecker <brobecker@adacore.com>
|
2012-09-18 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* linespec.c (iterate_over_all_matching_symtabs): Use the correct
|
* linespec.c (iterate_over_all_matching_symtabs): Use the correct
|
||||||
|
@ -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>
|
2012-09-18 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (GDB/MI Async Records): Document new MI
|
* 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
|
@table @code
|
||||||
@kindex jump
|
@kindex jump
|
||||||
|
@kindex j @r{(@code{jump})}
|
||||||
@item jump @var{linespec}
|
@item jump @var{linespec}
|
||||||
|
@itemx j @var{linespec}
|
||||||
@itemx jump @var{location}
|
@itemx jump @var{location}
|
||||||
|
@itemx j @var{location}
|
||||||
Resume execution at line @var{linespec} or at address given by
|
Resume execution at line @var{linespec} or at address given by
|
||||||
@var{location}. Execution stops again immediately if there is a
|
@var{location}. Execution stops again immediately if there is a
|
||||||
breakpoint there. @xref{Specify Location}, for a description of the
|
breakpoint there. @xref{Specify Location}, for a description of the
|
||||||
|
@ -3104,6 +3104,7 @@ Usage: jump <location>\n\
|
|||||||
Give as argument either LINENUM or *ADDR, where ADDR is an expression\n\
|
Give as argument either LINENUM or *ADDR, where ADDR is an expression\n\
|
||||||
for an address to start at."));
|
for an address to start at."));
|
||||||
set_cmd_completer (c, location_completer);
|
set_cmd_completer (c, location_completer);
|
||||||
|
add_com_alias ("j", "jump", class_run, 1);
|
||||||
|
|
||||||
if (xdb_commands)
|
if (xdb_commands)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user