Revert commits that cause broken builds on GCC buildbots
authorDaniel Malea <daniel.malea@intel.com>
Wed, 3 Jul 2013 17:58:31 +0000 (17:58 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Wed, 3 Jul 2013 17:58:31 +0000 (17:58 +0000)
commit9a71a7d81bc6d0a70a702b9b242e72f9fa9ddaef
tree15ba21d33a021eace460219fdfc9f6640d69592b
parent4331ac7bd34e2776971392592a319051f1fa3857
Revert commits that cause broken builds on GCC buildbots
- build fails due to PyCallable template definition inside an extern "C" scope

This commit reverts 185240, 184893 and 184608.

llvm-svn: 185560
14 files changed:
lldb/include/lldb/API/SBCommandReturnObject.h
lldb/include/lldb/API/SBError.h
lldb/include/lldb/Interpreter/CommandReturnObject.h
lldb/include/lldb/Interpreter/ScriptInterpreter.h
lldb/lldb.xcodeproj/project.pbxproj
lldb/scripts/Python/interface/SBCommandReturnObject.i
lldb/scripts/Python/python-swigsafecast.swig
lldb/scripts/Python/python-wrapper.swig
lldb/source/API/SBCommandReturnObject.cpp
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Interpreter/CommandReturnObject.cpp
lldb/source/Interpreter/ScriptInterpreterPython.cpp
lldb/test/functionalities/command_script/welcome.py
lldb/test/help/TestHelp.py