This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][PPC64] Fixed next blocked forever at same line
ClosedPublic

Authored by luporl on Feb 15 2018, 10:41 AM.

Details

Summary

The PC corresponding to the breakpoint was being calculated wrongly,
which was causing LLDB to never go past the first breakpoint, when
there was a second one adjacent to it.

Event Timeline

luporl created this revision.Feb 15 2018, 10:41 AM
luporl retitled this revision from Fixed next blocked forever at same line to [LLDB][PPC64] Fixed next blocked forever at same line.Feb 15 2018, 10:44 AM
luporl added reviewers: clayborg, labath.
luporl added subscribers: lbianc, alexandreyy, anajuliapc.
clayborg accepted this revision.Feb 15 2018, 10:49 AM
This revision is now accepted and ready to land.Feb 15 2018, 10:49 AM
labath accepted this revision.Feb 16 2018, 12:02 AM

Thanks @clayborg and @labath! Can you please commit this patch for me?

This revision was automatically updated to reflect the committed changes.