From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15218 invoked by alias); 11 Sep 2009 07:53:46 -0000 Received: (qmail 15209 invoked by uid 22791); 11 Sep 2009 07:53:46 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Sep 2009 07:53:42 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 64A5A29003C; Fri, 11 Sep 2009 09:53:40 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rIfUwHP3LgNx; Fri, 11 Sep 2009 09:53:39 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id A97BC290258; Fri, 11 Sep 2009 09:53:39 +0200 (CEST) Subject: Re: [patch] Speed up find_pc_section Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Tristan Gingold In-Reply-To: <8ac60eac0909101036r101263e7qd11c1a69f13008f1@mail.gmail.com> Date: Fri, 11 Sep 2009 07:53:00 -0000 Cc: Joel Brobecker , Ulrich Weigand , Ulrich Weigand , gdb-patches ml , Tom Tromey , Jan Kratochvil Content-Transfer-Encoding: 7bit Message-Id: References: <8ac60eac0908201340k6b759eb5o9bb73c8f473d8785@mail.gmail.com> <200908211130.n7LBUCJc011108@d12av02.megacenter.de.ibm.com> <8ac60eac0908231548x135edf2doa04fa59a49455bcd@mail.gmail.com> <8ac60eac0908260020l4200cf84v2686a76b5858d13@mail.gmail.com> <20090909055824.GB11738@adacore.com> <8ac60eac0909101036r101263e7qd11c1a69f13008f1@mail.gmail.com> To: Paul Pluzhnikov 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: 2009-09/txt/msg00307.txt.bz2 > > [The separate debuginfo file is thus fundamentally different from the > "bunch of .o files with debug info on MacOS", and extending the > separate > debuginfo to cover MacOS situation (mentioned elsewhere as a possible > solution) is (IMHO) the wrong approach.] Can you elaborate ? IMHO this is not fundamentally different. In both cases, one file contains the code and the other/others debug infos. Tristan.