From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21745 invoked by alias); 10 Sep 2009 19:19:01 -0000 Received: (qmail 21720 invoked by uid 22791); 10 Sep 2009 19:19:00 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Sep 2009 19:18:56 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 1F3662B072; Thu, 10 Sep 2009 12:18:55 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost4.vmware.com (Postfix) with ESMTP id 147FFC9BD6; Thu, 10 Sep 2009 12:18:55 -0700 (PDT) Message-ID: <4AA950AE.4070703@vmware.com> Date: Thu, 10 Sep 2009 19:19:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Hui Zhu CC: gdb-patches ml Subject: Re: [RFA] Make the prec support signal better[1/4] -- gdbarch References: <4AA81153.5000505@vmware.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00279.txt.bz2 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". When >>> inferior get a signal, record will call it to let arch record this >>> sig. >>> >>> 2009-09-09 Michael Snyder >>> Hui Zhu >> >> Dude, you need to put your name first! >> This is mostly your work -- don't be so modest. ;-) >> >> > > Hi Michael, > > Most of the signal idea is from you. Record the stack, record the > signal in record_end, add special interface. > Even if in alphabetic, your name is in first. Nah, dude -- seriously. I 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!