[Lldb-commits] [PATCH] D86417: [lldb] do not propagate eTrapHandlerFrame repeatedly
Joseph Tremoulet via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 25 07:56:41 PDT 2020
JosephTremoulet added a comment.
> And its parent 'raise' is set so as well because of 'GetNextFrame()->m_frame_type == eTrapHandlerFrame '.
Sorry, can you clarify what code path you're referring to here? I see two occurrences of `GetNextFrame()->m_frame_type == eTrapHandlerFrame` in the code, and three occurrences of `m_frame_type = eTrapHandlerFrame`, but it's not clear how one of the former leads to one of the latter, or if I'm misunderstanding what you're saying.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86417/new/
https://reviews.llvm.org/D86417
More information about the lldb-commits
mailing list