This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from dfd6917457 x86: make RegMem an opcode modifier adds bd7918379d Automatic date update in version.in adds 1d942ae908 x86: drop stale Mem enumerator adds 8dc0818eb2 x86: replace "anymem" checks where possible adds d72a9b8565 Remove a VEC from s390-linux-nat.c adds 6b78c3f83c gdb: Remove a non-const reference parameter new 381befeedf Rename field_int to field_signed new 06210ce428 Introduce can_scroll method new 00e264e762 Check can_highlight in tui_check_and_display_highlight_if_needed new 5813316fa4 Remove some uses of TUI_WIN_SRC new 9ad7fdef7c Consolidate "if"s in tui_show_frame_info new 0807ab7b88 Remove deleted breakpoint from TUI display new 0b5ec21882 Introduce tui_data_window::last_regs_line_no method new 3b23c5f266 Introduce tui_data_window::line_from_reg_element_no method new baff0c28b8 Introduce tui_data_window::first_reg_element_no_inline new 80cb6c2709 Remove tui_display_data_from_line new df5f8cab00 Remove tui_display_data_from new 50daf2683b Introduce tui_data_window::display_all_data method new c223a7299e Don't declare unimplemented functions new b4094625d8 Introduce tui_data_window::delete_data_content_windows method new f76d8b19e8 Introduce tui_data_window::erase_data_content method new 517e9505fa Introduce two more tui_data_window methods new aca2dd1647 Introduce tui_data_window::display_reg_element_at_line method new e80cd20470 Parameterize tui_show_register_group with window new 368c1354e5 Simplify tui_show_registers new fe3eaf1cd9 Minor tui_reg_next / tui_reg_prev cleanup new 1ce3e8442e Introduce TUI window iterator new ae2b53806d Fix comment typos new b73dd8779c Make source windows be self-updating new 4dde7b34f4 Remove tui_set_win_height new c2cd899466 Introduce tui_source_window_base::location_matches_p method new a38da35d7b Move content_in_use to tui_source_window class new 9d391078d1 Add win_info parameter to tui_set_disassem_content new caf0bc4e8b Remove unused parameter from two TUI functions new d9743a13e0 Remove unused TUI defines new d1b6f1e5eb Remove UNDEFINED_ITEM define from TUI new f31ec9af48 Simplify source window clearing new f6cc34a91c Remove tui_source_window::content_in_use new fd6c75eecd Merge refresh and refresh_window methods new 01aeb396d0 Remove tui_set_focus new cf82af058d Remove TUI data window special case new 801109578c Remove some dead code from tui_set_layout new 098f9ed48e Always create an execution info window for a source window new 1bf605de8e Introduce reset_locator function in tui-layout.c new 1e0c09ba0b Remove the win_type parameter from tui_gen_win_info::reset new 4e1e56b981 Remove reset_locator new b7fbad913e Change tui_set_layout to return void new 0379b8837a Clean up tui_layout_command new f4e049775a Simplify show_source_disasm_command new 8e3cfd09e8 Simplify tui_gen_win_info::make_visible new 2cdfa11333 Change tui_get_register to return void new 890b8bde7a Simplify show_source_or_disasm_and_command new 76d2be8e92 Remove make_command_window new 4a8a5e84a7 Remove make_source_window and make_disasm_window new 0912922656 Remove make_data_window new 4a38112da0 Remove tui_make_visible and tui_make_invisible new 0fcd37117e Remove has_locator method new 88b7e7ccb9 Fix flushing bug in tui_puts_internal new 18ab23af8b Rearrange TUI data window code new 2d8b51cba3 Move tui_dispatch_ctrl_char to tui-io.c new ce38393b1a Move TUI command window code new 96bd6233af Move TUI data item window to tui-regs.h new 88f7e87336 Move tui_disasm_window to tui-disasm.h new bfad453707 Move tui_source_window to tui-source.h new daa15dde72 Change make_invisible_and_set_new_height to be a method new 5104fe361d Move source window common to code to tui-winsource.[ch] new ca5af91ed2 Fix an error in parse_scrolling_args new d8f68fcb93 Remove unnecessary "return"s
The 62 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 +- gas/ChangeLog | 8 + gas/config/tc-i386.c | 22 +- gdb/ChangeLog | 673 +++++++++++++++++++++++ gdb/Makefile.in | 1 - gdb/ada-lang.c | 4 +- gdb/ada-tasks.c | 8 +- gdb/break-catch-syscall.c | 4 +- gdb/break-catch-throw.c | 2 +- gdb/breakpoint.c | 50 +- gdb/cli-out.c | 8 +- gdb/cli-out.h | 4 +- gdb/darwin-nat-info.c | 4 +- gdb/disasm.c | 2 +- gdb/gdb_bfd.c | 2 +- gdb/gdbarch.c | 6 +- gdb/gdbarch.h | 4 +- gdb/gdbarch.sh | 2 +- gdb/i386-tdep.c | 25 +- gdb/inferior.c | 6 +- gdb/mi/mi-cmd-file.c | 6 +- gdb/mi/mi-cmd-stack.c | 6 +- gdb/mi/mi-cmd-var.c | 26 +- gdb/mi/mi-interp.c | 8 +- gdb/mi/mi-main.c | 36 +- gdb/mi/mi-out.c | 12 +- gdb/mi/mi-out.h | 4 +- gdb/mi/mi-symbol-cmds.c | 2 +- gdb/progspace.c | 2 +- gdb/python/py-framefilter.c | 7 +- gdb/record-btrace.c | 6 +- gdb/s390-linux-nat.c | 80 ++- gdb/skip.c | 2 +- gdb/source.c | 2 +- gdb/spu-tdep.c | 16 +- gdb/stack.c | 10 +- gdb/stap-probe.c | 15 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 22 +- gdb/thread.c | 10 +- gdb/tracepoint.c | 28 +- gdb/tui/tui-command.c | 77 +-- gdb/tui/tui-command.h | 50 +- gdb/tui/tui-data.c | 80 +-- gdb/tui/tui-data.h | 287 +++------- gdb/tui/tui-disasm.c | 34 +- gdb/tui/tui-disasm.h | 31 +- gdb/tui/tui-hooks.c | 21 +- gdb/tui/tui-io.c | 57 ++ gdb/tui/tui-layout.c | 645 +++++++--------------- gdb/tui/tui-layout.h | 2 +- gdb/tui/tui-out.c | 6 +- gdb/tui/tui-out.h | 4 +- gdb/tui/tui-regs.c | 430 ++++++++++----- gdb/tui/tui-regs.h | 109 +++- gdb/tui/tui-source.c | 142 ++--- gdb/tui/tui-source.h | 42 +- gdb/tui/tui-stack.c | 76 ++- gdb/tui/tui-win.c | 299 +++------- gdb/tui/tui-windata.c | 194 ------- gdb/tui/tui-windata.h | 34 -- gdb/tui/tui-wingeneral.c | 110 +--- gdb/tui/tui-wingeneral.h | 4 +- gdb/tui/tui-winsource.c | 326 +++++++---- gdb/tui/tui-winsource.h | 105 +++- gdb/tui/tui.c | 7 +- gdb/tui/tui.h | 3 - gdb/ui-out.c | 10 +- gdb/ui-out.h | 12 +- opcodes/ChangeLog | 8 + opcodes/i386-gen.c | 16 +- opcodes/i386-opc.h | 4 +- 72 files changed, 2294 insertions(+), 2073 deletions(-) delete mode 100644 gdb/tui/tui-windata.c delete mode 100644 gdb/tui/tui-windata.h