From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23539 invoked by alias); 11 Dec 2004 23:13:25 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23482 invoked from network); 11 Dec 2004 23:13:23 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 11 Dec 2004 23:13:23 -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 iBBNDMmO030005; Sun, 12 Dec 2004 00:13:22 +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 iBBNDMc4008438; Sun, 12 Dec 2004 00:13:22 +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 iBBNDLeg008435; Sun, 12 Dec 2004 00:13:21 +0100 (CET) Date: Sat, 11 Dec 2004 23:13:00 -0000 Message-Id: <200412112313.iBBNDLeg008435@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: randolph@tausq.org CC: gdb@sources.redhat.com Subject: Slimmed down HP-UX native code X-SW-Source: 2004-12/txt/msg00080.txt.bz2 Still worried about having to maintain too much code ;-) ? $ cat hppah-nat.c infttrace.c | wc -l 6996 $ cat hppa-hpux-nat.c inf-ttrace.c | wc -l 1212 To be honest, the new code doesn't do follow-exec/fork/vfork. But I think I can implement that in less than 5000 lines of code ;-) Mark