[Lldb-commits] [PATCH] Move NativeProcessProtocol and friends from Host/ to Target/

Zachary Turner zturner at google.com
Tue Nov 4 13:19:45 PST 2014


Currently they're only base classes for stuff that are used in process
plugins.  By NativeProcess and NativeThread, do you mean NativeProcessLinux
and NativeThreadLinux?  Because those are in Plugins/Process/Linux, for
example.

The way these classes are used right now seems to be as utility classes to
facilitate communication between code that runs in the process plugin and
the lldb_private::Process object to update state and whatnot.

On Tue Nov 04 2014 at 1:11:40 PM Greg Clayton <clayborg at gmail.com> wrote:

> The theory here is that the stuff would be for the host layer and would be
> used in NativeProcess and NativeThread, which do belong in the host layer.
> I am fine with the move if it is needed, but the theory is these are base
> classes for code that should be in the host layer. That said, the base
> classes can go in Target.
>
> http://reviews.llvm.org/D6123
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141104/21f9a543/attachment.html>


More information about the lldb-commits mailing list