From owner-freebsd-virtualization@freebsd.org Tue Apr 11 13:39:34 2017 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4E13D3950E for ; Tue, 11 Apr 2017 13:39:34 +0000 (UTC) (envelope-from hannes@mehnert.org) Received: from mail.mehnert.org (mail.mehnert.org [213.73.89.200]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A324F804 for ; Tue, 11 Apr 2017 13:39:34 +0000 (UTC) (envelope-from hannes@mehnert.org) Received: from [128.232.110.119] (c119.al.cl.cam.ac.uk [128.232.110.119]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "hannes@mehnert.org", Issuer "mehnert root CA" (not verified)) by mail.mehnert.org (Postfix) with ESMTPS id 895BD3390 for ; Tue, 11 Apr 2017 15:30:39 +0200 (CEST) To: freebsd-virtualization@freebsd.org From: Hannes Mehnert Subject: debugging FreeBSD BHyve guest Message-ID: Date: Tue, 11 Apr 2017 14:30:28 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 11 Apr 2017 13:39:35 -0000 Hello, I want to debug a FreeBSD BHyve guest kernel, and tried to follow the instructions on the wiki (https://wiki.freebsd.org/bhyve/DebuggingWithGdb) -- but already the "device bvmdebug" is no longer recognized by make buildkernel. Is there a way (and a howto?) to kgdb a FreeBSD guest? Thanks, hannes