diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/help.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index 0a4a6e9..41a1763 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -78,10 +78,10 @@ set help_backtrace_text "Print backtrace of all stack frames, or innermost COUNT # test help backtrace "bt" abbreviation gdb_test "help bt" $help_backtrace_text "help backtrace \"bt\" abbreviation" # test help backtrace -gdb_test "help backtrace" $help_backtrace_text "help backtrace" +gdb_test "help backtrace" $help_backtrace_text # test help commands -gdb_test "help commands" "Set commands to be executed when the given breakpoints are hit\.\[\r\n\]+Give a space-separated breakpoint list as argument after \"commands\"\.\[\r\n\]+A list element can be a breakpoint number \\(e.g. `5'\\) or a range of numbers\[\r\n\]+\\(e.g. `5-7'\\)\.\[\r\n\]+With no argument, the targeted breakpoint is the last one set\.\[\r\n\]+The commands themselves follow starting on the next line\.\[\r\n\]+Type a line containing \"end\" to indicate the end of them\.\[\r\n\]+Give \"silent\" as the first line to make the breakpoint silent;\[\r\n\]+then no output is printed when it is hit, except what the commands print\." "help commands" +gdb_test "help commands" "Set commands to be executed when the given breakpoints are hit\.\[\r\n\]+Give a space-separated breakpoint list as argument after \"commands\"\.\[\r\n\]+A list element can be a breakpoint number \\(e.g. `5'\\) or a range of numbers\[\r\n\]+\\(e.g. `5-7'\\)\.\[\r\n\]+With no argument, the targeted breakpoint is the last one set\.\[\r\n\]+The commands themselves follow starting on the next line\.\[\r\n\]+Type a line containing \"end\" to indicate the end of them\.\[\r\n\]+Give \"silent\" as the first line to make the breakpoint silent;\[\r\n\]+then no output is printed when it is hit, except what the commands print\." # Test a prefix command. "delete" is picked at random. # test help delete "d" abbreviation @@ -100,27 +100,25 @@ test_prefix_command_help "delete" $expected_help_delete # test help help "h" abbreviation gdb_test "help h" "Print list of commands\." "help help \"h\" abbreviation" # test help help -gdb_test "help help" "Print list of commands\." "help help" +gdb_test "help help" "Print list of commands\." # The startup banner refers to "show copying" and "show warranty", # might as well test for them. # test help info copying -gdb_test "help show copying" "Conditions for redistributing copies of GDB\." \ - "help show copying" +gdb_test "help show copying" "Conditions for redistributing copies of GDB\." # test help info warranty -gdb_test "help show warranty" "Various kinds of warranty you do not have\." \ - "help show warranty" +gdb_test "help show warranty" "Various kinds of warranty you do not have\." # Test a few other random "help show" commands. # test help show commands -gdb_test "help show commands" "Show the history of commands you typed\.\[\r\n\]+You can supply a command number to start with, or a `\[+\]' to start after\[\r\n\]+the previous command number shown\." "help show commands" +gdb_test "help show commands" "Show the history of commands you typed\.\[\r\n\]+You can supply a command number to start with, or a `\[+\]' to start after\[\r\n\]+the previous command number shown\." # test help show confirm -gdb_test "help show confirm" "Show whether to confirm potentially dangerous operations\." "help show confirm" +gdb_test "help show confirm" "Show whether to confirm potentially dangerous operations\." # test help info bogus-gdb-command -gdb_test "help info bogus-gdb-command" "Undefined info command: \"bogus-gdb-command\"\. Try \"help info\"\." "help info bogus-gdb-command" +gdb_test "help info bogus-gdb-command" "Undefined info command: \"bogus-gdb-command\"\. Try \"help info\"\." # test help gotcha -gdb_test "help gotcha" "Undefined command: \"gotcha\"\. Try \"help\"\." "help gotcha" +gdb_test "help gotcha" "Undefined command: \"gotcha\"\. Try \"help\"\." # test apropos regex gdb_test "apropos \\\(print\[\^\[ bsiedf\\\".-\]\\\)" "handle -- Specify how to handle signals\." |