teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
Aidan Dodds bdc52ef38b Fix const cast error for MSVC2015 build.
The Visual Studio 2015 build was failing with the following error:
error C2440: 'initializing': cannot convert from 'const char [12]' to 'char *'

This should fix the problem by initializing a non const char array, instead of taking a pointer to const static data.

llvm-svn: 259042
2016-01-28 13:05:21 +00:00
..
CMakeLists.txt Introduce a PythonExceptionState class. 2015-11-13 01:24:52 +00:00
lldb-python.h
Makefile
PythonDataObjects.cpp Fix swig typemap for SBEvent. 2016-01-25 23:21:09 +00:00
PythonDataObjects.h Fix swig typemap for SBEvent. 2016-01-25 23:21:09 +00:00
PythonExceptionState.cpp Remove debugging code left in by accident. 2015-11-13 21:35:07 +00:00
PythonExceptionState.h Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1 2015-11-13 17:27:20 +00:00
ScriptInterpreterPython.cpp Fix const cast error for MSVC2015 build. 2016-01-28 13:05:21 +00:00
ScriptInterpreterPython.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00