> > > diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo > > > index 29d4789..430db0f 100644 > > > --- a/gdb/doc/gdb.texinfo > > > +++ b/gdb/doc/gdb.texinfo > > > @@ -27183,7 +27183,9 @@ thread was last seen on. This field is optional. > > > Whenever a @code{*stopped} record is emitted because the program > > > stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}), > > > @value{GDBN} provides the name of the exception that was raised via > > > -the @code{exception-name} field. > > > +the @code{exception-name} field. Also, for exceptions that were raised > > Two spaces, please. > > > > +with an exception message, @value{GDBN} provides that message via > > > +the @code{exception-message} field. > > Otherwise, the documentation part is OK. Thanks Eli! Documentation adjusted as suggested. I reran the testsuite on x86_64-linux, and pushed the patch. Attached is what I pushed. -- Joel