This is an archive of the discontinued LLVM Phabricator instance.

Use RAII for ensuring that mprotect calls are undone
ClosedPublic

Authored by dberris on Jul 25 2016, 7:53 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris updated this revision to Diff 65346.Jul 25 2016, 7:53 AM
dberris retitled this revision from to Use RAII for ensuring that mprotect calls are undone.
dberris updated this object.
dberris added reviewers: rSerge, echristo.
dberris added a subscriber: llvm-commits.
echristo added inline comments.Jul 25 2016, 11:48 AM
lib/xray/xray_interface.cc
29 ↗(On Diff #65346)

Comment describing the class.

dberris updated this revision to Diff 65440.Jul 25 2016, 4:47 PM
dberris marked an inline comment as done.
  • Document the MProtectHelper class
rSerge accepted this revision.Jul 26 2016, 12:47 PM
rSerge edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Jul 26 2016, 12:47 PM
This revision was automatically updated to reflect the committed changes.