From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11090 invoked by alias); 25 Nov 2004 23:10:10 -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 11071 invoked from network); 25 Nov 2004 23:10:07 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 25 Nov 2004 23:10:07 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id iAPNA1Mf018414; Fri, 26 Nov 2004 00:10:01 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id iAPNA1vM001354; Fri, 26 Nov 2004 00:10:01 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id iAPNA10C001351; Fri, 26 Nov 2004 00:10:01 +0100 (CET) Date: Thu, 25 Nov 2004 23:10:00 -0000 Message-Id: <200411252310.iAPNA10C001351@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: dave@hiauly1.hia.nrc.ca CC: gdb-patches@sources.redhat.com In-reply-to: <200411250522.iAP5MHDJ015936@hiauly1.hia.nrc.ca> (dave@hiauly1.hia.nrc.ca) Subject: Re: [COMMIT] New inf-ttrace.c target References: <200411250522.iAP5MHDJ015936@hiauly1.hia.nrc.ca> X-SW-Source: 2004-11/txt/msg00473.txt.bz2 Date: Thu, 25 Nov 2004 00:22:17 -0500 (EST) From: "John David Anglin" Mark, I noticed yesterday that your changes have left deprecated_child_ops in hpux-thread.c "uninitialized". It appears that inftarg.c previously performed this operation. Argh. I'll try to fix this, but it'll probably take me two weeks. We can apply some band-aid if that's needed, but I prefer to fix this properly, by turning hpux-thread.c into a proper thread stratum. Mark