This is an archive of the discontinued LLVM Phabricator instance.

Pull FixupBreakpointPCAsNeeded into base class
ClosedPublic

Authored by labath on Oct 1 2018, 4:48 AM.

Details

Summary

This function existed (with identical code) in both NativeProcessLinux
and NativeProcessNetBSD, and it is likely that it would be useful to any
future implementation of NativeProcessProtocol.

Therefore I move it to the base class.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Oct 1 2018, 4:48 AM
krytarowski accepted this revision.Oct 2 2018, 11:27 AM
This revision is now accepted and ready to land.Oct 2 2018, 11:27 AM
This revision was automatically updated to reflect the committed changes.