Re: [Lldb-commits] [lldb] r250753 - Added the concept of a Read-Eval-Print-Loop to LLDB.

2015-10-19 Thread Jim Ingham via lldb-commits
> On Oct 19, 2015, at 4:18 PM, Zachary Turner via lldb-commits > wrote: > > I think this is going to break the CMake build. Can you update the relevant > CMakeLists.txt file? > > Also, are there any tests for this? This doesn't actually add a REPL for any of the languages that the current L

[Lldb-commits] [lldb] r250753 - Added the concept of a Read-Eval-Print-Loop to LLDB.

2015-10-19 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Mon Oct 19 18:11:07 2015 New Revision: 250753 URL: http://llvm.org/viewvc/llvm-project?rev=250753&view=rev Log: Added the concept of a Read-Eval-Print-Loop to LLDB. A REPL takes over the command line and typically treats input as source code. REPLs can also do code completion