[Lldb-commits] [PATCH] D48177: Suppress SIGSEGV on Android when the program will recover
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 22 10:14:23 PST 2021
jingham added a comment.
Another thing that slightly bugs me about this patch is now we have the Architecture with special purpose code to modify the stop reason, and the Platform ditto. I wonder if it wouldn't be better to have a way to register interest in modifying stop infos, and then let the target & architecture sign up for that. That way the next time somebody else needs to do this we won't have to add more special purpose code to Thread.cpp.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D48177/new/
https://reviews.llvm.org/D48177
More information about the lldb-commits
mailing list