From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26163 invoked by alias); 26 Jan 2015 16:19:51 -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 20704 invoked by uid 89); 26 Jan 2015 16:19:28 -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-la0-f43.google.com Received: from mail-la0-f43.google.com (HELO mail-la0-f43.google.com) (209.85.215.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 26 Jan 2015 16:19:27 +0000 Received: by mail-la0-f43.google.com with SMTP id q1so8554014lam.2 for ; Mon, 26 Jan 2015 08:19:23 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.156.132 with SMTP id we4mr21833511lbb.59.1422289163378; Mon, 26 Jan 2015 08:19:23 -0800 (PST) Received: by 10.112.19.3 with HTTP; Mon, 26 Jan 2015 08:19:23 -0800 (PST) In-Reply-To: <201501261240.t0QCeNm7001896@d03av02.boulder.ibm.com> References: <201501201813.t0KIDt7b003825@d03av02.boulder.ibm.com> <201501261240.t0QCeNm7001896@d03av02.boulder.ibm.com> Date: Mon, 26 Jan 2015 17:19:00 -0000 Message-ID: Subject: Re: [PATCH 2/3 v4] Process record support for PowerPC From: Wei-cheng Wang To: Ulrich Weigand Cc: Joel Brobecker , gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-01/txt/msg00704.txt.bz2 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. Thanks, Wei-cheng