From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 4 11:43:49 2013 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 27C8AF88 for ; Mon, 4 Feb 2013 11:43:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5543A1537 for ; Mon, 4 Feb 2013 11:43:47 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id NAA19325; Mon, 04 Feb 2013 13:43:44 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <510F9EEF.8080402@FreeBSD.org> Date: Mon, 04 Feb 2013 13:43:43 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130113 Thunderbird/17.0.2 MIME-Version: 1.0 To: Matt Burke Subject: Re: kgdb modules References: <510F8F33.3030504@icritical.com> In-Reply-To: <510F8F33.3030504@icritical.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 11:43:49 -0000 on 04/02/2013 12:36 Matt Burke said the following: > How do I get kgdb to load kernel modules from somewhere other than > /boot/kernel? > > Googling tells me I need to use asf to create a file, but I haven't managed > to figure out how to get kgdb use the output. Research in the direction of set sysroot, solib-absolute-prefix, solib-search-path. I would not be surprised if the ancient gdb version on which kgdb is based does not support some of these settings. -- Andriy Gapon