From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 13 21:26:33 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 E4BE132D; Wed, 13 Feb 2013 21:26:33 +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 08205A4; Wed, 13 Feb 2013 21:26:32 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA12215; Wed, 13 Feb 2013 23:26:31 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1U5jqY-0000g2-QE; Wed, 13 Feb 2013 23:26:30 +0200 Message-ID: <511C0505.6060204@FreeBSD.org> Date: Wed, 13 Feb 2013 23:26:29 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130121 Thunderbird/17.0.2 MIME-Version: 1.0 To: John Baldwin Subject: Re: kgdb modules References: <510F8F33.3030504@icritical.com> <510F9EEF.8080402@FreeBSD.org> <201302041458.16404.jhb@freebsd.org> In-Reply-To: <201302041458.16404.jhb@freebsd.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org, Matt Burke 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: Wed, 13 Feb 2013 21:26:34 -0000 on 04/02/2013 21:58 John Baldwin said the following: > You can also load modules manually by > using the add-kld command (give it a full path to an individual module). You > may need to use 'nosharedlibrary' to unload symbols from the "wrong" module > before add-kld will be useful however. I think that this approach is superior to what I suggested. BTW, thank you for 'nosharedlibrary' - I learned a new thing about gdb :-) -- Andriy Gapon