[Lldb-commits] [PATCH] D52719: Pull FixupBreakpointPCAsNeeded into base class
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 1 04:48:16 PDT 2018
labath created this revision.
labath added a reviewer: krytarowski.
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.
https://reviews.llvm.org/D52719
Files:
include/lldb/Host/common/NativeProcessProtocol.h
source/Host/common/NativeProcessProtocol.cpp
source/Plugins/Process/Linux/NativeProcessLinux.cpp
source/Plugins/Process/Linux/NativeProcessLinux.h
source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52719.167702.patch
Type: text/x-patch
Size: 11117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181001/30214785/attachment.bin>
More information about the lldb-commits
mailing list