This is an archive of the discontinued LLVM Phabricator instance.

Fix 32-bit Linux watchpoint failures.
ClosedPublic

Authored by chaoren on Jul 8 2015, 6:07 PM.

Details

Summary

32-bit signed return value from ptrace got sign extended when being converted to
64-bit unsigned.

Also, replaced tabs with spaces in the source.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 29293.Jul 8 2015, 6:07 PM
chaoren retitled this revision from to Fix 32-bit Linux watchpoint failures..
chaoren updated this object.
chaoren added reviewers: labath, clayborg.
chaoren added a subscriber: lldb-commits.
chaoren updated this revision to Diff 29295.Jul 8 2015, 6:15 PM

Add comment.

labath accepted this revision.Jul 9 2015, 1:21 AM
labath edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jul 9 2015, 1:21 AM
clayborg accepted this revision.Jul 9 2015, 9:33 AM
clayborg edited edge metadata.

lgtm

This revision was automatically updated to reflect the committed changes.