v0.1.4
github-actions
released this
11 Jun 18:22
·
33 commits
to refs/heads/main
since this release
What's Changed
-
Implement hardware watchpoints or data breakpoints @cfernald (#37)
Change Details
## Description
Implement up to 4 watchpoints, or data breakpoints, which are represented by the GDB breakpoints types 2-4. These can be set in windbg by using the
ba
command, e.g.ba w8 0x10000001
. These can be set in GDB by using thewatch
for writes,rwatch
for reads, orawatch
for either.- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Tested on Q35 and SBSA on QEMU.
Integration Instructions
N/A
</blockquote> <hr> </details>
Full Changelog: v0.1.3...v0.1.4