[Lldb-commits] [PATCH] D63166: Move common functionality from processwindows into processdebugger
Aaron Smith via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 11 13:51:00 PDT 2019
asmith created this revision.
asmith added reviewers: labath, Hui.
Herald added subscribers: lldb-commits, mgorny.
Herald added a project: LLDB.
asmith added reviewers: jfb, clayborg.
Herald added a subscriber: dexonsmith.
This change extracts functionalities from processwindows into a
introduced processdebugger that can be reused in native process
debugging.
The main reason is that the native process debugging
can't directly be based on processwindows or be implemented
as a pass-through to this plugin since the plugin has ties to
Target and Process classes that are needed in host debugging but
not necessary in native debugging.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D63166
Files:
source/Plugins/Process/Windows/Common/CMakeLists.txt
source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
source/Plugins/Process/Windows/Common/ProcessDebugger.h
source/Plugins/Process/Windows/Common/ProcessWindows.cpp
source/Plugins/Process/Windows/Common/ProcessWindows.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63166.204160.patch
Type: text/x-patch
Size: 48949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190611/ac47ebf8/attachment-0001.bin>
More information about the lldb-commits
mailing list