Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2022 21:02:24 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3715b7e2b776 - stable/13 - bhyve_config.5: Document gdb.address.
Message-ID:  <202211102102.2AAL2OVF057045@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=3715b7e2b7763b06544ed80f227f80dfc4f7c092

commit 3715b7e2b7763b06544ed80f227f80dfc4f7c092
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-09-25 17:07:18 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-11-10 21:00:17 +0000

    bhyve_config.5: Document gdb.address.
    
    (cherry picked from commit 48759c4ed7f258baccd791c603baf22c8ddb1bb4)
---
 usr.sbin/bhyve/bhyve_config.5 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/usr.sbin/bhyve/bhyve_config.5 b/usr.sbin/bhyve/bhyve_config.5
index b4160a37620d..3faee9b81686 100644
--- a/usr.sbin/bhyve/bhyve_config.5
+++ b/usr.sbin/bhyve/bhyve_config.5
@@ -124,6 +124,8 @@ Wire guest memory.
 Generate ACPI tables.
 .It Va destroy_on_poweroff Ta bool Ta false Ta
 Destroy the VM on guest-initiated power-off.
+.It Va gdb.address Ta string Ta localhost Ta
+Hostname, IP address, or IPv6 address for the debug server.
 .It Va gdb.port Ta integer Ta 0 Ta
 TCP port number for the debug server.
 If this is set to a non-zero value, a debug server



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211102102.2AAL2OVF057045>