This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/gdb.
from 5cf8c5926e Automatic date update in version.in adds b8e92c571b Automatic date update in version.in new 7eb21cc702 Change call_site_target to use custom type and enum new 797662d7ef Make call_site_target members private new 394d8c59ea Constify chain_candidate new 206bedc2aa Change call_site_find_chain_1 to work recursively new a0e0ca7044 Change call_site_target to iterate over addresses new 48ac197b0c Handle multiple addresses in call_site_target new 22f8b65e9b Simplify the CLI set_logging logic new 8b1931b394 Use unique_ptr in CLI logging code new 3c6c449e30 Add new timestamped_file class new 52a4a5885a Switch gdb_stdlog to use timestamped_file new f77c52719d Add Rust parser check for end of expression
The 11 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: bfd/version.h | 2 +- gdb/cli/cli-interp.c | 63 +++---- gdb/dwarf2/loc.c | 270 +++++++++++++++------------ gdb/dwarf2/read.c | 35 ++++ gdb/event-top.c | 2 +- gdb/gdbtypes.h | 95 +++++++--- gdb/rust-parse.c | 6 +- gdb/testsuite/gdb.arch/amd64-entry-value.exp | 2 +- gdb/testsuite/gdb.rust/expr.exp | 2 + gdb/tui/tui-io.c | 8 +- gdb/ui-file.c | 29 +++ gdb/ui-file.h | 24 +++ gdb/utils.c | 32 +--- gdb/utils.h | 3 + 14 files changed, 351 insertions(+), 222 deletions(-)