This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 8e032233a01 Use gdb::checked_static_cast for catchpoints new d559227272d Pass a type allocator to init_fixed_point_type new d948c67c5d6 Regularize some DWARF type initialization new 26733fc7477 Add is_array_like and to_array to language_defn new 76fc0f62138 Give a language to a type new a56e5dce69b Handle pointers and references correctly in DAP
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ada-lang.c | 13 ++++ gdb/coffread.c | 4 +- gdb/ctfread.c | 17 +++-- gdb/dwarf2/read.c | 89 +++++++++++----------- gdb/gdbtypes.c | 31 ++++---- gdb/gdbtypes.h | 37 +++++---- gdb/language.h | 11 +++ gdb/mdebugread.c | 9 ++- gdb/python/lib/gdb/printing.py | 16 ++++ gdb/python/py-type.c | 13 +--- gdb/rust-lang.h | 10 +++ gdb/stabsread.c | 20 ++--- .../bg-exec-sigint-bp-cond.c => gdb.dap/ptrref.cc} | 21 +++-- .../gdb.dap/{rust-slices.exp => ptrref.exp} | 78 ++++++++----------- gdb/valarith.c | 6 +- 15 files changed, 207 insertions(+), 168 deletions(-) copy gdb/testsuite/{gdb.base/bg-exec-sigint-bp-cond.c => gdb.dap/ptrref.cc} (84%) copy gdb/testsuite/gdb.dap/{rust-slices.exp => ptrref.exp} (60%)