From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30119 invoked by alias); 21 Apr 2008 09:21:32 -0000 Received: (qmail 30108 invoked by uid 22791); 21 Apr 2008 09:21:30 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.236) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Apr 2008 09:21:03 +0000 Received: by wr-out-0506.google.com with SMTP id 67so848271wri.3 for ; Mon, 21 Apr 2008 02:21:01 -0700 (PDT) Received: by 10.142.172.12 with SMTP id u12mr1618012wfe.16.1208769660727; Mon, 21 Apr 2008 02:21:00 -0700 (PDT) Received: by 10.142.111.16 with HTTP; Mon, 21 Apr 2008 02:21:00 -0700 (PDT) Message-ID: Date: Mon, 21 Apr 2008 12:33:00 -0000 From: Tea To: "Thiago Jung Bauermann" Subject: Re: GDB record patch 0.1.3 for GDB-6.8 release (It make I386-Linux GDB support Reversible Debugging) Cc: gdb-patches@sourceware.org In-Reply-To: <1208668151.5808.139.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4805A420.5060807@windriver.com> <1208446046.5808.51.camel@localhost.localdomain> <1208668151.5808.139.camel@localhost.localdomain> 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: 2008-04/txt/msg00423.txt.bz2 Hi Thiago, You said: > +/*teawater rec begin----------------------------------------------------------*/ > + int (*intx80_record) (void); > + int (*sysenter_record) (void); > +/*teawater rec end------------------------------------------------------------*/ The names above are specific to the x86 architecture. tdep members should have a name which is meaningful accross different architectures. I want change it to: int (*i386_intx80_record) (void); int (*i386_sysenter_record) (void); Cound you please give me some advice? Thanks, teawater On Sun, Apr 20, 2008 at 1:09 PM, Thiago Jung Bauermann wrote: > Hi Hui Zhu, > > > On Sun, 2008-04-20 at 10:34 +0800, Tea wrote: > > Thanks for your mail very much. It help me a lot. I am beginning to > > modify the patch according to your mail. > > Great! Like Michael Snyder said, this is a very interesting feature, and > will be a significant addition to GDB. > > > > I am not very clear about " FSF copyright assignmentin place".Could > > you tell me something about it? > > The Free Software Foundation chooses to retain copyright to all the code > in its projects, to ease license control and enforcing. Because of this, > contributors to an FSF project need to sign a document assigning the > copyright of their code which gets incorporated into a project. You can > find some information about it here: > > http://www.gnu.org/licenses/why-assign.html > > There are people in this list who can send you the paperwork and explain > the procedure in detail. I'm not one of them... > > > > BTW: I didn't have any experience on this work. I will have a lot of > > questions about it. Please help me. Thanks a lot. > > That's not a problem. Feel free to post questions and intermediate > patches to the list. > -- > > > []'s > Thiago Jung Bauermann > Software Engineer > IBM Linux Technology Center > >