From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61007 invoked by alias); 4 Jun 2019 22:07:16 -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 60994 invoked by uid 89); 4 Jun 2019 22:07:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.0 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-Languages-Length:651 X-HELO: mail-oi1-f193.google.com Received: from mail-oi1-f193.google.com (HELO mail-oi1-f193.google.com) (209.85.167.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Jun 2019 22:07:15 +0000 Received: by mail-oi1-f193.google.com with SMTP id q186so16822318oia.0 for ; Tue, 04 Jun 2019 15:07:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=p648OeXGX/6SG+a40rHSEWOn9DqH2Tbwnz22/fHTSDU=; b=i5yqNbI1J/SsrIzJZg33Q3dA5ndilOqV+tyuhHFhl/r5i6AQu9LIHQMvYV1YfMsOJa qVQ9FSY+AmdegNY4S3gXY02k0bVtNLlgC0rAnyI/T8xMKFdUXFkqmmgXsrEEU+S6AAdV wtuduP4Ll0+AaDl8zzz53875IAea4X/j+WqYZPr5dU9HaYTHjVPDZqnle9V08irbQW0G /a4uRSFl/9VT4+zJpPiYs9p9UStvkIUmTib6Qx7YnyEJ3a3+NtZoh6wHMcTDVZ0zs38U W7gWhtS+zzxivEq2FWGz/tgnuYc7a04KPGti5DzmWIEbOXDUWlG7zeHpXx5Fhk6pBHfj Psrg== MIME-Version: 1.0 References: <20190523203227.260432-1-cbiesinger@google.com> <20190523213729.27928-1-cbiesinger@google.com> <87k1ea5j2i.fsf@tromey.com> <87muiyla77.fsf@tromey.com> <87d0jtl5dm.fsf@tromey.com> In-Reply-To: From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Tue, 04 Jun 2019 22:07:00 -0000 Message-ID: Subject: Re: [PATCH] Add an objfile getter to gdb.Type To: Pedro Alves Cc: Tom Tromey , Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-06/txt/msg00079.txt.bz2 On Tue, Jun 4, 2019 at 4:48 PM Pedro Alves wrote: > > On 6/4/19 4:47 PM, Tom Tromey wrote: > >>>>>> "Christian" == Christian Biesinger via gdb-patches writes: > > > > Christian> I don't think I'll be writing enough patches for that to be worth it, > > Christian> so it would be great if you could commit this. Thanks! > > > > I checked it in. > > FYI, I pushed in these fixes to the ChangeLog files. > > Christian, the issue here is that entry paths are relative to the > corresponding ChangeLog file. Oh, sorry about that! Thanks for fixing! Christian