This is an archive of the discontinued LLVM Phabricator instance.

Test that software breakpoints aren't visible in disassembly
ClosedPublic

Authored by vharron on Mar 9 2015, 10:51 PM.

Details

Summary

Linux lldb-server Handle_m doesn't properly replace software breakpoints
with the original instructions. This test is added with expectedFailureLinux

Diff Detail

Repository
rL LLVM

Event Timeline

vharron updated this revision to Diff 21549.Mar 9 2015, 10:51 PM
vharron retitled this revision from to Test that software breakpoints aren't visible in disassembly.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added reviewers: clayborg, tberghammer, flackr.
vharron added a subscriber: Unknown Object (MLST).
flackr accepted this revision.Mar 9 2015, 11:54 PM
flackr edited edge metadata.

lgtm

This revision is now accepted and ready to land.Mar 9 2015, 11:54 PM
tberghammer accepted this revision.Mar 10 2015, 1:49 AM
tberghammer edited edge metadata.
clayborg accepted this revision.Mar 10 2015, 11:38 AM
clayborg edited edge metadata.
This revision was automatically updated to reflect the committed changes.