[lldb-dev] Using NativeProcessProtocol

Zachary Turner zturner at google.com
Mon Nov 3 15:02:42 PST 2014


The following header files:

NativeProcessProtocol.h
NativeThreadProtocol.h
NativeBreakpointList.h
NativeBreakpoint.h
NativeBreakpointList.h

are all under source/Host/common.  Is there some reason these are not in
include/Host/lldb?  It seems like the people that need them just do a bunch
of hacky stuff to #include from the source/ tree anwyay, so if it was
intended to be shielded from being included, it doesn't seem to be working.

It's used by Target as well as various process plugins, but not Host, so
maybe an even better solution is to just move it to Target.  Objections to
me doing this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141103/3fb6c728/attachment.html>


More information about the lldb-dev mailing list