[Lldb-commits] [PATCH] D118794: [lldb][AArch64] Remove non-address bits from addresses passed to ptrace on Linux
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 7 07:37:26 PST 2022
DavidSpickett planned changes to this revision.
DavidSpickett added a comment.
> check what gdb(server) does here
Will do.
> One side-effect of doing it server-side is that this would interfere with our memory caching code
Yes I also wanted to fix the memory cache in lldb but you're right it needs the same logic applying and no point doing it twice if we don't need to. I'm working on changes to the lldb side instead now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118794/new/
https://reviews.llvm.org/D118794
More information about the lldb-commits
mailing list