From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20841 invoked by alias); 1 Jul 2011 14:16:40 -0000 Received: (qmail 20828 invoked by uid 22791); 1 Jul 2011 14:16:39 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jul 2011 14:16:23 +0000 Received: (qmail 28427 invoked from network); 1 Jul 2011 14:16:23 -0000 Received: from unknown (HELO ?192.168.0.101?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 Jul 2011 14:16:23 -0000 Message-ID: <4E0DD6B6.9000802@codesourcery.com> Date: Fri, 01 Jul 2011 14:16:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Tom Tromey CC: gdb-patches@sourceware.org Subject: Re: [patch 1/2] Fixes to gdb.base/dump.exp: get value from address instead of name References: <4E007587.2050304@codesourcery.com> <4E00794D.708@codesourcery.com> <4E031526.6040309@codesourcery.com> In-Reply-To: <4E031526.6040309@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2011-07/txt/msg00014.txt.bz2 On 06/23/2011 06:27 PM, Yao Qi wrote: > gdb/testsuite/ > * gdb.base/dump.exp (capture_pointer_with_type): New. > Get value from address instead of name. Ping? [patch 1/2] Fixes to gdb.base/dump.exp: get value from address instead of name http://sourceware.org/ml/gdb-patches/2011-06/msg00341.html [patch 2/2] Fixes to gdb.base/dump.exp: Combine dump and restore in a single session http://sourceware.org/ml/gdb-patches/2011-06/msg00281.html -- Yao (齐尧)