From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15750 invoked by alias); 15 Oct 2010 17:49:21 -0000 Received: (qmail 15725 invoked by uid 22791); 15 Oct 2010 17:49:20 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ww0-f45.google.com (HELO mail-ww0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Oct 2010 17:49:16 +0000 Received: by wwa36 with SMTP id 36so1154416wwa.26 for ; Fri, 15 Oct 2010 10:49:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.29.102 with SMTP id p38mr991683wbc.220.1287164951075; Fri, 15 Oct 2010 10:49:11 -0700 (PDT) Received: by 10.216.171.11 with HTTP; Fri, 15 Oct 2010 10:49:10 -0700 (PDT) Date: Fri, 15 Oct 2010 17:49:00 -0000 Message-ID: Subject: dealing with exceptions in c++ From: Mathew Yeates To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2010-10/txt/msg00057.txt.bz2 Hi I have a program which is throwing an exception somewhere. Is there a way to get the location where this is happening using gdb? -Mathew