summaryrefslogtreecommitdiff
path: root/gdb/tui
Commit message (Expand)AuthorAgeFilesLines
* gdb/tui: Place window titles in the center of the borderAndrew Burgess2020-01-131-2/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-137-7/+14
* Make TUI borders respect "set style enabled"Tom Tromey2020-01-112-4/+9
* gdb/tui: Link source and assembler scrolling .... againAndrew Burgess2020-01-091-1/+3
* gdb: Fix scrolling in TUITom Tromey2020-01-091-10/+13
* gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess2020-01-091-4/+6
* GDB: Fix the overflow in addr/line_is_displayed()Shahab Vahedi2020-01-062-18/+15
* GDB: Remove trailing spaces in tui-disasm.cShahab Vahedi2020-01-061-3/+3
* gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess2020-01-051-6/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0131-31/+31
* Make some TUI globals "static"Tom Tromey2019-12-301-10/+10
* Use "bool" in more spots in TUITom Tromey2019-12-306-23/+21
* Remove dead code from TUITom Tromey2019-12-272-58/+0
* Change tui_active to boolTom Tromey2019-12-272-7/+7
* Remove tui_gen_win_info::viewport_heightTom Tromey2019-12-275-17/+2
* Don't call tui_show_source from tui_ui_outTom Tromey2019-12-203-18/+1
* Change tui_show_frame_info to return boolTom Tromey2019-12-203-11/+9
* Fix "list" command in the TUITom Tromey2019-12-201-44/+58
* Use bool in tui_before_promptTom Tromey2019-12-201-3/+3
* Don't call set_current_source_symtab_and_line from TUITom Tromey2019-12-201-7/+0
* Change set_locator_info to take a symtab_and_lineTom Tromey2019-12-202-38/+24
* Remove a call to update_exec_infoTom Tromey2019-12-201-4/+1
* Display "main" on initial TUI startupTom Tromey2019-12-201-0/+2
* Reimplement tui_get_begin_asm_addressTom Tromey2019-12-201-14/+17
* Simplify tui_update_source_windows_with_lineTom Tromey2019-12-203-31/+10
* Simplify tui_update_source_windows_with_addrTom Tromey2019-12-201-13/+4
* Use symtab_and_line when updating TUI windowsTom Tromey2019-12-206-81/+64
* Use start_line_or_addr in TUI windowsTom Tromey2019-12-203-4/+4
* Change tui_source_window_base::set_contents to return boolTom Tromey2019-12-206-89/+80
* Remove tui_source_window::show_symtab_sourceTom Tromey2019-12-203-17/+2
* Remove tui_show_disassemTom Tromey2019-12-203-19/+9
* Remove some unnecessary focus switchesTom Tromey2019-12-202-12/+0
* Simplify tui_source_window_base::maybe_update methodTom Tromey2019-12-206-25/+21
* Remove some TUI assertsTom Tromey2019-12-201-6/+0
* Remove tui_show_disassem_and_update_sourceTom Tromey2019-12-203-37/+4
* Remove parameters from tui_show_sourceTom Tromey2019-12-203-4/+4
* Change tui_update_locator_fullname to take a symtabTom Tromey2019-12-205-13/+11
* Make isearch change readline prompt in TUITom Tromey2019-12-201-10/+1
* Cast the log10 argument to double to disambiguate itChristian Biesinger2019-12-191-1/+3
* Add virtual destructor to tui_layout_baseSimon Marchi2019-12-171-0/+2
* Change "winheight" resizing to use new layout codeTom Tromey2019-12-113-279/+14
* Re-apply the current layout when resizingTom Tromey2019-12-111-104/+2
* First use of tui_layoutTom Tromey2019-12-112-167/+52
* Introduce new layout codeTom Tromey2019-12-112-0/+506
* Remove struct tui_pointTom Tromey2019-12-115-30/+25
* Introduce the tui_gen_win_info::min_height methodTom Tromey2019-12-113-0/+18
* Move can_box to tui_gen_win_infoTom Tromey2019-12-111-1/+7
* Move max_height method to tui_gen_win_infoTom Tromey2019-12-113-2/+14
* Treat inactive TUI specially in "info win"Tom Tromey2019-12-011-0/+6
* Fix latent bug in tui_copy_source_lineTom Tromey2019-12-011-0/+2