mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
5679379cc7
Refactor the debugserver watchpiont support in anticipating of adding support for AArch64 MASK hardware watchpoints to watch larger regions of memory. debugserver already had support for handling a request to watch an unaligned region of memory up to 8 bytes using Byte Address Select watchpoints - it would split an unaligned watch request into two aligned doublewords that could be watched with two hardware watchpoints using the BAS specification. This patch generalizes that code for properly aligning, and possibly splitting, a watchpoint request into two hardware watchpoints to handle any size request. And separates out the specifics about BAS watchpoints into its own method, so a sibling method for MASK watchpoints can be dropped in next. Differential Revision: https://reviews.llvm.org/D149040 rdar://108233371 |
||
---|---|---|
.. | ||
bindings | ||
cmake | ||
docs | ||
examples | ||
include/lldb | ||
packages/Python/lldbsuite | ||
resources | ||
scripts | ||
source | ||
test | ||
third_party/Python/module | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.txt | ||
LICENSE.TXT | ||
use_lldb_suite_root.py |