[lldb-dev] Is anything using the REPL?

Jason Molenda via lldb-dev lldb-dev at lists.llvm.org
Tue Mar 21 18:24:21 PDT 2017


It's used in the swift lldb, https://github.com/apple/swift-lldb

The idea is to have any non-swift specific code in llvm.org; the github repository for swift specific additions.


> On Mar 21, 2017, at 6:19 PM, Zachary Turner via lldb-dev <lldb-dev at lists.llvm.org> wrote:
> 
> AFAICT this is all dead code.  Unless someone is using it out of tree?  There is a way to register repl support for various languages, but no code in tree is actually doing this.  It's possible I'm just not finding the code though.
> 
> It appears this code was all added about 18 months ago, and if it hasn't found any use in that time frame, it would be great to remove it to reduce technical debt.
> 
> That said, if it's actually being used in tree somewhere and I'm just overlooking it, let me know.
> _______________________________________________
> 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