From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11410 invoked by alias); 12 May 2008 20:33:08 -0000 Received: (qmail 11382 invoked by uid 22791); 12 May 2008 20:33:03 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 May 2008 20:32:41 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m4CKWdUK012184 for ; Mon, 12 May 2008 16:32:39 -0400 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m4CKWcOM019842 for ; Mon, 12 May 2008 16:32:38 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id m4CKWYDD018707 for ; Mon, 12 May 2008 16:32:35 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.2/8.14.2) with ESMTP id m4CKWXiv028828; Mon, 12 May 2008 22:32:34 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.2/8.14.2/Submit) id m4CKWXTX028827; Mon, 12 May 2008 22:32:33 +0200 Date: Mon, 12 May 2008 23:52:00 -0000 From: Jan Kratochvil To: Ulrich Weigand Cc: gdb-patches@sources.redhat.com, drow@false.org Subject: Re: Overlay support broken (Re: [patch] [2/2] Discontiguous PSYMTABs (psymtabs->symtabs by addrmap)) Message-ID: <20080512203232.GA28415@host0.dyn.jankratochvil.net> References: <20080423213059.GC11894@host0.dyn.jankratochvil.net> <200805121945.m4CJjdYd031485@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805121945.m4CJjdYd031485@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes 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 X-SW-Source: 2008-05/txt/msg00385.txt.bz2 On Mon, 12 May 2008 21:45:39 +0200, Ulrich Weigand wrote: ... > It appears this change broke overlay support. I generally considered the overlays to be no longer supported and just still not removed from the code. While reading other GDB code I was feeling overlays are no longer supported on multiple places but sure I may be wrong. Could you please name which current arch is dependent on overlaying? Sorry, Jan