aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2023-04-12 17:53:51 -0700
committerJason Molenda <jason@molenda.com>2023-04-12 17:57:21 -0700
commite38b0fa83a933a6b20064a37b8d8ebd9ec1de499 (patch)
tree5c08e4b3135e497d60e4731607784f0753748743 /llvm/lib/CodeGen
parentb0e0c1e46c8a34c1cb1a43f39d171fefd7296758 (diff)
downloadllvm-e38b0fa83a933a6b20064a37b8d8ebd9ec1de499.zip
llvm-e38b0fa83a933a6b20064a37b8d8ebd9ec1de499.tar.gz
llvm-e38b0fa83a933a6b20064a37b8d8ebd9ec1de499.tar.bz2
Remove AArch64 out of MIPS watchpoint-skip, doc wp description
Watchpoints from lldb-server are sent in the stop info packet as a `reason:watchpoint` and `description:asciihex` keys; the latter's asciihex has one to three integer values. This patch documents the purpose of those three different numbers, and clarifies the behavior on MIPS with the third number which is outside the range of any watched memory range means to silently skip the watchpoint. lldb was previously using this silently skip watchpoint behavior for AArch64 as well, but in the case of AArch64 we see a watchpoint address outside of a watched memory range when the write BEGINS before the watched memory range, but extends in to it. We don't want to silently skip these. Differential Revision: https://reviews.llvm.org/D147816 rdar://83996471
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions