From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 10 20:50:04 2010 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE7891065670 for ; Wed, 10 Nov 2010 20:50:04 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id A3B908FC19 for ; Wed, 10 Nov 2010 20:50:04 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:8099:b971:aeff:346d] (unknown [IPv6:2001:7b8:3a7:0:8099:b971:aeff:346d]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id EAED35C43 for ; Wed, 10 Nov 2010 21:50:03 +0100 (CET) Message-ID: <4CDB057C.9090804@FreeBSD.org> Date: Wed, 10 Nov 2010 21:50:04 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13pre) Gecko/20101104 Lanikai/3.1.7pre MIME-Version: 1.0 To: hackers@freebsd.org References: <20101110204152.GF85693@acme.spoerlein.net> In-Reply-To: <20101110204152.GF85693@acme.spoerlein.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: libkvm: consumers of kvm_getprocs for non-live kernels? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 20:50:05 -0000 On 2010-11-10 21:41, Ulrich Sp=F6rlein wrote: > But, the kgdb file gnu/usr.bin/binutils/gdb/kvm-fbsd.c, where > kvm_getprocs is probably called on a dead kernel is not even used durin= g > build! > > So I guess I'm staring at dead code here, any kvm people around that ca= n > clue me in? In gnu/usr.bin/binutils, the gasp, gdb and gdbreplay directories have been disconnected from the build for years now. I plan on garbage collecting them when merging the binutils-2.17 project branch (where they are already removed).