aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/gdb.c
Commit message (Expand)AuthorAgeFilesLines
* Support software breakpoints in the debug server on Intel CPUs.John Baldwin2019-12-131-48/+413
* Use parse_integer to avoid sign extension.John Baldwin2019-06-051-6/+3
* Add initial support for 'qSupported' to the debug server.John Baldwin2019-05-241-1/+64
* Add support for writing to guest memory in the debug server.John Baldwin2019-05-241-5/+129
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Use capsicum_helpers(3) that allow us to simplify the code and its functionsMarcelo Araujo2019-01-161-2/+2
* Initial debug server for bhyve.John Baldwin2018-05-011-0/+1313