[Lldb-commits] [PATCH] D66241: stop-hooks don't fire on "step-out"
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 14 15:00:54 PDT 2019
clayborg added inline comments.
================
Comment at: source/Target/StopInfo.cpp:550
thread_sp->ResetStopInfo();
+ thread_sp->SetStopInfo(thread_sp->GetStopInfo());
}
----------------
Can you clarify what is going on here? Does this force a recalculation of the stop info? This looks really goofy from a code perspective.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66241/new/
https://reviews.llvm.org/D66241
More information about the lldb-commits
mailing list