From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103951 invoked by alias); 24 Jun 2015 15:29:13 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 103923 invoked by uid 89); 24 Jun 2015 15:29:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 24 Jun 2015 15:29:11 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 07AD1373BE5; Wed, 24 Jun 2015 15:29:10 +0000 (UTC) Received: from greed.delorie.com (ovpn-113-25.phx2.redhat.com [10.3.113.25]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5OFT9Fd024645 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 24 Jun 2015 11:29:09 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id t5OFT8LB017752; Wed, 24 Jun 2015 11:29:08 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id t5OFT7wc017750; Wed, 24 Jun 2015 11:29:07 -0400 Date: Wed, 24 Jun 2015 15:29:00 -0000 Message-Id: <201506241529.t5OFT7wc017750@greed.delorie.com> From: DJ Delorie To: Mike Frysinger CC: gdb@sourceware.org, bje@gnu.org, dje@google.com, nickc@redhat.com In-reply-to: <20150624132720.GM17734@vapier> (message from Mike Frysinger on Wed, 24 Jun 2015 09:27:20 -0400) Subject: Re: what is the "VPU" (in igen/cgen/sim) ? References: <20150623195531.GJ17734@vapier> <201506232020.t5NKK0Im031078@greed.delorie.com> <20150624024547.GL17734@vapier> <201506240255.t5O2t1sU021707@greed.delorie.com> <20150624132720.GM17734@vapier> X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00081.txt.bz2 > the way the option parser works, --trace-reg works when the full name is=20 > --trace-register. is that sufficient ? Yup. Thanks!