PR gdb/9598:
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
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.023778 seconds and 4 git commands to generate.