diff options
author | Zachary Turner <zturner@google.com> | 2016-01-11 22:16:17 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-01-11 22:16:17 +0000 |
commit | 7a76845c489f00492c9314180c48782f8ca179cc (patch) | |
tree | 7195eb7ab9779c99e784f27adaf9a889179b1727 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
parent | 5a72c02be9a7a5ac5671f079997ec58a71b661ba (diff) | |
download | bcm5719-llvm-7a76845c489f00492c9314180c48782f8ca179cc.tar.gz bcm5719-llvm-7a76845c489f00492c9314180c48782f8ca179cc.zip |
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
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions