From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23519 invoked by alias); 26 Jan 2015 17:46:58 -0000 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 Received: (qmail 23507 invoked by uid 89); 26 Jan 2015 17:46:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f41.google.com Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 26 Jan 2015 17:46:56 +0000 Received: by mail-wg0-f41.google.com with SMTP id a1so10411748wgh.0 for ; Mon, 26 Jan 2015 09:46:53 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.60.19 with SMTP id d19mr45420578wjr.48.1422294413383; Mon, 26 Jan 2015 09:46:53 -0800 (PST) Received: by 10.27.39.198 with HTTP; Mon, 26 Jan 2015 09:46:53 -0800 (PST) In-Reply-To: References: <201501201813.t0KIDt7b003825@d03av02.boulder.ibm.com> <201501261240.t0QCeNm7001896@d03av02.boulder.ibm.com> Date: Mon, 26 Jan 2015 20:29:00 -0000 Message-ID: Subject: Re: [PATCH 2/3 v4] Process record support for PowerPC From: Doug Evans To: Wei-cheng Wang Cc: Ulrich Weigand , Joel Brobecker , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00710.txt.bz2 On Mon, Jan 26, 2015 at 9:32 AM, Doug Evans wrote: > On Mon, Jan 26, 2015 at 8:19 AM, Wei-cheng Wang wrote: >> On Mon, Jan 26, 2015 at 8:39 PM, Ulrich Weigand wrote: >>> Please go ahead with the backport now to make sure we get the feature >>> into 4.9 in time. >> >> Hi, >> >> I've committed the following changes in gdb-7.9-branch, >> * Epilogue unwinder for PowerPC. >> * Reverse debugging for PowerPC. >> * Skip-trampoline for PowerPC reverse-stepping. >> * Fix format warning in rs6000t-dep.c >> * Add missing comments in rs6000-tdep.c, ppc64-tdep.c and ppc-linux-tdep.c. > > The commit messages are wrong (one sentence summaries). > They can't be fixed now, if I understand git correctly, > but for future reference, please read: > > https://sourceware.org/gdb/wiki/ContributionChecklist#Properly_formatted_commit_messages > > [reading that entire wiki page is a good idea for new contributors :-)] Heh, I was looking at older summaries. The ones on the branch are fine, sorry for the noise.