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 de543742056 Use macros for TUI window names new eff93b4d48e gdb: Convert language la_class_name_from_physname field to [...] new 9a49ad8c522 gdb: Convert language la_compute_program field to a method new c9debfb97e0 gdb: Convert language la_get_symbol_name_matcher field to a method new 53fc67f8b26 gdb: Convert language la_word_break_characters field to a method new 7e56227dfff gdb: Convert language la_collect_symbol_completion_matches [...] new f16a9f57b50 gdb: Convert language la_watch_location_expression field to [...] new a1d1fa3e417 gdb: Convert language la_value_print field to a method new ebe2334ee6c gdb: Convert language la_value_print_inner field to a method new a78a19b1525 gdb: Convert language la_lookup_symbol_nonlocal field to a method
The 9 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 | 365 +++++++++++++++++++++++++++++++++++ gdb/ada-lang.c | 408 +++++++++++++++++++++------------------- gdb/breakpoint.c | 2 +- gdb/c-lang.c | 97 +++++----- gdb/c-lang.h | 7 +- gdb/compile/compile-c-support.c | 4 +- gdb/compile/compile.c | 4 +- gdb/completer.c | 12 +- gdb/cp-namespace.c | 2 +- gdb/cp-support.h | 3 +- gdb/d-lang.c | 28 ++- gdb/dictionary.c | 6 +- gdb/dwarf2/read.c | 9 +- gdb/f-lang.c | 118 +++++++----- gdb/f-lang.h | 2 +- gdb/f-valprint.c | 2 +- gdb/go-lang.c | 19 +- gdb/language.c | 167 ++++++++-------- gdb/language.h | 198 +++++++++---------- gdb/linespec.c | 2 +- gdb/m2-lang.c | 19 +- gdb/minsyms.c | 6 +- gdb/objc-lang.c | 10 - gdb/opencl-lang.c | 10 - gdb/p-lang.c | 26 ++- gdb/psymtab.c | 2 +- gdb/rust-lang.c | 131 ++++++------- gdb/symtab.c | 44 ++--- gdb/symtab.h | 17 -- gdb/valprint.c | 2 +- 30 files changed, 1048 insertions(+), 674 deletions(-)