From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8361 invoked by alias); 1 Mar 2013 14:28:57 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 8332 invoked by uid 306); 1 Mar 2013 14:28:55 -0000 Date: Fri, 01 Mar 2013 14:28:00 -0000 Message-ID: <20130301142848.8306.qmail@sourceware.org> From: tromey@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] tromey/exception-improvements: reverse-20080717-branchpoint-14011-g3cd1c59 X-Git-Refname: refs/heads/tromey/exception-improvements X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 3cd1c59aca2ae45f85e77f95a1ed1d0327d5700f X-SW-Source: 2013-q1/txt/msg00217.txt.bz2 List-Id: The branch, tromey/exception-improvements has been created at 3cd1c59aca2ae45f85e77f95a1ed1d0327d5700f (commit) - Log ----------------------------------------------------------------- commit 3cd1c59aca2ae45f85e77f95a1ed1d0327d5700f Author: Tom Tromey Date: Wed Feb 27 13:39:17 2013 -0700 implement catch throw REGEXP this is PR c++/13588 commit db978f6ac37a3a77dcc2d11b8529fbdab32d8424 Author: Tom Tromey Date: Wed Feb 27 11:26:10 2013 -0700 implement the $_exception object this is PR c++/15176 commit c21b53b69093932ea0da348c7b0ef5a1a072d7ca Author: Tom Tromey Date: Wed Feb 27 08:23:46 2013 -0700 make exception catchpoints use stap probes when available commit 3e4341ab2929a29cf5a7146192377d0776c1d193 Author: Tom Tromey Date: Wed Feb 27 07:36:28 2013 -0700 make c++ exception catchpoints use a subclass this changes the c++ exception catchpoints to use a subclass of breakpoint this cleans up the "classification" helper function, but also lays some groundwork for the next change. also this fixes PR c++/10119 as a side effect commit a7311d68dc676c00bc51da13dc1949a918e8c239 Author: Tom Tromey Date: Tue Feb 26 13:37:30 2013 -0700 create break-catch-throw.c This moves the "catch catch", "catch throw", and "catch rethrow" code into a new file. It also exposes ep_parse_optional_if_clause. It removes a call to breakpoint_adjustment_warning from the catch code. commit 738a56b9784eb00d466fc8201817f90818257ffe Author: Tom Tromey Date: Tue Feb 26 13:34:02 2013 -0700 hex_string_custom usage fix commit 9bc464ab5c8a0d12bb4662f16f8bfa25cc23028a Author: Tom Tromey Date: Mon Feb 25 09:44:57 2013 -0700 typeid patch PR c++/9065 commit 463917f520892e7b29c06c01840a74813c5ce086 Author: Tom Tromey Date: Mon Feb 25 11:20:01 2013 -0700 follow-on to fix for PR c++/11990 install an unversioned minsym for the default one not sure if this is ok commit b2edb4faed307b947b91b1b8c509bce4ebf126f0 Author: Tom Tromey Date: Mon Feb 25 10:20:23 2013 -0700 fix for PR c++/11990 this fixes PR c++/11990 using bfd_demangle solves it all commit 6fac74cdf3d128fb339d10f0ec22d0a82d734343 Author: Tom Tromey Date: Thu Feb 21 14:56:45 2013 -0700 add "catch rethrow" this adds "catch rethrow" this is PR 12824 commit 43d8dfbe1e998548fc12c9d2f32f97e2a8288608 Author: Tom Tromey Date: Tue Feb 26 11:58:25 2013 -0700 add README.archer ----------------------------------------------------------------------- hooks/post-receive -- Repository for Project Archer.