From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8746 invoked by alias); 29 Jul 2013 09:31:20 -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 8723 invoked by uid 89); 29 Jul 2013 09:31:19 -0000 X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_40,FROM_12LTRDOM,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, 29 Jul 2013 09:31:19 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1V3jnN-0006TQ-FD from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Mon, 29 Jul 2013 02:31:13 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 29 Jul 2013 02:31:13 -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; Mon, 29 Jul 2013 02:31:12 -0700 Message-ID: <51F63631.7090804@codesourcery.com> Date: Mon, 29 Jul 2013 09:31: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: [ping 2]: [PATCH 0/3] Select the current frame in command tdump. References: <1372341726-5485-1-git-send-email-yao@codesourcery.com> <51EC871C.6050904@codesourcery.com> In-Reply-To: <51EC871C.6050904@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-07/txt/msg00697.txt.bz2 On 07/22/2013 09:13 AM, 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 Ping 2. http://sourceware.org/ml/gdb-patches/2013-06/msg00817.html -- Yao (齐尧)