[lldb-dev] purpose of ProcessGDBRemote::m_flags
Tatyana Krasnukha via lldb-dev
lldb-dev at lists.llvm.org
Fri Nov 3 07:27:36 PDT 2017
Hello,
I have questions about ProcessGDBRemote::m_flags member. Seems like it is never used. What is the purpose of it and what is the reason to do accessors protected, even constant getter? And other question: isn't it better to move this member to new plugin Architecture to be able to store dynamic architecture features (read from target's configuration registers, for example)?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20171103/846d50f9/attachment.html>
More information about the lldb-dev
mailing list