From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24226 invoked by alias); 24 Dec 2009 17:58:16 -0000 Received: (qmail 24218 invoked by uid 22791); 24 Dec 2009 17:58:15 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Dec 2009 17:58:11 +0000 Received: (qmail 30479 invoked from network); 24 Dec 2009 17:58:10 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Dec 2009 17:58:10 -0000 Message-ID: <4B33AB93.4070807@codesourcery.com> Date: Thu, 24 Dec 2009 17:58:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org, Stan Shebs Subject: Re: [PATCH] Handle OP_THIS in tracepoints References: <4B32C4ED.6050904@codesourcery.com> <200912241634.55084.pedro@codesourcery.com> In-Reply-To: <200912241634.55084.pedro@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2009-12/txt/msg00383.txt.bz2 Pedro Alves wrote: > This is busted, and was later fixed in our internal > tree. :-) The selected frame, and the current language > don't have anything to do with the context in which > the tracepoint runs. E.g.: > Darn, I forgot about that one. Oh, but wait a minute! Issue #6302 says "submission required", and it's assigned to... you! And now that the base code is in, it should be no problem to prepare the patch! :-) Stan