[Lldb-commits] [PATCH] D152861: Clear non-addressable bits from fp/sp/lr/pc values in RegisterContextUnwind
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 13 15:01:36 PDT 2023
bulbazord added a comment.
I noticed you're pulling a lot of raw pointers out of shared pointers. Is there a particular reason you're doing that? `operator bool` on `std::shared_ptr` returns true if the held pointer is non-null.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152861/new/
https://reviews.llvm.org/D152861
More information about the lldb-commits
mailing list