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 beddd67132 Test case for 'info variables|functions' with minimal symbols. new 9e6a1ab665 Add class scoped_switch_to_sym_language_if_auto. new 43d397ca8f Use scoped_switch_to_sym_language_if_auto in symtab.c to swi [...] new fb5e1ed910 Add a test to verify info [functions|variables|types]|rbreak [...] new 20813a0b7b Document language choice in 'info [functions|variables|types [...] new 604c4ca9f3 NEWS: Document the language choice by 'info [types|functions [...]
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/ChangeLog | 16 +++ gdb/NEWS | 9 ++ gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 28 ++++ gdb/language.h | 35 +++++ gdb/symtab.c | 12 +- gdb/testsuite/ChangeLog | 12 ++ gdb/testsuite/gdb.ada/info_auto_lang.exp | 154 +++++++++++++++++++++ .../pck.adb => info_auto_lang/global_pack.ads} | 15 +- .../proc_in_ada.adb} | 16 +-- .../info_auto_lang/some_c.c} | 16 +-- gdb/testsuite/gdb.dwarf2/dw2-case-insensitive.exp | 4 +- 12 files changed, 292 insertions(+), 32 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/info_auto_lang.exp copy gdb/testsuite/gdb.ada/{info_addr_mixed_case/pck.adb => info_auto_lang/global_ [...] copy gdb/testsuite/gdb.ada/{bp_c_mixed_case/foo_h731_021.adb => info_auto_lang/pro [...] copy gdb/testsuite/{gdb.cp/typedef-base.cc => gdb.ada/info_auto_lang/some_c.c} (79%)