[Lldb-commits] [PATCH] D120485: [lldb][Process/FreeBSD] Add support for address masks on aarch64
Ed Maste via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 24 09:05:00 PST 2022
emaste added inline comments.
================
Comment at: lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp:128
+
+#ifdef NT_ARM_ADDR_MASK
+ if (m_addr_mask_is_valid)
----------------
This `#define` is coming from our headers? We need to provide this constant within LLVM so this will be available on non-FreeBSD hosts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120485/new/
https://reviews.llvm.org/D120485
More information about the lldb-commits
mailing list