diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-11-16 18:03:25 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-11-16 18:03:25 +0000 |
commit | 808104c836be66c4a6a53b138b12393c4c50674e (patch) | |
tree | a323f93da42b3b9fe9d949489593dc22f82e9bfe /gdb | |
parent | 533be4dd3799c3bcb2babd4a53cb944bb80b2077 (diff) | |
download | gdb-808104c836be66c4a6a53b138b12393c4c50674e.zip gdb-808104c836be66c4a6a53b138b12393c4c50674e.tar.gz gdb-808104c836be66c4a6a53b138b12393c4c50674e.tar.bz2 |
* gdb.base/help.exp: Remove the "catch load" and "catch unload"
commands from the expected output for "help catch".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7df09f4..29727bd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-11-16 Joel Brobecker <brobecker@adacore.com> + + * gdb.base/help.exp: Remove the "catch load" and "catch unload" + commands from the expected output for "help catch". + 2008-11-15 Joel Brobecker <brobecker@adacore.com> * gdb.ada/int_deref.exp: New testcase. diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index bd2f9a6..65cb546 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -68,7 +68,7 @@ gdb_test "help continue" "Continue program being debugged.*" "help continue" # test help call gdb_test "help call" "Call a function.*" "help call" # test help catch -gdb_test "help catch" "Set catchpoints to catch events.*List of catch subcommands:.*catch assert -- Catch failed Ada assertions.*catch catch -- Catch an exception.*catch exception -- Catch Ada exceptions.*catch exec -- Catch calls to exec.*catch fork -- Catch calls to fork.*catch load -- Catch library loads.*catch throw -- Catch an exception.*catch unload -- Catch library unloads.*catch vfork -- Catch calls to vfork.*Type .help catch. followed by catch subcommand name for full documentation.*Type .apropos word. to search for commands related to .word..*Command name abbreviations are allowed if unambiguous.*" "help catch" +gdb_test "help catch" "Set catchpoints to catch events.*List of catch subcommands:.*catch assert -- Catch failed Ada assertions.*catch catch -- Catch an exception.*catch exception -- Catch Ada exceptions.*catch exec -- Catch calls to exec.*catch fork -- Catch calls to fork.*catch vfork -- Catch calls to vfork.*Type .help catch. followed by catch subcommand name for full documentation.*Type .apropos word. to search for commands related to .word..*Command name abbreviations are allowed if unambiguous.*" "help catch" # test help cd gdb_test "help cd" "Set working directory to DIR for debugger and program being debugged\.\[\r\n\]+The change does not take effect for the program being debugged\[\r\n\]+until the next time it is started\." "help cd" # test help clear |