From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5721 invoked by alias); 26 Jan 2015 17:32:36 -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 5693 invoked by uid 89); 26 Jan 2015 17:32:33 -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-f46.google.com Received: from mail-wg0-f46.google.com (HELO mail-wg0-f46.google.com) (74.125.82.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 26 Jan 2015 17:32:32 +0000 Received: by mail-wg0-f46.google.com with SMTP id l2so10325847wgh.5 for ; Mon, 26 Jan 2015 09:32:29 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.181.27.199 with SMTP id ji7mr34838440wid.76.1422293549040; Mon, 26 Jan 2015 09:32:29 -0800 (PST) Received: by 10.27.39.198 with HTTP; Mon, 26 Jan 2015 09:32:28 -0800 (PST) In-Reply-To: References: <201501201813.t0KIDt7b003825@d03av02.boulder.ibm.com> <201501261240.t0QCeNm7001896@d03av02.boulder.ibm.com> Date: Mon, 26 Jan 2015 19:16: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/msg00709.txt.bz2 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 :-)]