This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "j" is now an ambiguous command


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]