From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28058 invoked by alias); 4 Nov 2013 19:33:32 -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 28048 invoked by uid 89); 4 Nov 2013 19:33:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-lb0-f176.google.com Received: from Unknown (HELO mail-lb0-f176.google.com) (209.85.217.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 04 Nov 2013 19:33:30 +0000 Received: by mail-lb0-f176.google.com with SMTP id z5so5708370lbh.21 for ; Mon, 04 Nov 2013 11:33:20 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.210.197 with SMTP id mw5mr2255269lbc.42.1383593600476; Mon, 04 Nov 2013 11:33:20 -0800 (PST) Received: by 10.112.84.44 with HTTP; Mon, 4 Nov 2013 11:33:20 -0800 (PST) In-Reply-To: References: <1383519137-26388-1-git-send-email-naesten@gmail.com> Date: Mon, 04 Nov 2013 21:17:00 -0000 Message-ID: Subject: Re: [PATCH] Resurrect gdb-add-index as a contrib script From: Samuel Bronson To: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00065.txt.bz2 On Sun, Nov 3, 2013 at 9:04 PM, Samuel Bronson wrote: Oops. My last email was supposed to say something about "gdb-add-index foo" not working when foo had no / in it. This is the problem which the "this" in the next part was meant to refer to. > It looks like Doug's changes from > rectify > this, so maybe I'll start again with that and then add in Jan's > changes from Fedora ...