[Lldb-commits] [PATCH] D142792: Add SBValue::GetValueAsAddress(), strip off ptrauth, TBI, MTE bits on AArch64 systems
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 2 01:41:49 PST 2023
DavidSpickett accepted this revision.
DavidSpickett added a comment.
This revision is now accepted and ready to land.
2 minor things otherwise LGTM.
================
Comment at: lldb/test/API/api/clear-sbvalue-nonadressable-bits/TestClearSBValueNonAddressableBits.py:20
+ @skipUnlessPlatform(["linux"]+lldbplatformutil.getDarwinOSTriples())
+
+ def test(self):
----------------
Stray newline.
================
Comment at: lldb/test/API/api/clear-sbvalue-nonadressable-bits/main.c:1
+#include <dlfcn.h>
+#include <stdint.h>
----------------
Unused include.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142792/new/
https://reviews.llvm.org/D142792
More information about the lldb-commits
mailing list