From owner-freebsd-hackers Tue Sep 12 18:04:05 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA19361 for hackers-outgoing; Tue, 12 Sep 1995 18:04:05 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA19352 for ; Tue, 12 Sep 1995 18:04:04 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.12/8.6.5) with ESMTP id SAA10217; Tue, 12 Sep 1995 18:02:53 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id SAA00166; Tue, 12 Sep 1995 18:05:08 -0700 Message-Id: <199509130105.SAA00166@corbin.Root.COM> To: "Amancio Hasty Jr." cc: freebsd-hackers@freebsd.org Subject: Re: on line kernel symbols? In-reply-to: Your message of "Tue, 12 Sep 95 16:50:22 PDT." <199509122350.QAA00217@rah.star-gate.com> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 12 Sep 1995 18:05:07 -0700 Sender: hackers-owner@freebsd.org Precedence: bulk >I forgot what was the "magic" switch to load symbols at boot time >so for instance , I can type: > >break ad1848_interrupt If you have current boot blocks and you have DDB in your kernel, then the symbols are automatically loaded and preserved. No options are needed. -DG