This is an archive of the discontinued LLVM Phabricator instance.

Fix virtual step handling in ThreadPlanStepInRange
ClosedPublic

Authored by tberghammer on May 14 2015, 9:47 AM.

Details

Summary

Fix virtual step handling in ThreadPlanStepInRange

Previously if we did a virtual step and then a non virtual step then a not-virtual step then the thread plan stopped before stepping in into the correct function.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Fix virtual step handling in ThreadPlanStepInRange.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: jingham.
tberghammer added a subscriber: Unknown Object (MLST).
jingham edited edge metadata.May 14 2015, 11:08 AM

Doh! That looks right.

This revision was automatically updated to reflect the committed changes.