2009-01-05 Denis Pilat * gdb.base/help.exp: add "binary" option for restore command. Index: gdb.base/help.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/help.exp,v retrieving revision 1.31 diff -u -p -r1.31 help.exp --- gdb.base/help.exp 16 Nov 2008 18:03:25 -0000 1.31 +++ gdb.base/help.exp 5 Jan 2009 14:02:44 -0000 @@ -355,7 +355,7 @@ gdb_test "help run" "Start debugged prog # test help rbreak gdb_test "help rbreak" "Set a breakpoint for all functions matching REGEXP\." "help rbreak" # test help restore -gdb_test "help restore" "Restore the contents of FILE to target memory\.\[\r\n\]+Arguments are FILE OFFSET START END where all except FILE are optional\.\[\r\n\]+OFFSET will be added to the base address of the file \\(default zero\\)\.\[\r\n\]+If START and END are given, only the file contents within that range\[\r\n\]+\\(file relative\\) will be restored to target memory\." +gdb_test "help restore" "Restore the contents of FILE to target memory\.\[\r\n\]+Arguments are FILE \"binary\" OFFSET START END\[\r\n\]+where all except FILE are optional\.\[\r\n\]+OFFSET will be added to the base address of the file \\(default zero\\)\.\[\r\n\]+If START and END are given, only the file contents within that range\[\r\n\]+\\(file relative\\) will be restored to target memory\." # test help return gdb_test "help return" "Make selected stack frame return to its caller\.\[\r\n\]+Control remains in the debugger, but when you continue\[\r\n\]+execution will resume in the frame above the one now selected\.\[\r\n\]+If an argument is given, it is an expression for the value to return\." "help return" # test help reverse-search