commit | 4881fcd7c13056b0ee03c170bf54bb7f7a176051 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Oct 12 08:40:34 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Oct 31 12:47:36 2022 -0600 |
tree | 6e47e6650293f97e7b6da0963b6bb17a3781105c | |
parent | bc45f5366eaf4e93cfd675a07a8cc5bb5522b184 [diff] |
Add missing TYPE_CODE_* constants to Python A user noticed that TYPE_CODE_FIXED_POINT was not exported by the gdb Python layer. This patch fixes the bug, and prevents future occurences of this type of bug.