binutils
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index cce624e464fbb4cae3893d578ea37efe2baafb53..fd035df9055faedbffe18119836b01ec0c2f2670 100644 (file)
@@ -3104,6 +3104,7 @@ Usage: jump <location>\n\
 Give as argument either LINENUM or *ADDR, where ADDR is an expression\n\
 for an address to start at."));
   set_cmd_completer (c, location_completer);
+  add_com_alias ("j", "jump", class_run, 1);
 
   if (xdb_commands)
     {
This page took 0.026318 seconds and 4 git commands to generate.