gdb: fix test failures after updating usage strings

This commit is contained in:
Mike Frysinger
2012-08-17 03:06:11 +00:00
parent a86852103b
commit dbf6a605ee
4 changed files with 20 additions and 12 deletions

View File

@@ -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);