Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2021 17:07:38 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 48759c4ed7f2 - main - bhyve_config.5: Document gdb.address.
Message-ID:  <202109251707.18PH7ck1086738@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=48759c4ed7f258baccd791c603baf22c8ddb1bb4

commit 48759c4ed7f258baccd791c603baf22c8ddb1bb4
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-09-25 17:07:18 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-09-25 17:07:18 +0000

    bhyve_config.5: Document gdb.address.
---
 usr.sbin/bhyve/bhyve_config.5 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/usr.sbin/bhyve/bhyve_config.5 b/usr.sbin/bhyve/bhyve_config.5
index 25bd818d6148..941fc447535c 100644
--- a/usr.sbin/bhyve/bhyve_config.5
+++ b/usr.sbin/bhyve/bhyve_config.5
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 17, 2021
+.Dd September 25, 2021
 .Dt BHYVE_CONFIG 5
 .Os
 .Sh NAME
@@ -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?202109251707.18PH7ck1086738>