[lldb-dev] Swift Import Doesn't Work in LLDB REPL
Hi everyone, I tried reaching out to the swift LLDB dev group to no avail, so I wanted to reach out here to see if you all could help me. I'm using LLDB within Xcode (version lldb-360.1.70), and trying to import all existing files from my project into the REPL. When I typeimport ProjectName, the REPL doesn't have any issues. That said, when I reference any classes within the project that I am trying to import, I get error: use of unresolved identifier. Is there a command to link the Swift module within LLDB that I may be missing? Thanks,___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
Re: [lldb-dev] [llvm-dev] lldb-mi functionality
-llvm-dev We support most MI commands and lldb-mi can be used alongside with Eclipse. So probably it would work also with gdbgui. They are pretty compatible :) On Tue, Mar 14, 2017 at 6:08 PM, Zachary Turner via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Not too much documentation unfortunately, but I'm cc'ing lldb-dev@. > Hopefully one of the people who have worked on authoring / maintaining this > will see it and chime in. > > On Fri, Mar 10, 2017 at 7:36 PM Chad Smith via llvm-dev < > llvm-...@lists.llvm.org> wrote: > >> Is there any documentation on what machine interface (mi) commands are >> implemented in lldb-mi, and how compatible those commands are with gdb's mi? >> >> I'm asking for this project: https://github.com/cs01/gdbgui >> >> ___ >> LLVM Developers mailing list >> llvm-...@lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> > > ___ > lldb-dev mailing list > lldb-dev@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev > > -- - Ilia ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev