From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21941 invoked by alias); 8 Sep 2004 07:05:13 -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 21933 invoked from network); 8 Sep 2004 07:05:11 -0000 Received: from unknown (HELO netlx010.civ.utwente.nl) (130.89.1.92) by sourceware.org with SMTP; 8 Sep 2004 07:05:11 -0000 Received: from weblx058.utsp.utwente.nl (weblx058.utsp.utwente.nl [130.89.1.228]) by netlx010.civ.utwente.nl (8.11.7/HKD) with SMTP id i88751J00122; Wed, 8 Sep 2004 09:05:01 +0200 From: "M.M. Kettenis" Subject: Re: [RFA] PTRACE_ARG3_TYPE cleanup MIME-Version: 1.0 Message-Id: <7318322550109683@weblx058.utsp.utwente.nl> Date: Wed, 08 Sep 2004 07:05:00 -0000 To: "Joel Brobecker" , gdb-patches@sources.redhat.com Content-description: Message body Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: Quoted-Printable X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: m.m.kettenis@alumnus.utwente.nl X-SW-Source: 2004-09/txt/msg00118.txt.bz2 Joel Brobecker wrote: > > Unfortunately not. The HP-UX changes aren't correct, because of the > > pretend-that-ttrace-is-ptrace maddness in the HP-UX-specific files. I > > haven't found the time to sort that out properly yet :-(. > > > > The OSF/1 and AIX changes are OK though. > > ARgh! Thanks for catching this! > Just FYI, I'm performing major surgery on the HP-UX native code, such that = I get it back in line with the other code. That's going to take some time = though. Mark