[all-commits] [llvm/llvm-project] 2e16e4: Add AArch64 MASK watchpoint support in debugserver

Jason Molenda via All-commits all-commits at lists.llvm.org
Thu May 4 13:25:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e16e41b28b1b1e027d0303e1a37ccbded96a46f
      https://github.com/llvm/llvm-project/commit/2e16e41b28b1b1e027d0303e1a37ccbded96a46f
  Author: Jason Molenda <jason at molenda.com>
  Date:   2023-05-04 (Thu, 04 May 2023)

  Changed paths:
    A lldb/test/API/functionalities/watchpoint/large-watchpoint/Makefile
    A lldb/test/API/functionalities/watchpoint/large-watchpoint/TestLargeWatchpoint.py
    A lldb/test/API/functionalities/watchpoint/large-watchpoint/main.c
    M lldb/test/API/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
    M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
    M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h

  Log Message:
  -----------
  Add AArch64 MASK watchpoint support in debugserver

Add suport for MASK style watchpoints on AArch64 in debugserver
on Darwin systems, for watching power-of-2 sized memory ranges.
More work needed in lldb before this can be exposed to the user
(because they will often try watching memory ranges that are not
exactly power-of-2 in size/alignment) but this is the first part
of adding that capability.

Differential Revision: https://reviews.llvm.org/D149792
rdar://108233371




More information about the All-commits mailing list