From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14240 invoked by alias); 10 Oct 2013 18:55:13 -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 14222 invoked by uid 89); 10 Oct 2013 18:55:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vb0-f52.google.com Received: from mail-vb0-f52.google.com (HELO mail-vb0-f52.google.com) (209.85.212.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 10 Oct 2013 18:55:12 +0000 Received: by mail-vb0-f52.google.com with SMTP id f12so1943232vbg.39 for ; Thu, 10 Oct 2013 11:55:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=uoS/hoYo0obeDgGoAS47pIP64Cw8gIJDLfxeLtGjZgE=; b=Rw3Bexr3UZ2RmlO1Loa6sjPIamvisjNOYoxUgiQ5ViIH7dXxVsRe5n90/qrynWQ/tl BzG/11vE7e1NEcRzEsrsqAClP5ENNN5o91+amtNAW+w0DVfardyH/ju2qk8oKacg3Pkx 9P2GMs0huzA3lro+YSF7sVzHUPSZxROIaGr1SGQzYlEEfc6jl80Ws/uLr/imOnY91Tu3 yoxU81xu1SS8bAAZA2EtKGy15f8AnfnEjk49FOjZ7CQL7oMhheucPl5eZoDyalJGUHDQ J2y5Qj97nt6YBNHxY883N7rRNtscWEDobdn0LgBqtU21Va8cfrBSeJj5F6JxsUZvVB5h e2vg== X-Gm-Message-State: ALoCoQlWD8JpEHwcP+IpkUwGBS04zp9iF0NLeKoY9k65A4+smiQ5UtuEKKAUgtGf3OaYCmtyrWclE2RskZyAE2QYXTeRI7faMbeZix5NUvTnec9LjGc8cWxzgDmNG2BGA6ZQJbFn70tX73HJvMELsXBE70lFcGNiPYFK0Cv9drO95jf9vGxutR9lgDkE/D3snaqtMmQRiRQqV25s1gtPZ+5WMFextN+iCw== MIME-Version: 1.0 X-Received: by 10.221.3.200 with SMTP id nz8mr10069734vcb.67.1381431310423; Thu, 10 Oct 2013 11:55:10 -0700 (PDT) Received: by 10.52.37.138 with HTTP; Thu, 10 Oct 2013 11:55:10 -0700 (PDT) In-Reply-To: <871u3t80f7.fsf@fleche.redhat.com> References: <20130926084713.GA11031@host2.jankratochvil.net> <20131009144629.GC27355@host2.jankratochvil.net> <20131010045819.GL3092@adacore.com> <871u3t80f7.fsf@fleche.redhat.com> Date: Thu, 10 Oct 2013 18:55:00 -0000 Message-ID: Subject: Re: [patchv2] Record objfile->original_name as an absolute path From: Doug Evans To: Tom Tromey Cc: Joel Brobecker , Jan Kratochvil , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00355.txt.bz2 On Thu, Oct 10, 2013 at 11:07 AM, Tom Tromey wrote: >>>>>> "Doug" == Doug Evans writes: > > Doug> What I mean is we need a way to stop > Doug> gdb from auto-loading symbols and then a command to load the symbols > Doug> at a later point. > > Red Hat has a "-readnever" patch that we've shipped for a long time. > I think what's missing is a way to request that gdb start reading > symbols again. Anyway we could upstream the patch if it sounds useful. Yeah. It's the missing part that's, umm, missing. :-) With that, -readnever is misnamed, maybe upstream it as "-readlater"? :-)