From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85669 invoked by alias); 15 Apr 2016 14:06:51 -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 85652 invoked by uid 89); 15 Apr 2016 14:06:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:10.98.1.69 X-HELO: mail-pf0-f170.google.com Received: from mail-pf0-f170.google.com (HELO mail-pf0-f170.google.com) (209.85.192.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 15 Apr 2016 14:06:40 +0000 Received: by mail-pf0-f170.google.com with SMTP id n1so57318074pfn.2 for ; Fri, 15 Apr 2016 07:06:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=FmJoOYv81FKvIU3/ehtyuoJPRsj3cZyk1alD8Cy5jE4=; b=RKU3gT3rRftyp1iU6gWlUgK9xx9D7L0QoKaFuGipPeRZ+VGoEpJ1aMG1XChuOt/yBH vA+gr7rP9mMUqxAFEBZKNYlBaWnzK7LcUKkSaHyWJop1EqBLvX6JXnk+7prTATMl1WES EKZb0yy6LeyIqD6Hn3Q4kQQjJdrwdURTi+WKHxP+HNP3nKs+3PUz81pnVX+S4lv6F8AW wgFMw2mPvMK2vRLSKg/owLBtix8FTkv7V1NPZeYXbDtJJnXpsTFGDrbqv0haNW6ZCgLN Xv0ZHM+6S0lLROXmJ6nbLZSKcb9K/UapD4HiHVPg9J5BZu0RbrmVIakU/SjrxVBzbDbQ TTfg== X-Gm-Message-State: AOPr4FW9YovQuyIf5BqrOtwsV1Cs19hvok6gcv2dZ8FQ7N5Pt+sEMZGHvHGMd9PucsHBAQ== X-Received: by 10.98.1.69 with SMTP id 66mr30315843pfb.10.1460729198843; Fri, 15 Apr 2016 07:06:38 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id fv10sm11084644pad.40.2016.04.15.07.06.35 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 15 Apr 2016 07:06:37 -0700 (PDT) From: Yao Qi To: Luis Machado Cc: Subject: Re: [PATCH v3 2/2] Test GDB connection to GDBserver with no symbol files References: <1460562803-10817-1-git-send-email-lgustavo@codesourcery.com> <1460562803-10817-3-git-send-email-lgustavo@codesourcery.com> Date: Fri, 15 Apr 2016 14:06:00 -0000 In-Reply-To: <1460562803-10817-3-git-send-email-lgustavo@codesourcery.com> (Luis Machado's message of "Wed, 13 Apr 2016 10:53:23 -0500") Message-ID: <86shynkluq.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: 2016-04/txt/msg00355.txt.bz2 Luis Machado writes: Hi Luis, > This test exercises the scenarios where we attempt to connect GDB to GDBs= erver > in standard remote mode, query the symbol file path, attempt to open said > symbol file on GDB's end and fail, causing the connection to drop abruptl= y. > > Regression-tested on x86-64/Ubuntu. Did you see some fails in a real remote testing? I see some fails in my cross/remote testing (x86_64 host and arm target), Running /home/yao/SourceCode/gnu/gdb/git/gdb/testsuite/gdb.server/connect-w= ith-no-symbol-file.exp ... WARNING: Can`t communicate to remote target. FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=3D: action=3Ddele= te: connection to GDBserver succeeded FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=3Dtarget:: action= =3Dpermission: connection to GDBserver succeeded using remote-gdbserver-on-localhost can trigger some fails too, $ make check RUNTESTFLAGS=3D'--target_board=3Dremote-gdbserver-on-localhost= connect-with-no-symbol-file.exp' --=20 Yao (=E9=BD=90=E5=B0=A7)