From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 26 19:30:31 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2252A16A4CE for ; Fri, 26 Dec 2003 19:30:31 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D5F43D53 for ; Fri, 26 Dec 2003 19:30:29 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id hBR3Tvr9000971; Fri, 26 Dec 2003 21:29:57 -0600 (CST) (envelope-from dan) Date: Fri, 26 Dec 2003 21:29:57 -0600 From: Dan Nelson To: Danny Braniss Message-ID: <20031227032957.GC58073@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.5.1i cc: freebsd-hackers@freebsd.org cc: Julian Elischer Subject: Re: escape to kernel debugger X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2003 03:30:31 -0000 In the last episode (Dec 26), Danny Braniss said: > > > > > > On Fri, 26 Dec 2003, Danny Braniss wrote: > > > > > hi, > > > how can i break into the kernel debugger when the console > > > is a serial one? (Ctrl-Alt-Esc has now ascii equivalent :-) > > > > options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to > > Great! just what i was looking for! > I was about to compile pxeboot, but htis is better, > thanks If you're worried about accidental BREAKs, you can also use ALT_BREAK_TO_DEBUGGER, which enables a Sun-style ~<^B> key sequence. -- Dan Nelson dnelson@allantgroup.com