This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFC new CLI + GDB/MI commands to list Ada exceptions


Hello,

In this patch series, I am proposing the additions of one new
CLI command "info exceptions", and one GDB/MI command, whose purpose
is to list all exceptions known to the inferior.

As explained in patch #1, the command "info exception" has been used
by AdaCore users for at least the last 12 years, and I would very much
like to avoid having to change it. But I will, if necessary.

The GDB/MI command name, on the other hand, is entirely new, and
thus a lot easier to adjust to whatever command name we think is best.

The series has been tested on x86_64-linux, and comes with testcases.
As usual with me when I propose something new, patches are still missing
NEWS and documentation patches, but I will make sure to get those done
before I commit anything.

Thank you!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]