This is an archive of the discontinued LLVM Phabricator instance.

Fix error handling in NativeProcessLinux::AttachToInferior
ClosedPublic

Authored by ovyalov on Nov 6 2014, 5:40 PM.

Details

Reviewers
clayborg
sbest
Summary

Fix error handling in NativeProcessLinux::AttachToInferior - some return values were ignored.

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 15901.Nov 6 2014, 5:40 PM
ovyalov retitled this revision from to Fix error handling in NativeProcessLinux::AttachToInferior.
ovyalov updated this object.
ovyalov edited the test plan for this revision. (Show Details)
ovyalov added reviewers: clayborg, sbest.
ovyalov added a subscriber: Unknown Object (MLST).

Friendly ping.

clayborg accepted this revision.Nov 10 2014, 1:08 PM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Nov 10 2014, 1:08 PM

Thank you for the review!

Shawn, could you help with submitting this CL if it looks good to you?

Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r221647.