From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27169 invoked by alias); 1 Aug 2008 15:38:39 -0000 Received: (qmail 27160 invoked by uid 22791); 1 Aug 2008 15:38:37 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Aug 2008 15:36:36 +0000 Received: from HOME-C4E4A596F7 ([84.229.228.238]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K4X007VVHZIKP60@i-mtaout1.012.net.il> for gdb@sourceware.org; Fri, 01 Aug 2008 18:35:43 +0300 (IDT) Date: Fri, 01 Aug 2008 15:38:00 -0000 From: Eli Zaretskii Subject: Re: GDB to C++ issue: deletion In-reply-to: <20080801152850.GA23431@caradoc.them.org> X-012-Sender: halo1@inter.net.il To: Daniel Jacobowitz Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200807312204.m6VM4JQM007611@tully.CS.Berkeley.EDU> <200808011054.24219.apoenitz@trolltech.com> <20080801125124.GA13594@caradoc.them.org> <20080801135920.GA17022@caradoc.them.org> <20080801152850.GA23431@caradoc.them.org> 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-08/txt/msg00021.txt.bz2 > Date: Fri, 1 Aug 2008 11:28:50 -0400 > From: Daniel Jacobowitz > Cc: gdb@sourceware.org > > On Fri, Aug 01, 2008 at 06:16:14PM +0300, Eli Zaretskii wrote: > > Thanks. I understand what you are saying, but no longer can imagine > > why people would find this confusing. Perhaps I'm too used to Lisp, > > C++, and the C code in the Emacs Lisp engine to find exception > > handling confusing. > > And also used to GDB, perhaps? Yes, that too. Since RMS originally wrote both Emacs and GDB, their top-level event loops look almost identical in structure and the way they implement exceptions thrown by inferior code.