Files
qt-creator/share/qtcreator/debugger/python2
hjk 311c95cfcc Debugger: Create a copy of the current dumper code
The current code supports Python 2 and Python 3 based debugger backends
(gdb, lldb) at the same time, but we'd like to drop Python 2 support
so we can take advantage of some of Python 3's goodies.

This copy here is not meant to be used in general but could perhaps be
used to replace the main code in situations that cannot use Python 3 yet.

Change-Id: I62273bc41b5a1e3a24720e167e64e4eac2e0c056
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2023-12-06 13:09:26 +00:00
..

This is a copy of a previous version of share/qtcreator/debugger/*.py
which supported Python 2 and Python 3 based debugger backends (gdb,
lldb) at the same time.

The code there is now Python-3-only. This copy here is not meant to be
used in general but could perhaps be used to replace the main code
in situations that cannot use Python 3 yet.