From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6486 invoked by alias); 6 Aug 2004 21:07:58 -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 6479 invoked from network); 6 Aug 2004 21:07:57 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 6 Aug 2004 21:07:57 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i76L7uxp009870; Fri, 6 Aug 2004 23:07:56 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i76L7u11022583; Fri, 6 Aug 2004 23:07:56 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i76L7tCr022580; Fri, 6 Aug 2004 23:07:55 +0200 (CEST) Date: Fri, 06 Aug 2004 21:07:00 -0000 Message-Id: <200408062107.i76L7tCr022580@elgar.kettenis.dyndns.org> From: Mark Kettenis To: nathanw@wasabisystems.com CC: gdb-patches@sources.redhat.com In-reply-to: (nathanw@wasabisystems.com) Subject: Re: [RFA] struct lwp in bsd-kvm.c References: X-SW-Source: 2004-08/txt/msg00182.txt.bz2 From: "Nathan J. Williams" Date: 06 Aug 2004 16:42:42 -0400 2004-08-06 Nathan J. Williams * configure.in: Test for struct lwp in * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use the offset of l_addr in struct lwp. OK to commit? (I'm not clear what the protocol is for dealing with regenerating configure and config.in) Thanks, yes, except that configure and config.in need to be regenerated; with a special version of autoconf :-(. You should be able to get the right version from ftp://sources.redhat.com/pub/binutils but if you drop me a mail when you've checked things in, I'll regenerate the files for you.