From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23521 invoked by alias); 3 Nov 2010 17:24:25 -0000 Received: (qmail 23507 invoked by uid 22791); 3 Nov 2010 17:24:23 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Nov 2010 17:24:18 +0000 Received: from kpbe20.cbf.corp.google.com (kpbe20.cbf.corp.google.com [172.25.105.84]) by smtp-out.google.com with ESMTP id oA3HOGHL007844 for ; Wed, 3 Nov 2010 10:24:16 -0700 Received: from eydd26 (eydd26.prod.google.com [10.208.30.26]) by kpbe20.cbf.corp.google.com with ESMTP id oA3HMxVH001148 for ; Wed, 3 Nov 2010 10:24:05 -0700 Received: by eydd26 with SMTP id d26so439048eyd.14 for ; Wed, 03 Nov 2010 10:24:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.9.200 with SMTP id m8mr757912ebm.47.1288805041931; Wed, 03 Nov 2010 10:24:01 -0700 (PDT) Received: by 10.220.188.66 with HTTP; Wed, 3 Nov 2010 10:24:01 -0700 (PDT) In-Reply-To: References: <1288380039-21997-1-git-send-email-froydnj@codesourcery.com> <20101029201604.GA813@caradoc.them.org> Date: Wed, 03 Nov 2010 17:24:00 -0000 Message-ID: Subject: Re: [PATCH] fix py-inferior.exp for remote cross-endian testing From: Doug Evans To: Tom Tromey Cc: Nathan Froyd , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2010-11/txt/msg00069.txt.bz2 On Mon, Nov 1, 2010 at 1:17 PM, Tom Tromey wrote: >>>>>> "Daniel" =3D=3D Daniel Jacobowitz writes: > > Daniel> So that's at least one obvious bug ("" vs "auto"), and one more > Daniel> complex bug (what should it return for auto?). =A0I'm inclined to= say > Daniel> that it should return auto, and there should be some other way to= find > Daniel> out "auto what?"; OTOH, it's a general problem with parameters... > > Could you file a bug report for this? http://sourceware.org/bugzilla/show_bug.cgi?id=3D12188