teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
Zachary Turner 7a76845c48 Fix Python 3 issues related to OS plugins.
* lldb::tid_t was being converted incorrectly, so this is updated to use
PythonInteger instead of manual Python Native API calls.
* OSPlugin_RegisterContextData was assuming that the result of
  get_register_data was a string, when in fact it is a bytes.  So this
  method is updated to use PythonBytes to do the work.

llvm-svn: 257398
2016-01-11 22:16:17 +00:00
..
CMakeLists.txt Introduce a PythonExceptionState class. 2015-11-13 01:24:52 +00:00
lldb-python.h
Makefile
PythonDataObjects.cpp Introduce a PythonBytes class into PythonDataObjects. 2016-01-11 22:16:12 +00:00
PythonDataObjects.h Introduce a PythonBytes class into PythonDataObjects. 2016-01-11 22:16:12 +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 Python 3 issues related to OS plugins. 2016-01-11 22:16:17 +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