Allow user to specify the IP address available for gdb
debugger.
I even wonder if we should't change the default from ANY to
localhost.
Differential D29607
byhve: add option to specify IP address for gdb oshogbo on Apr 6 2021, 3:36 PM. Authored by Tags None Referenced Files
Details Allow user to specify the IP address available for gdb I even wonder if we should't change the default from ANY to
Diff Detail
Event Timeline
Comment Actions Though this is not exactly a normal service, to me listening on any by default is the correct thing to do here. One thing I would like to note, this code appears to only listens on one of IPv4 or IPv6, which is probably a short coming.
Comment Actions Codewise this looks fine. I had one comment about permitting hostnames. Also, the new gdb.address variable should be documented in bhyve_config.5.
|