From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15653 invoked by alias); 19 Nov 2003 18:39:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15578 invoked from network); 19 Nov 2003 18:39:04 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 19 Nov 2003 18:39:04 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id D7347481D5; Wed, 19 Nov 2003 10:39:04 -0800 (PST) Date: Wed, 19 Nov 2003 18:39:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Previous discussions about recording accurate code ranges in psymtabs? Message-ID: <20031119183904.GE1067@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2003-11/txt/msg00399.txt.bz2 I was looking at the current code and trying to figure out how to modify GDB to record accurate code ranges in its psymtabs instead of the textlow/texthigh pair. It looks like it's going to be a major change, so I'm trying to find a path that would allow for a transition rather than a gigantic patch. Daniel mentioned that this has been discussed before. Any pointer to these discussions? I found some discussions, but they seemed to make a decision to move the opposite way: "Remove live range support"... -- Joel