The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=48759c4ed7f258baccd791c603baf22c8ddb1bb4
commit 48759c4ed7f258baccd791c603baf22c8ddb1bb4 Author: John Baldwin <[email protected]> AuthorDate: 2021-09-25 17:07:18 +0000 Commit: John Baldwin <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
