This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 4/4] Add $_ada_exception convenience variable
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
>> +The convenience variable @code{$_ada_exception} holds the address of
>> +the exception being thrown. This can be useful when setting a
>> +condition for such a catchpoint.
Eli> Here I wonder why we need to have the exact same text 3 times within
Eli> less than 25 lines. Can't we say this only once?
The reason I repeated it is that this section is pretty big -- all the
catchpoints are documented in a single large table.
I could split this up somehow. Maybe sub-nodes?
Or, I could mention it in the first Ada catchpoint documentation and
then have the other ones refer back to that.
What would you prefer?
Tom