[Lldb-commits] [PATCH] D88852: [lldb] [Platform] Move common ::DebugProcess() to PlatformPOSIX

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 5 14:11:32 PDT 2020


mgorny created this revision.
mgorny added reviewers: labath, JDevlieghere.
Herald added a subscriber: arichardson.
Herald added a project: LLDB.
mgorny requested review of this revision.

Move common ::DebugProcess() implementation shared by Linux and NetBSD
(and to be shared by FreeBSD shortly) into PlatformPOSIX, and move
the old base implementation used only by Darwin to PlatformDarwin.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88852

Files:
  lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  lldb/source/Plugins/Platform/Linux/PlatformLinux.h
  lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
  lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
  lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88852.296297.patch
Type: text/x-patch
Size: 17616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201005/ff85b0aa/attachment.bin>


More information about the lldb-commits mailing list