[issue22765] Fixes for test_gdb (first frame address, entry values)

STINNER Victor report at bugs.python.org
Thu Feb 5 12:25:58 CET 2015


STINNER Victor added the comment:

A workaround is to check (once) that the command "set print entry-values no" and "set print address off" are supported.

Gdb provides its version in the Python API as a string: gdb.VERSION (ex: 'Fedora 7.8.2-38.fc21').

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22765>
_______________________________________


More information about the Python-bugs-list mailing list