From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5614 invoked by alias); 22 Jul 2013 01:13:59 -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 5605 invoked by uid 89); 22 Jul 2013 01:13:59 -0000 X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 22 Jul 2013 01:13:59 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1V14hD-00047D-Kd from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sun, 21 Jul 2013 18:13:51 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 21 Jul 2013 18:13:50 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.2.247.3; Sun, 21 Jul 2013 18:13:50 -0700 Message-ID: <51EC871C.6050904@codesourcery.com> Date: Mon, 22 Jul 2013 01:13:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Subject: Re: [PATCH 0/3] Select the current frame in command tdump. References: <1372341726-5485-1-git-send-email-yao@codesourcery.com> In-Reply-To: <1372341726-5485-1-git-send-email-yao@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-07/txt/msg00479.txt.bz2 On 06/27/2013 10:02 PM, Yao Qi wrote: > Command 'tdump' should be run on the current stack frame instead of > the selected stack frame. The patch 3/3 is to change to the current > stack trace when executing command 'tdump'. When writing test case > for this change, I did some cleanups in gdb.trace/backtrace.exp (in > patch 1/3) and get the test result unique (patch 2/3). > > Regression tested on x86_64-linux. Ping. http://sourceware.org/ml/gdb-patches/2013-06/msg00817.html -- Yao (齐尧)