From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1834 invoked by alias); 25 Nov 2003 23:00:05 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1819 invoked from network); 25 Nov 2003 23:00:03 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 25 Nov 2003 23:00:03 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 57AE9357B; Tue, 25 Nov 2003 15:00:02 -0800 (PST) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id hAPN02Hi015876; Tue, 25 Nov 2003 15:00:02 -0800 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id hAPN016N015872; Tue, 25 Nov 2003 15:00:01 -0800 Date: Tue, 25 Nov 2003 23:00:00 -0000 Message-Id: <200311252300.hAPN016N015872@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/threads] Convert thread event descriptors to code addrs In-Reply-To: Andrew Cagney's message of Tuesday, 25 November 2003 17:46:02 -0500 <3FC3DBAA.2070605@redhat.com> X-Antipastobozoticataclysm: When George Bush projectile vomits antipasto on the Japanese. X-SW-Source: 2003-11/txt/msg00584.txt.bz2 > Does NPTL do anything with that address internally? Or just pass it > through? It just returns it for td_ta_event_addr. The interface of that function is that NOTIFY_BPT specifies an address at which to place a breakpoint, so it seems appropriate that it pass back the actual code address. Will that cause any confusion? Thanks, Roland