From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38216 invoked by alias); 13 Mar 2015 06:25:58 -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 38207 invoked by uid 89); 13 Mar 2015 06:25:57 -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_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ie0-f175.google.com Received: from mail-ie0-f175.google.com (HELO mail-ie0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 13 Mar 2015 06:25:57 +0000 Received: by iegc3 with SMTP id c3so88619750ieg.3 for ; Thu, 12 Mar 2015 23:25:54 -0700 (PDT) X-Received: by 10.50.171.170 with SMTP id av10mr107151434igc.28.1426227954875; Thu, 12 Mar 2015 23:25:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.158.19 with HTTP; Thu, 12 Mar 2015 23:25:34 -0700 (PDT) In-Reply-To: <20150312171144.GA13600@host1.jankratochvil.net> References: <54FF77D6.7010400@eagerm.com> <20150311221329.GB11980@host1.jankratochvil.net> <5500E074.6070002@eagerm.com> <55016D6F.4010104@redhat.com> <5501B1EB.5010806@eagerm.com> <5501BB08.90503@redhat.com> <5501C59A.1070405@eagerm.com> <20150312171144.GA13600@host1.jankratochvil.net> From: Ed Maste Date: Fri, 13 Mar 2015 06:25:00 -0000 Message-ID: Subject: Re: [PATCH] Support gzip compressed exec and core files in gdb To: Jan Kratochvil Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00389.txt.bz2 On 12 March 2015 at 13:11, Jan Kratochvil wrote: > > One can readlink(/proc/self/fd/%d) although I haven't checked now how exactly > to use it. That isn't portable though.