From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11727 invoked by alias); 12 Sep 2009 00:54:01 -0000 Received: (qmail 11704 invoked by uid 22791); 12 Sep 2009 00:54:01 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f180.google.com (HELO mail-px0-f180.google.com) (209.85.216.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 12 Sep 2009 00:53:57 +0000 Received: by pxi10 with SMTP id 10so1313445pxi.24 for ; Fri, 11 Sep 2009 17:53:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.250.38 with SMTP id x38mr300907wfh.179.1252716836067; Fri, 11 Sep 2009 17:53:56 -0700 (PDT) In-Reply-To: <4AA950AE.4070703@vmware.com> References: <4AA81153.5000505@vmware.com> <4AA950AE.4070703@vmware.com> From: Hui Zhu Date: Sat, 12 Sep 2009 00:54:00 -0000 Message-ID: Subject: Re: [RFA] Make the prec support signal better[1/4] -- gdbarch To: Michael Snyder Cc: gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00354.txt.bz2 On Fri, Sep 11, 2009 at 03:17, Michael Snyder wrote: > Hui Zhu wrote: >> >> On Thu, Sep 10, 2009 at 04:34, Michael Snyder wrote: >>> >>> Hui Zhu wrote: >>>> >>>> This patch add a arch interface "process_record_signal". =A0When >>>> inferior get a signal, record will call it to let arch record this >>>> sig. >>>> >>>> 2009-09-09 =A0Michael Snyder =A0 >>>> =A0 =A0 =A0 =A0 =A0 Hui Zhu =A0 >>> >>> Dude, you need to put your name first! >>> This is mostly your work -- don't be so modest. =A0 ;-) >>> >>> >> >> Hi Michael, >> >> Most of the signal idea is from you. =A0Record the stack, record the >> signal in record_end, add special interface. >> Even if in alphabetic, your name is in first. > > Nah, dude -- seriously. =A0I want to contribute to prec, > but I don't want to take credit away from you. > You did all this work -- you should take credit! > > OK. I will change them when this patch checked in. Thanks, Hui