[Lldb-commits] [PATCH] Move NativeProcessProtocol and friends from Host/ to Target/
Zachary Turner
zturner at google.com
Tue Nov 4 14:20:07 PST 2014
Well, they're used by lldb-gdbserver, and Plugins doesn't expose an include
directory. I mean it can just #include into the source tree, but that's
kind of what I was trying to fix. Can we create include/lldb/Plugins, as a
place to hold files that are usable for all plugins?
And does it make sense for llgs to be using files that are "plugin files"?
http://reviews.llvm.org/D6123
More information about the lldb-commits
mailing list