cling/lib/UserInterface
Vassil Vassilev 7179804c46 Move the handling of unhandled exceptions in the loop.
Indeed if the UserInterface.cpp is compiled without -fno-exceptions I get:
****************** CLING ******************
* Type C++ code and press enter to run it *
*             Type .q to exit             *
*******************************************
[cling]$ throw 12;
Exception occurred. Recovering...
[cling]$ .q

So the issue is still in the build system, because I built UserInterface.cpp 'by hand'.
2013-08-27 23:46:41 +02:00
..
textinput textinput is really textinput/src/textinput; move. 2013-05-16 14:26:43 +08:00
CMakeLists.txt textinput is now part of cling; also for CMake 2013-05-17 06:48:40 +02:00
Makefile Remove debug output 2013-08-26 18:17:55 +02:00
UserInterface.cpp Move the handling of unhandled exceptions in the loop. 2013-08-27 23:46:41 +02:00