"j" is now an ambiguous command
Doug Evans
dje@google.com
Wed Sep 19 20:23:00 GMT 2012
Hi. Just a followup (patch checked into trunk by sergiodj).
You can work around this in the mean time by adding this to your ~/.gdbinit:
alias j = jump
On Sat, Sep 15, 2012 at 3:54 PM, Jan Engelhardt <jengelh@inai.de> wrote:
>
> Between gdb-7.3 and 7.4.50.20120603, gdb has gained the two commands
> "jit-reader-load" and "jit-reader-unload".
> This causes "j", previously used as a shortcut for "jump", to have
> become ambiguous. I would ask for "j" to be recognized again, similar to
> how "b" is synonymous with "break" despite the presence of other b*
> commands.
>
> (gdb) j 1762
> Ambiguous command "j 1762": jit-reader-load, jit-reader-unload, jump.
>
> thanks,
> Jan
More information about the Gdb
mailing list