From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 26 00:02:16 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 B1E2116A4CE for ; Fri, 26 Dec 2003 00:02:16 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F48743D39 for ; Fri, 26 Dec 2003 00:02:15 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc12) with ESMTP id <20031226080214014001cee1e>; Fri, 26 Dec 2003 08:02:14 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA70335; Fri, 26 Dec 2003 00:02:12 -0800 (PST) Date: Fri, 26 Dec 2003 00:02:11 -0800 (PST) From: Julian Elischer To: Danny Braniss In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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:02:16 -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 will cause the kernel to enter the debugger on reception of a BREAK condition. but there is also, sysctl debug.enter_debugger=ddb > > thanks, > danny > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >