From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 3 09:45:58 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65E6C1065672 for ; Fri, 3 Aug 2012 09:45:58 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 140A18FC0A for ; Fri, 3 Aug 2012 09:45:57 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1SxES5-000LNc-Dz for freebsd-hackers@freebsd.org; Fri, 03 Aug 2012 12:45:50 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: FreeBSD Hackers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Aug 2012 12:45:49 +0300 From: Daniel Braniss Message-ID: Subject: 9.1-PRERELEASE and entering kdb weirdness X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2012 09:45:58 -0000 Hi, with 8,x an previous, I compile kernel with options KDB options DDB options ALT_BREAK_TO_DEBUGGER and so hitting control+alt+escape would enter the debugger on the console, or CR ~ ^b on the serial console. the same config on 9.1, only if sysctl debug.kdb.break_to_debugger=1 which allows BREAK on the serial, the control+alt+escape works on the console. from NOTES: # Options for serial drivers that support consoles: options BREAK_TO_DEBUGGER # A BREAK on a serial console goes to # ddb, if available. can someone clarify? cheers, danny