Add missing TYPE_CODE_* constants to Python
authorTom Tromey <tromey@adacore.com>
Wed, 12 Oct 2022 14:40:34 +0000 (08:40 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 31 Oct 2022 18:47:36 +0000 (12:47 -0600)
commit4881fcd7c13056b0ee03c170bf54bb7f7a176051
tree6e47e6650293f97e7b6da0963b6bb17a3781105c
parentbc45f5366eaf4e93cfd675a07a8cc5bb5522b184
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.
gdb/doc/guile.texi
gdb/doc/python.texi
gdb/gdbtypes.h
gdb/guile/scm-type.c
gdb/python/py-type.c
gdb/type-codes.def [new file with mode: 0644]