[Lldb-commits] [lldb] [lldb][AArch64] Fix arm64 hardware breakpoint/watchpoint to arm32 process. (PR #147198)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 21 02:39:33 PDT 2025


================
@@ -0,0 +1,63 @@
+#include "NativeRegisterContextLinuxArm64Shared.h"
----------------
DavidSpickett wrote:

All new .cpp and .h files need the license header, you can copy one from an existing file and modify it.

https://github.com/llvm/llvm-project/pull/147198


More information about the lldb-commits mailing list