public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* "j" is now an ambiguous command
@ 2012-09-15 22:54 Jan Engelhardt
  2012-09-19 20:23 ` Doug Evans
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2012-09-15 22:54 UTC (permalink / raw)
  To: gdb


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: "j" is now an ambiguous command
  2012-09-15 22:54 "j" is now an ambiguous command Jan Engelhardt
@ 2012-09-19 20:23 ` Doug Evans
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Evans @ 2012-09-19 20:23 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: gdb, Sergio Durigan Junior

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-19 20:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-15 22:54 "j" is now an ambiguous command Jan Engelhardt
2012-09-19 20:23 ` Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).