From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98896 invoked by alias); 12 Apr 2016 19:24:26 -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 98885 invoked by uid 89); 12 Apr 2016 19:24:26 -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:685 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; Tue, 12 Apr 2016 19:24:25 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1aq3vD-0005qC-0n from Luis_Gustavo@mentor.com for gdb-patches@sourceware.org; Tue, 12 Apr 2016 12:24:23 -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; Tue, 12 Apr 2016 12:24:22 -0700 From: Luis Machado To: Subject: [PATCH v2 0/2] Debugging without a symbol file Date: Tue, 12 Apr 2016 19:24:00 -0000 Message-ID: <1460489060-17307-1-git-send-email-lgustavo@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00256.txt.bz2 This is an updated version of the previous couple patches i sent. Changes in v2 include fixes based on previous comments and improved testcase logic. Luis Machado (2): Debugging without a binary (regression) Test GDB connection to GDBserver with no symbol files gdb/exec.c | 61 +++++++++++- .../gdb.server/connect-with-no-symbol-file.c | 25 +++++ .../gdb.server/connect-with-no-symbol-file.exp | 102 +++++++++++++++++++++ 3 files changed, 186 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