teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
Raphael Isemann d6c062bce1 No longer pass a StringRef to the Python API
Summary:
The refactoring patch for DoExecute missed this case of a variadic function that just silently
accepts a StringRef which it then tries to reinterpret as a C-string.

This should fix the Windows builds.

Reviewers: stella.stamenova

Reviewed By: stella.stamenova

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D49309

llvm-svn: 337030
2018-07-13 18:13:46 +00:00
..
CMakeLists.txt ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
lldb-python.h Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonDataObjects.cpp Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonDataObjects.h Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonExceptionState.cpp Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonExceptionState.h Partially revert r335236 2018-06-21 17:36:32 +00:00
ScriptInterpreterPython.cpp No longer pass a StringRef to the Python API 2018-07-13 18:13:46 +00:00
ScriptInterpreterPython.h Get rid of the C-string parameter in DoExecute 2018-07-12 22:28:52 +00:00