This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix "code unreachable" warning in DNBArchImplX86_64::SetRegisterValue
AcceptedPublic

Authored by kubamracek on Mar 2 2018, 4:54 PM.

Details

Summary

Looks like an actual bug and a result of a bag merge.

Diff Detail

Event Timeline

kubamracek created this revision.Mar 2 2018, 4:54 PM
xiaobai accepted this revision.Mar 2 2018, 5:44 PM
This revision is now accepted and ready to land.Mar 2 2018, 5:44 PM

This seems scary. We really need a test case for this.

This seems scary. We really need a test case for this.

Agreed, but I don't know this code, so I'm not able to come up with a test for this.