Eli Zaretskii wrote: >> +Where @var{event} can be one of: > > This "where" should not be capitalized, since it does not begin a new > sentence. Fixed. >> +@end smallexample > > The lines here are too long: anything longer than 66 characters runs a > risk of overflowing the page margin in the printed manual. So please > break them into shorter lines. Fixed. > >> +where @var{number} is the @value{GDBN} number for this breakpoint, > > "breakpoint" or "catchpoint"? Catchpoint, thanks. >> +greater for -break-info or -break-list which use the same output). > > Please give commands you mention here the @code markup. Done. Also cleaned up the new function (Vladimir?). 2008-05-29 Aleksandar Ristovski * breakpoint.c (catch_command_1): Remove static declaration. (print_mention_exception_catchpoint): Output information only when non-MI protocol is active. * breakpoint.h (catch_command_1): New declaration. * doc/gdb.texinfo (break-catch): Remove @ignore and add text for break-catch command. * mi/mi-cmd-break.c (mi_cmd_break_catch): New function. * mi/mi-cmds.c (mi_cmds): Add function for break-catch. * mi/mi-cmds.h (mi_cmd_break_catch): New declaration.