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++/10119] 'catch catch' without symbols loaded complains too much.


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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-04-15 18:05:50 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2013-04-15 18:05:48

Modified files:
    gdb            : ChangeLog break-catch-throw.c 

Log message:
    PR c++/10119:
    * break-catch-throw.c (exception_functions): New global.
    (gnu_v3_exception_catchpoint_ops): Move earlier.
    (struct exception_catchpoint): New.
    (classify_exception_breakpoint): Rewrite.
    (re_set_exception_catchpoint): New function.
    (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
    Allocate a struct exception_catchpoint.
    (catch_exception_command_1): Update.
    (initialize_throw_catchpoint_ops): Set 're_set' method.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15414&r2=1.15415
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/break-catch-throw.c.diff?cvsroot=src&r1=1.1&r2=1.2

-- 
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]