From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42258 invoked by alias); 13 Apr 2016 15:53:34 -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 42219 invoked by uid 89); 13 Apr 2016 15:53:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:642 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 13 Apr 2016 15:53:32 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1aqN6g-0001zZ-RJ from Luis_Gustavo@mentor.com for gdb-patches@sourceware.org; Wed, 13 Apr 2016 08:53:30 -0700 Received: from opsys.world.mentorg.com (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.3.224.2; Wed, 13 Apr 2016 08:53:30 -0700 From: Luis Machado To: Subject: [PATCH v3 0/2] Debugging without a symbol file Date: Wed, 13 Apr 2016 15:53:00 -0000 Message-ID: <1460562803-10817-1-git-send-email-lgustavo@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00289.txt.bz2 Yet another update to this series. v3 addresses more comments with both the code itself and the testcase. Luis Machado (2): Debugging without a binary (regression) Test GDB connection to GDBserver with no symbol files gdb/exec.c | 60 ++++++++++++- .../gdb.server/connect-with-no-symbol-file.c | 22 +++++ .../gdb.server/connect-with-no-symbol-file.exp | 97 ++++++++++++++++++++++ 3 files changed, 177 insertions(+), 2 deletions(-) create mode 100644 gdb/testsuite/gdb.server/connect-with-no-symbol-file.c create mode 100644 gdb/testsuite/gdb.server/connect-with-no-symbol-file.exp -- 1.9.1