From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123896 invoked by alias); 19 Oct 2016 08:07:58 -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 123884 invoked by uid 89); 19 Oct 2016 08:07:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS,URIBL_RED autolearn=no version=3.3.2 spammy= X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 08:07:47 +0000 Received: by mail-oi0-f48.google.com with SMTP id y2so21851298oie.0 for ; Wed, 19 Oct 2016 01:07:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=IIC9XYgfY8TMV8v9IlKPpCmvqEZ8U6hYgkhBwugqn+w=; b=hEcf2IKxGptSUqKCLHZm0hft4oQuO1mCB23aZ3Y0XROd0Oc/DnaigRkPvrn0QZGTQs Rxp1YkIOQZlCcA/1m7/OLcQNpEwGxEWZmg4YBSXtD/mmp+j36vzz7QmoCwRikOtT7Dy4 BttG+U3V9oBA+lkXGwa2MqpE+/4RdvVVEmfd7jQvmWRqFaamFiRPgpG4pQS8qKCZqMA3 wKe3HtvzWTNNss7dETd2wnkIAgTXtK8lF0o7VPyxYTDL8udRH4iKorPtXF6VtI9ZwvVa vrbX4rDkfWgT7bdaMqFPGOZGehPd4blRu2ny7njncpvxT/SfYk/zqdDYS+K51gkUJVi9 ZX6w== X-Gm-Message-State: AA6/9RnpAc8CwQpFmcDVIrmMa5+toru/O3QvexiwON9aSq8wJBhjmnmQO+k7fnNas2sW+kte/S+471l4AsYP2w== X-Received: by 10.157.33.166 with SMTP id s35mr2833585otb.92.1476864466451; Wed, 19 Oct 2016 01:07:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.193.5 with HTTP; Wed, 19 Oct 2016 01:07:45 -0700 (PDT) In-Reply-To: <58068500.2010808@codesourcery.com> References: <57CF117B.5040106@codesourcery.com> <58068500.2010808@codesourcery.com> From: Yao Qi Date: Wed, 19 Oct 2016 08:07:00 -0000 Message-ID: Subject: Re: [patch, rfa] tweak to defaulted_query logic to fix gdb.mi test errors To: Sandra Loosemore Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00560.txt.bz2 On Tue, Oct 18, 2016 at 9:24 PM, Sandra Loosemore wrote: > > I'm sorry, but what test are you referring to? There was no testcase > included with the patch, and the bug affects a whole bunch of the existing > gdb.mi testcases. > When you run GDB tests without terminal, always "set interactive-mode on". You can do this below in your board file. set GDBFLAGS "${GDBFLAGS} -ex \"set interactive-mode on\"" --=20 Yao (=E9=BD=90=E5=B0=A7)