From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17771 invoked by alias); 20 Jun 2013 00:41:14 -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 17683 invoked by uid 89); 20 Jun 2013 00:41:13 -0000 X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 20 Jun 2013 00:41:12 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UpSw2-0007ZE-13 from Yao_Qi@mentor.com ; Wed, 19 Jun 2013 17:41:10 -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); Wed, 19 Jun 2013 17:41:09 -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; Wed, 19 Jun 2013 17:41:08 -0700 Message-ID: <51C24F95.7090008@codesourcery.com> Date: Thu, 20 Jun 2013 04:59: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: Tom Tromey CC: Pedro Alves , Eli Zaretskii , Subject: Re: [PATCH] Teach -data-list-register-values to not include unavailable registers References: <1370609650-23595-1-git-send-email-yao@codesourcery.com> <83sj0ut2ob.fsf@gnu.org> <51B23B65.8060309@redhat.com> <51B28F73.30301@codesourcery.com> <874ncva1uy.fsf@fleche.redhat.com> <51C18021.6080108@codesourcery.com> <87ehbx2a71.fsf@fleche.redhat.com> In-Reply-To: <87ehbx2a71.fsf@fleche.redhat.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-06/txt/msg00531.txt.bz2 On 06/20/2013 03:05 AM, Tom Tromey wrote: > Yao> Processor may have a large number of registers, and users are only > Yao> interested in collected or available registers in a traceframe. In > Yao> this case, it is not useful to show (a large of number of) unavailable > Yao> registers. > > I suppose if anybody cares they can request the information twice. > > The code bits are ok. Thanks. Patch is committed. -- Yao (齐尧)