From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30912 invoked by alias); 8 Jun 2018 12:40:36 -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 30339 invoked by uid 89); 8 Jun 2018 12:40:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*ca X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Jun 2018 12:40:33 +0000 Received: from relay1.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id D66B0AE81; Fri, 8 Jun 2018 12:40:29 +0000 (UTC) From: Petr Tesarik To: gdb-patches@sourceware.org Cc: Simon Marchi , John Baldwin , Petr Tesarik , Jeff Mahoney Subject: [PATCH 0/4] Allow loading symbol files with an offset Date: Fri, 08 Jun 2018 12:40:00 -0000 Message-Id: <20180608124000.10668-1-ptesarik@suse.cz> X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00201.txt.bz2 From: Petr Tesarik Implement an "-o" option for symbol-file and add-symbol-file. Petr Tesarik (4): Add an optional offset option to the "symbol-file" command Make add-symbol-file's address argument optional Make sure that sorting does not change section order Add an optional offset option to the "add-symbol-file" command gdb/ChangeLog | 12 +++++ gdb/doc/ChangeLog | 7 +++ gdb/doc/gdb.texinfo | 24 ++++++--- gdb/symfile.c | 102 +++++++++++++++++++++++++++++------- gdb/testsuite/ChangeLog | 7 +++ gdb/testsuite/gdb.base/relocate.exp | 95 +++++++++++++++++++++++++++++++++ 6 files changed, 222 insertions(+), 25 deletions(-) -- 2.13.6