| commit | aef7908f6eb060b928f4aa820e4ba5e316ee5e00 | [log] [tgz] |
|---|---|---|
| author | Pavel Labath <pavel@labath.sk> | Wed Oct 03 12:29:33 2018 +0000 |
| committer | Pavel Labath <pavel@labath.sk> | Wed Oct 03 12:29:33 2018 +0000 |
| tree | d2f6ba18a4b314b91337e84f03e2da1030ef19ed | |
| parent | af50a5b85fe82d8b965142ddf5bfd843efed67d0 [diff] |
Pull FixupBreakpointPCAsNeeded into base class 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. Reviewers: krytarowski Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D52719 llvm-svn: 343683