From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71443 invoked by alias); 24 Apr 2015 10:06:49 -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 71433 invoked by uid 89); 24 Apr 2015 10:06:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f48.google.com Received: from mail-pa0-f48.google.com (HELO mail-pa0-f48.google.com) (209.85.220.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 24 Apr 2015 10:06:48 +0000 Received: by pabtp1 with SMTP id tp1so44512067pab.2 for ; Fri, 24 Apr 2015 03:06:45 -0700 (PDT) X-Received: by 10.68.177.226 with SMTP id ct2mr13467784pbc.105.1429870005427; Fri, 24 Apr 2015 03:06:45 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id nq2sm10636379pdb.70.2015.04.24.03.06.43 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 24 Apr 2015 03:06:44 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [PATCH] A new board file remote-gdbserver-on-localhost.exp References: <1429796515-26821-1-git-send-email-qiyaoltc@gmail.com> <55390D36.9010200@redhat.com> Date: Fri, 24 Apr 2015 10:06:00 -0000 In-Reply-To: <55390D36.9010200@redhat.com> (Pedro Alves's message of "Thu, 23 Apr 2015 16:18:14 +0100") Message-ID: <86zj5xx2kw.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00931.txt.bz2 Pedro Alves writes: > These two from gdbserver-base.exp seems to be missing: > > # The predefined TSVs in GDBserver. > set_board_info gdb,predefined_tsv "\\\$trace_timestamp" > > set GDBFLAGS "${GDBFLAGS} -ex \"set auto-connect-native-target off\"" > Oops, I thought I checked gdbserver-base.exp before I post the patch. Include them in the remote-gdbserver-on-localhost.exp. Patch is pushed in. > Guess that ideally we'd move the "native" bits out of gdbserver-base.exp > to a native-gdbserver-base.exp file, and make this new one include > gdbserver-base.exp. (TBC, it's fine with me to push it in without > doing that first). Yeah, good to move these bits into a common file. I'll do that once PR 18208 is fixed :) fails in coredump-filter.exp are shown in my tests for arm and aarch64 every time. --=20 Yao (=E9=BD=90=E5=B0=A7)