[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
Wed Mar 23 09:25:27 PDT 2022


emaste added inline comments.
Herald added a project: All.


================
Comment at: lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp:128
+
+#ifdef NT_ARM_ADDR_MASK
+  if (m_addr_mask_is_valid)
----------------
andrew wrote:
> emaste wrote:
> > This `#define` is coming from our headers? We need to provide this constant within LLVM so this will be available on non-FreeBSD hosts.
> My understanding is this file is used on FreeBSD as it's used when debugging a currently running process.
Oh yes of course.


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