[Lldb-commits] [PATCH] D18692: Fix a cornercase in breakpoint reporting
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 1 09:39:51 PDT 2016
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks fine. We should probably put the code that checks for a breakpoint at the thread PC into a function since it is done about 5 times in this function.
http://reviews.llvm.org/D18692
More information about the lldb-commits
mailing list