From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 26 00:10:53 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 8C36716A4CE for ; Fri, 26 Dec 2003 00:10:53 -0800 (PST) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B1043D46 for ; Fri, 26 Dec 2003 00:10:52 -0800 (PST) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cs.huji.ac.il with esmtp id 1AZn3a-0008VU-KL; Fri, 26 Dec 2003 10:10:50 +0200 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Julian Elischer In-reply-to: Your message of Fri, 26 Dec 2003 00:02:11 -0800 (PST) . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Dec 2003 10:10:50 +0200 From: Danny Braniss Message-Id: cc: freebsd-hackers@freebsd.org 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: Fri, 26 Dec 2003 08:10:53 -0000 > > > 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 danny