This is the mail archive of the gdb-prs@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]

[Bug c++/12824] throw catchpoint doesn't catch rethrows


http://sourceware.org/bugzilla/show_bug.cgi?id=12824

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-04-15 17:27:45 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2013-04-15 17:27:44

Modified files:
    gdb            : ChangeLog NEWS breakpoint.c 
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.cp: exception.exp 

Log message:
    PR c++/12824:
    * NEWS: Update.
    * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
    New constant.
    (classify_exception_breakpoint): New function.
    (print_it_exception_catchpoint, print_one_exception_catchpoint)
    (print_mention_exception_catchpoint)
    (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
    (catch_exception_command_1): Handle "rethrow" catchpoint.
    (catch_rethrow_command): New function.
    (_initialize_breakpoint): Add "catch rethrow" command.
    gdb/doc
    * gdb.texinfo (Set Catchpoints): Reorganize exception
    catchpoints.  Document "catch rethrow".
    (Debugging C Plus Plus): Mention "catch rethrow".
    gdb/testsuite
    * gdb.cp/exception.exp: Add "catch rethrow" tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15409&r2=1.15410
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.587&r2=1.588
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.753&r2=1.754
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1444&r2=1.1445
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.1078&r2=1.1079
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3623&r2=1.3624
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/exception.exp.diff?cvsroot=src&r1=1.25&r2=1.26

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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