From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23103 invoked by alias); 21 Feb 2008 19:25:18 -0000 Received: (qmail 23092 invoked by uid 22791); 21 Feb 2008 19:25:17 -0000 X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Feb 2008 19:25:00 +0000 Received: by ti-out-0910.google.com with SMTP id a1so137020tib.12 for ; Thu, 21 Feb 2008 11:24:57 -0800 (PST) Received: by 10.151.149.14 with SMTP id b14mr3315881ybo.19.1203621895233; Thu, 21 Feb 2008 11:24:55 -0800 (PST) Received: by 10.64.195.10 with HTTP; Thu, 21 Feb 2008 11:24:55 -0800 (PST) Message-ID: <19143cfb0802211124k275f8f7bi765154764f42ba0@mail.gmail.com> Date: Thu, 21 Feb 2008 19:46:00 -0000 From: "Craig Miller" To: gdb@sourceware.org Subject: catch-throw conditions? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00171.txt.bz2 Does anyone know if there is a way to set a condition on breakpoints created using the "catch throw" command? Specifically to be able to only cause a break when a specific C++ Exception is thrown? CentOS 4.5 gdb Red Hat Linux (6.3.0.0-1.143.el4rh) gcc 3.4.6 Thanks for any help you might be able to lend. I've hit a dead end with google and the GDB docs.