From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24537 invoked by alias); 9 Jun 2011 12:54:39 -0000 Received: (qmail 24529 invoked by uid 22791); 9 Jun 2011 12:54:39 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jun 2011 12:54:25 +0000 Received: by pvc12 with SMTP id 12so877674pvc.0 for ; Thu, 09 Jun 2011 05:54:25 -0700 (PDT) Received: by 10.142.128.13 with SMTP id a13mr106312wfd.18.1307624064810; Thu, 09 Jun 2011 05:54:24 -0700 (PDT) Received: from [10.5.0.40] ([159.226.43.45]) by mx.google.com with ESMTPS id x8sm1692970wfx.19.2011.06.09.05.54.22 (version=SSLv3 cipher=OTHER); Thu, 09 Jun 2011 05:54:24 -0700 (PDT) Message-ID: <4DF0C229.1030407@gmail.com> Date: Thu, 09 Jun 2011 12:54:00 -0000 From: pi3orama User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110518 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: Pedro Alves CC: gdb@sourceware.org Subject: Re: ReBranch - a record-replay debugging tool References: <201106091325.59412.pedro@codesourcery.com> In-Reply-To: <201106091325.59412.pedro@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00049.txt.bz2 I have add GDB's copyright notice back, you can check for it in the git repository: https://gitorious.org/rebranch A comparison of GDB record/replay and ReBranch has been added to the google code site. A pdf describe the mechanism of ReBranch has been uploaded to the site and google doc: http://rebranch.googlecode.com/hg/wiki/rebranch.pdf https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B1hummTQgSY1NTVhY2FkM2MtZDkxZi00ZDVhLTljNTQtMTZhMjZiMDI3ODZi&hl=en_US Thank you for your kindly advise. > On Thursday 09 June 2011 12:57:18, pi3orama@gmail.com wrote: >> Thank you for your advise. I have changed license, added a COPYING file in >> the code, and added copyright header into every source files. > Thanks a bunch! > > One detail. Files that had been derived from other GPL files > should not lose the original copyright notice. Of course > you can _add_ a note on your own copyright. That is, e.g., > on exception.h|c, I suggest something like: > > /* Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, > 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, > 2009, 2010, 2011 Free Software Foundation, Inc. > > Copyright (C) 2009, 2010, 2011 Nan Wang > > This file is part of ReBranch. Originally based on exceptions.c from GDB. > */ > > (there may be other files, I really haven't checked) > > > Still very much looking forward for a high level outline of ReBranch's > record/replay strategy, and how it differs from GDB's target record. :-) >