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 3da4c6449b1 Change how .debug_aranges padding is skipped new 79bd4d34f05 gdb: fix regression in evaluate_funcall for non C++ like cases new 13221aec0d8 gdb: replace NULL terminated array with array_view new 158cc4feb72 gdb: use gdb::optional instead of passing a pointer to gdb: [...] new d038ce48f1a gdb: fix invalid arg coercion when calling static member functions
The 4 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/ChangeLog | 56 ++++++++++++++++++ gdb/ada-lang.c | 6 +- gdb/eval.c | 14 +++-- gdb/f-lang.c | 2 +- gdb/guile/scm-value.c | 2 +- gdb/infcall.c | 4 +- gdb/m2-lang.c | 4 +- gdb/opencl-lang.c | 2 +- gdb/python/py-value.c | 2 +- gdb/rust-lang.c | 18 +++--- gdb/testsuite/ChangeLog | 23 ++++++++ .../method-call-in-c.cc} | 68 ++++++++++------------ gdb/testsuite/gdb.cp/method-call-in-c.exp | 50 ++++++++++++++++ gdb/valarith.c | 2 +- gdb/valops.c | 57 +++++++++--------- gdb/value.h | 2 +- 16 files changed, 223 insertions(+), 89 deletions(-) copy gdb/testsuite/{gdb.base/premature-dummy-frame-removal.c => gdb.cp/method-call [...] create mode 100644 gdb/testsuite/gdb.cp/method-call-in-c.exp