From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26344 invoked by alias); 2 Sep 2014 07:43:21 -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 26330 invoked by uid 89); 2 Sep 2014 07:43:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 02 Sep 2014 07:43:19 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s827hFNV012717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 2 Sep 2014 03:43:15 -0400 Received: from host2.jankratochvil.net (ovpn-113-193.phx2.redhat.com [10.3.113.193]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s827hBdp018872 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Tue, 2 Sep 2014 03:43:14 -0400 Date: Tue, 02 Sep 2014 07:43:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: gdb-patches@sourceware.org, eliz@gnu.org Subject: Re: [PATCH, doc RFA][PR 15276] Add $_caller_is, et. al. Message-ID: <20140902074311.GA18903@host2.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00043.txt.bz2 On Tue, 02 Sep 2014 01:07:01 +0200, Doug Evans wrote: > Jan: I'm happy to add a Redhat person to the ChangeLog entry, > but I'm not sure who wrote this. Was it you or Tom or ...? Tom: https://sourceware.org/git/?p=archer.git;a=blame;f=gdb/python/lib/gdb/function/caller_is.py;h=2b9c5c74a83569b60923431943aa834e97c5d7f9;hb=refs/heads/tromey/python BTW s/Redhat/Red Hat/. Jan