[Lldb-commits] [PATCH] D71372: [lldb] Add additional validation on return address in 'thread step-out'
Mark Mossberg via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 12 13:39:16 PST 2019
mossberg added a comment.
Screenshots with new error messages.
F11034423: image.png <https://reviews.llvm.org/F11034423>
F11034433: image.png <https://reviews.llvm.org/F11034433>
(I artificially forced this branch to execute, still unable to make it execute at runtime)
F11034446: image.png <https://reviews.llvm.org/F11034446>
I replaced my 0x22 example with 0x200000000, which is unmapped *and* outside the low 32 bit range. `GetLoadAddressPermissions` still seems to succeed.
F11034470: image.png <https://reviews.llvm.org/F11034470>
F11034475: image.png <https://reviews.llvm.org/F11034475>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71372/new/
https://reviews.llvm.org/D71372
More information about the lldb-commits
mailing list