[lldb-dev] Removing libedit dependency for LLGS

Todd Fiala tfiala at google.com
Wed Sep 10 11:15:58 PDT 2014


> Instead of hacking parts of the Debugger out, it might be easier to
figure out what you need and have that be it's own class that the Debugger
uses, and then that you can make without having to bring up the full
Debugger.

I'll dig into that with Andy and we'll get back.

Thanks!

-Todd

On Wed, Sep 10, 2014 at 11:12 AM, <jingham at apple.com> wrote:

> Can we proceed in the opposite direction and ask what stuff you actually
> NEED from the Debugger for llgs?  Instead of hacking parts of the Debugger
> out, it might be easier to figure out what you need and have that be it's
> own class that the Debugger uses, and then that you can make without having
> to bring up the full Debugger.
>
> Jim
>
> > On Sep 10, 2014, at 10:44 AM, Andy Chien <achien at blueshiftinc.com>
> wrote:
> >
> > Hi all,
> >
> > I'm in the middle of trying to build LLGS with static linking and ported
> over to Android. One big issue I'm currently facing is that IOHandler and
> CommandInterpreter rely on libedit. While LLGS does not need them, they are
> heavily used by the Debugger which is needed by LLGS.
> >
> > Since Android NDK does not provide libedit, I'm interested to decouple
> IOHandler and CommandInterpreter from the Debugger. What would be the
> preferred way or suggestion to do so?
> >       • Convert to an interface and allow it to be null?
> >       • Convert to an interface, implement it as a dummy no-op for the
> use case of LLGS?
> >       • Something else?
> > Thanks.
> > _______________________________________________
> > lldb-dev mailing list
> > lldb-dev at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>



-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140910/2e87461d/attachment.html>


More information about the lldb-dev mailing list