[Lldb-commits] [PATCH] D68069: Explicitly set entry point arch when it's thumb
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 4 08:35:41 PDT 2019
aadsm added a comment.
Ok. Initially I thought that with the entry point we were making big assumptions there but after reading the parse unwind symbols I guess it's really no big difference.
I guess my main concern is that the user can no longer create symbols within the span of the entry point symbol, even if they happen to know better (it's not even possible to manually remove symbols). But like you said, the same is true with the other synthetic symbols..
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68069/new/
https://reviews.llvm.org/D68069
More information about the lldb-commits
mailing list