aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2012-09-18 20:14:56 +0000
committerSergio Durigan Junior <sergiodj@redhat.com>2012-09-18 20:14:56 +0000
commitc1d780c2c7b5c8fe0a330f77263ec2eec16b541f (patch)
tree41978a618851fc1f674070f835a18808045d863a /gdb/doc/gdb.texinfo
parent4ae24af054894eef0a5a45ab48aeef263d2739ec (diff)
downloadgdb-c1d780c2c7b5c8fe0a330f77263ec2eec16b541f.zip
gdb-c1d780c2c7b5c8fe0a330f77263ec2eec16b541f.tar.gz
gdb-c1d780c2c7b5c8fe0a330f77263ec2eec16b541f.tar.bz2
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'.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo3
1 files changed, 3 insertions, 0 deletions
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