Windows build fixes and removal of endlessly recursive termination function.
authorTodd Fiala <todd.fiala@gmail.com>
Fri, 4 Jul 2014 06:58:01 +0000 (06:58 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Fri, 4 Jul 2014 06:58:01 +0000 (06:58 +0000)
commit1b67c66c9cfc8388e41bca45a1a7b125ceacddb1
tree0f76c7e08e757a8f266589014e35cfe6d8ca851c
parent8422c5ae6db1c04830cddddd57999ae2560654a9
Windows build fixes and removal of endlessly recursive termination function.

This change removes the ScriptInterpreter::TerminateInterpreter() call which
ended up endlessly calling itself as things currently stand.  It also cleans
up some other Windows-related cmake changes.

See http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-of-Mon-20140630/011544.html
for more details.

Change by Zachary Turner

llvm-svn: 212320
lldb/CMakeLists.txt
lldb/include/lldb/Interpreter/ScriptInterpreter.h
lldb/source/Interpreter/ScriptInterpreter.cpp