forked from Imagelibrary/binutils-gdb
gdb: fix test failures after updating usage strings
This commit is contained in:
@@ -3051,7 +3051,7 @@ Step program, proceeding through subroutine calls.\n\
|
||||
Usage: next [N]\n\
|
||||
Unlike \"step\", if the current source line calls a subroutine,\n\
|
||||
this command does not enter the subroutine, but instead steps over\n\
|
||||
the call, in effect treating it as a single source line.)"));
|
||||
the call, in effect treating it as a single source line."));
|
||||
add_com_alias ("n", "next", class_run, 1);
|
||||
if (xdb_commands)
|
||||
add_com_alias ("S", "next", class_run, 1);
|
||||
|
||||
Reference in New Issue
Block a user