PR gdb/9598:
authorTom Tromey <tromey@redhat.com>
Wed, 11 Jan 2012 18:30:19 +0000 (18:30 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 11 Jan 2012 18:30:19 +0000 (18:30 +0000)
* breakpoint.c (_initialize_breakpoint): Fix help for "catch
catch" and "catch throw".

gdb/ChangeLog
gdb/breakpoint.c

index 29f2d1e652541cf459717d05405f4ca21a180dab..b58f885c3bdd59bb71261c864a40552e7c071868 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-11  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/9598:
+       * breakpoint.c (_initialize_breakpoint): Fix help for "catch
+       catch" and "catch throw".
+
 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
 
        * blockframe.c (block_innermost_frame): Start search from selected
index 7b8d10f9c0fb995c86d87b912b4538b6ba4beca5..88fc176f67500c8de0cddf9bdc655ddf0ff15cec 100644 (file)
@@ -13849,15 +13849,13 @@ Set temporary catchpoints to catch events."),
 
   /* Add catch and tcatch sub-commands.  */
   add_catch_command ("catch", _("\
-Catch an exception, when caught.\n\
-With an argument, catch only exceptions with the given name."),
+Catch an exception, when caught."),
                     catch_catch_command,
                      NULL,
                     CATCH_PERMANENT,
                     CATCH_TEMPORARY);
   add_catch_command ("throw", _("\
-Catch an exception, when thrown.\n\
-With an argument, catch only exceptions with the given name."),
+Catch an exception, when thrown."),
                     catch_throw_command,
                      NULL,
                     CATCH_PERMANENT,
This page took 0.029926 seconds and 4 git commands to generate.