From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23322 invoked by alias); 3 Aug 2007 23:04:31 -0000 Received: (qmail 23305 invoked by uid 22791); 3 Aug 2007 23:04:27 -0000 X-Spam-Check-By: sourceware.org Received: from nwd2mail11.analog.com (HELO nwd2mail11.analog.com) (137.71.25.57) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Aug 2007 23:04:25 +0000 Received: from nwd2mhb1.analog.com ([137.71.5.12]) by nwd2mail11.analog.com with ESMTP; 03 Aug 2007 19:04:21 -0400 X-IronPort-AV: i="4.19,218,1183348800"; d="scan'208"; a="36326588:sNHT23213498" Received: from nwd2exm4.ad.analog.com (nwd2exm4.ad.analog.com [10.64.53.123]) by nwd2mhb1.analog.com (8.9.3 (PHNE_28810+JAGae91741)/8.9.3) with ESMTP id TAA17941; Fri, 3 Aug 2007 19:04:14 -0400 (EDT) Received: from nwd2exm5.ad.analog.com ([10.64.51.20]) by nwd2exm4.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 3 Aug 2007 19:04:14 -0400 Received: from imhotep.ad.analog.com ([10.64.204.63]) by nwd2exm5.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 3 Aug 2007 19:04:13 -0400 From: Robin Getz To: "Daniel Jacobowitz" Subject: Re: debugging something with multiple text sections inonecompilation unit Date: Fri, 03 Aug 2007 23:04:00 -0000 User-Agent: KMail/1.9.5 Cc: gdb@sourceware.org References: <200708030009.46899.rgetz@blackfin.uclinux.org> <200708031001.19652.rgetz@blackfin.uclinux.org> <20070803140225.GA23632@caradoc.them.org> In-Reply-To: <20070803140225.GA23632@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708031908.04984.rgetz@blackfin.uclinux.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00028.txt.bz2 On Fri 3 Aug 2007 10:02, Daniel Jacobowitz pondered: > Take a look at how qOffsets works. Will do - thanks > qOffsets is not rich enough to specify what you need; but assuming you use > sensible ELF segments, the new code in HEAD after 6.6 could be easily > exteneded to take more than just a text and data segment. We just didn't, > because we didn't have any users for that. We do now. :) We will have a look, and send a patch if we can get the copyright assignment sorted with the FSF. -Robin