python-gdb.py: get C types at runtime
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Apr 2016 16:07:21 +0000 (18:07 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Apr 2016 16:07:21 +0000 (18:07 +0200)
commit4e75ca87e3995230cc5a206bdbf45b6604030117
treead0861eb1cbeb4a08db610d7857cafe88d17f224
parent8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818
python-gdb.py: get C types at runtime

Issue #26799: Fix python-gdb.py: don't get once C types when the Python code
is loaded, but get C types on demande. The C types can change if
python-gdb.py is loaded before the Python executable.

Patch written by Thomas Ilsche.
Misc/ACKS
Misc/NEWS
Tools/gdb/libpython.py