]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ada-lang.c
bettter display for temporary Ada exception catchpoints
authorJoel Brobecker <brobecker@gnat.com>
Fri, 1 Jul 2011 18:35:36 +0000 (18:35 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 1 Jul 2011 18:35:36 +0000 (18:35 +0000)
commit00eb2c4ae81736e51d2bac0fbab4f8b04ab3d319
treeab6eea88206b85df3e784f31f598a65b47555335
parent85a20c42eacf836502c5dc0cc2afbd24666b2e86
bettter display for temporary Ada exception catchpoints

Temporary catchpoints on Ada exceptions are now displayed as "Temporary
catchpoint" as opposed to just "Catchpoint".  This is cosmetic only, but
in line with what's done for other catchpoints as well as breakpoints.

gdb/ChangeLog:

        * ada-lang.c (print_it_exception): Print temporary catchpoints
        as "Temporary catchpoint".
        (print_mention_exception): Likewise.

gdb/testsuite/ChangeLog:

        * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
gdb/ChangeLog
gdb/ada-lang.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/catch_ex.exp