forked from Imagelibrary/binutils-gdb
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:
@@ -3104,6 +3104,7 @@ Usage: jump <location>\n\
|
||||
Give as argument either LINENUM or *ADDR, where ADDR is an expression\n\
|
||||
for an address to start at."));
|
||||
set_cmd_completer (c, location_completer);
|
||||
add_com_alias ("j", "jump", class_run, 1);
|
||||
|
||||
if (xdb_commands)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user