From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31042 invoked by alias); 10 Sep 2009 01:47:59 -0000 Received: (qmail 30979 invoked by uid 22791); 10 Sep 2009 01:47:57 -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; Thu, 10 Sep 2009 01:47:53 +0000 Received: by pxi10 with SMTP id 10so4549757pxi.24 for ; Wed, 09 Sep 2009 18:47:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.196.7 with SMTP id t7mr125990wff.90.1252547272102; Wed, 09 Sep 2009 18:47:52 -0700 (PDT) In-Reply-To: <4AA81153.5000505@vmware.com> References: <4AA81153.5000505@vmware.com> From: Hui Zhu Date: Thu, 10 Sep 2009 01:47: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/msg00267.txt.bz2 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 =A0Hui 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. Record the stack, record the signal in record_end, add special interface. Even if in alphabetic, your name is in first. Thanks, Hui