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 364d710448 Make isearch change readline prompt in TUI new c1b167d76e Change tui_update_locator_fullname to take a symtab new 5ebd54023c Remove parameters from tui_show_source new 8acfefcc8f Remove tui_show_disassem_and_update_source new 039298ec45 Remove some TUI asserts new 1ae58f0c64 Simplify tui_source_window_base::maybe_update method new d4669c0fc7 Remove some unnecessary focus switches new 855f89b3da Remove tui_show_disassem new 469b073133 Remove tui_source_window::show_symtab_source new 61c33f105c Change tui_source_window_base::set_contents to return bool new 57e4b379e9 Use start_line_or_addr in TUI windows new 9f7540a5de Use symtab_and_line when updating TUI windows new 88180c0824 Simplify tui_update_source_windows_with_addr new 5d49bf1b69 Simplify tui_update_source_windows_with_line new 52469d7673 Reimplement tui_get_begin_asm_address new 77b97e0062 Display "main" on initial TUI startup new ae4393e22c Remove a call to update_exec_info new 0ab92974ab Change set_locator_info to take a symtab_and_line new 54217b84bd Don't call set_current_source_symtab_and_line from TUI new 2dfd3df48d Use bool in tui_before_prompt new a75cd9a2c1 Add observable to watch current source symtab new fc9d2d724f Fix "list" command in the TUI new eb390f499b Change tui_show_frame_info to return bool new b4b49dcbff Don't call tui_show_source from tui_ui_out
The 23 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 | 198 +++++++++++++++++++++ gdb/observable.c | 1 + gdb/observable.h | 6 + gdb/source.c | 103 +++++++---- gdb/testsuite/ChangeLog | 8 + .../gdb.tui/{resize.exp => list-before.exp} | 12 +- gdb/testsuite/gdb.tui/list.exp | 2 +- gdb/tui/tui-disasm.c | 126 ++++--------- gdb/tui/tui-disasm.h | 12 +- gdb/tui/tui-hooks.c | 102 ++++++----- gdb/tui/tui-out.c | 5 +- gdb/tui/tui-source.c | 178 +++++++++--------- gdb/tui/tui-source.h | 13 +- gdb/tui/tui-stack.c | 83 ++++----- gdb/tui/tui-stack.h | 9 +- gdb/tui/tui-winsource.c | 146 +++++---------- gdb/tui/tui-winsource.h | 18 +- gdb/tui/tui.c | 14 +- gdb/tui/tui.h | 2 - 19 files changed, 556 insertions(+), 482 deletions(-) copy gdb/testsuite/gdb.tui/{resize.exp => list-before.exp} (81%)