This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled in repository toolchain/ci/binutils-gdb.
from 003aae0762 gdb: Copy inferior properties in clone-inferior adds ba0084966c Remove unusual use of core_addr_eq and core_addr_hash adds 84b334970b Fix logging redirection bug with pager adds 0fed74615b Send jit.c errors to gdb_stderr adds d68510ac19 Use correct stream for process record output adds 728ab7b643 Send arch-utils error messages to gdb_stderr adds 25c25f90bf Send debugging data to gdb_stdlog in mips-linux-nat.c adds 7fea6c34a1 Use debug_prefixed_printf_cond_nofunc in microblaze.c adds 3defe97705 Use debug_prefixed_printf_cond_nofunc in machoread adds 0bc1fe382e Use gdb_stdlog for separate debug file logging adds ed670d4118 Send minsym logging to gdb_stdlog adds ca78fadba9 Use debug_prefixed_printf_cond_nofunc in index-cache adds de4686ffaf Use gdb_stdlog for MI debugging adds 7514a66128 Consistently Use ui_file parameter to show callbacks adds 3de0d96078 Use filtered output in show callbacks adds b4edb38e82 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/aarch64-linux-tdep.c | 7 ++-- gdb/aarch64-tdep.c | 9 +++-- gdb/amd64-linux-tdep.c | 7 ++-- gdb/arch-utils.c | 27 ++++++++------ gdb/arm-linux-tdep.c | 7 ++-- gdb/arm-tdep.c | 42 +++++++++++---------- gdb/build-id.c | 18 +++++---- gdb/cli/cli-logging.c | 4 +- gdb/debuginfod-support.c | 7 ++-- gdb/dwarf2/index-cache.c | 43 ++++++++++----------- gdb/exec.c | 2 +- gdb/gdbtypes.h | 4 +- gdb/i386-linux-tdep.c | 7 ++-- gdb/i386-tdep.c | 66 +++++++++++++++++++-------------- gdb/infcmd.c | 6 +-- gdb/jit.c | 23 +++++++----- gdb/language.c | 14 +++---- gdb/linux-record.c | 31 +++++++++------- gdb/machoread.c | 37 +++++++----------- gdb/mi/mi-cmds.h | 3 -- gdb/mi/mi-main.c | 8 ++-- gdb/microblaze-tdep.c | 15 ++------ gdb/minsyms.c | 7 ++-- gdb/mips-linux-nat.c | 33 +++++++++-------- gdb/mips-tdep.c | 9 +++-- gdb/moxie-tdep.c | 7 ++-- gdb/ppc-linux-tdep.c | 5 ++- gdb/record-btrace.c | 2 +- gdb/remote.c | 20 +++++----- gdb/rs6000-tdep.c | 2 +- gdb/s390-linux-tdep.c | 7 ++-- gdb/s390-tdep.c | 2 +- gdb/source.c | 12 +++--- gdb/symfile.c | 23 +++++++----- gdb/target-descriptions.c | 10 +++-- gdb/testsuite/gdb.base/page-logging.exp | 51 +++++++++++++++++++++++++ gdb/tui/tui-win.c | 4 +- gdb/ui-file.h | 20 ++++++++++ gdb/utils.c | 23 +----------- gdb/utils.h | 4 -- 41 files changed, 348 insertions(+), 282 deletions(-) create mode 100644 gdb/testsuite/gdb.base/page-logging.exp