Files
qt-creator/share/qtcreator/debugger-with-python2
Orgad Shaneh 0ad4bafa04 Debugger: Fix support for big-endian targets
Amends 67072d3f5b.

Change-Id: I7c3c08d970e837f77f7194aa80ad403da1ddd4e9
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: hjk <hjk@qt.io>
2025-01-13 09:32:56 +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.