From owner-freebsd-virtualization@FreeBSD.ORG Mon Dec 16 01:10:00 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C49705A7 for ; Mon, 16 Dec 2013 01:10:00 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95F04124E for ; Mon, 16 Dec 2013 01:10:00 +0000 (UTC) Received: from jre-mbp.elischer.org (ppp121-45-246-96.lns20.per2.internode.on.net [121.45.246.96]) (authenticated bits=0) by vps1.elischer.org (8.14.7/8.14.7) with ESMTP id rBG19s64055136 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 15 Dec 2013 17:09:58 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <52AE52DD.6020500@freebsd.org> Date: Mon, 16 Dec 2013 09:09:49 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Michael Berman , "freebsd-virtualization@freebsd.org" Subject: Re: break to debugger in bhyve References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 01:10:00 -0000 On 12/16/13, 8:27 AM, Michael Berman wrote: > I’ve tried the various kernel and sysctl options, and it may be the way I am starting bhyve but I can’t seem to get a the FreeBSD guest to enter the kernel debugger with a hotkey. it depends of course on which 'console' you are using,, for serial console with /dev/nmdm you can use the ALT_BREAK_TO_DEBUGGER option so that {enter| {~} {^B} will drop you into the debugger. When I was doing this last I had the console on the first serial port and the debugger on the second. (that's why I wrote the nmdm node.) > > Michael > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org" > >