[lldb-dev] purpose of ProcessGDBRemote::m_flags

Pavel Labath via lldb-dev lldb-dev at lists.llvm.org
Fri Nov 3 07:32:48 PDT 2017


If it's not used, we should just remove it.

Once we have a use case for something like that, we can consider
whether the Architecture plugin would be the proper place for it.

On 3 November 2017 at 14:27, Tatyana Krasnukha via lldb-dev
<lldb-dev at lists.llvm.org> wrote:
> 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)?
>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>


More information about the lldb-dev mailing list