From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10710 invoked by alias); 25 Jan 2006 19:58:10 -0000 Received: (qmail 10701 invoked by uid 22791); 25 Jan 2006 19:58:10 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jan 2006 19:58:09 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HRL06088; Wed, 25 Jan 2006 21:56:58 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-80-230-157-121.inter.net.il [80.230.157.121]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id COP29981 (AUTH halo1); Wed, 25 Jan 2006 21:56:56 +0200 (IST) Date: Wed, 25 Jan 2006 19:58:00 -0000 Message-Id: From: Eli Zaretskii To: Jim Blandy CC: ngustavson@emacinc.com, gdb-patches@sourceware.org In-reply-to: <8f2776cb0601251049h742c3a20rf7f5f3f062888a1c@mail.gmail.com> (message from Jim Blandy on Wed, 25 Jan 2006 10:49:25 -0800) Subject: Re: gdb code review, pointer madness Reply-to: Eli Zaretskii References: <200601231438.26040.ngustavson@emacinc.com> <200601241328.33774.ngustavson@emacinc.com> <8f2776cb0601241327t4b9e4820l532d1133484879bb@mail.gmail.com> <200601241557.10320.ngustavson@emacinc.com> <8f2776cb0601241600g4fd54578w10e8f1000b044e26@mail.gmail.com> <8f2776cb0601242059k7035c590mffd81ad95c2ffe9c@mail.gmail.com> <8f2776cb0601242125v6ef329c0j58f6ac185423ace9@mail.gmail.com> <8f2776cb0601251049h742c3a20rf7f5f3f062888a1c@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00417.txt.bz2 > Date: Wed, 25 Jan 2006 10:49:25 -0800 > From: Jim Blandy > Cc: ngustavson@emacinc.com, gdb-patches@sourceware.org > > On 1/25/06, Eli Zaretskii wrote: > > > Date: Tue, 24 Jan 2006 21:25:44 -0800 > > > From: Jim Blandy > > > Cc: ngustavson@emacinc.com, gdb-patches@sourceware.org > > > > > > I'm being lazy. How's this? > > > > Almost perfect. If you add a "@cindex sentinel frame" and a > > "@findex frame_register_unwind", it will be _just_ perfect. > > > > Actually, maybe also "@cindex frame, unwind". > > I've committed the below, adding @vindex SENTINEL_FRAME: Thanks.