From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10529 invoked by alias); 3 May 2010 11:58:50 -0000 Received: (qmail 10520 invoked by uid 22791); 3 May 2010 11:58:50 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 May 2010 11:58:45 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o43Bwao9016704; Mon, 3 May 2010 13:58:36 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o43BwY7d002803; Mon, 3 May 2010 13:58:34 +0200 (CEST) Date: Mon, 03 May 2010 11:58:00 -0000 Message-Id: <201005031158.o43BwY7d002803@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: Paul_Koning@Dell.com CC: gdb-patches@sourceware.org In-reply-to: (Paul_Koning@Dell.com) Subject: Re: [PING] [RFC] Thread debug support for NetBSD 5 References: <19405.52446.728141.329821@pkoning-laptop.equallogic.com> <19408.27827.830391.509465@pkoning-laptop.equallogic.com> <19417.40044.762978.858637@pkoning-laptop.equallogic.com> <201005021328.o42DSlce001475@glazunov.sibelius.xs4all.nl> 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: 2010-05/txt/msg00034.txt.bz2 > Date: Sun, 2 May 2010 20:57:49 -0400 > From: "Paul Koning" > > > I have two questions: > > > > 1. Does the code still work on older versions of NetBSD? > > There isn't any released threads support for older NetBSDs that I know > of. Also, NetBSD needed some work (to make the ptrace function > sufficiently capable) which is in NetBSD-current, which is 5.0. What I meant to ask is wether a GDB with your patch integrated will still build and run on NetBSD 4.x (obviously for debugging single-threaded code only).