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.
Paths
| Differential D52719
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 Therefore I move it to the base class.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 2 2018, 11:27 AM Closed by commit rL343683: Pull FixupBreakpointPCAsNeeded into base class (authored by labath). · Explain WhyOct 3 2018, 5:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 168105 lldb/trunk/include/lldb/Host/common/NativeProcessProtocol.h
lldb/trunk/source/Host/common/NativeProcessProtocol.cpp
lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.h
lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
|