NyuziToolchain
NyuziToolchain copied to clipboard
LLDB: Use python3
Currently, most scripts in NyuziProcessor project use python3, but lldb still uses python2. Switching LLDB to use python3 would allow using only one version. It looks like it can support python3, but some cmake variables may need to be tweaked.
Once this is done, remove python2 dependencies from setup instructions in NyuziProcessor.
http://lists.llvm.org/pipermail/lldb-dev/2016-September/011238.html