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]

"j" is now an ambiguous command


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]