summaryrefslogtreecommitdiff
path: root/gdb/tui
Commit message (Expand)AuthorAgeFilesLines
* Update more calls to add_prefix_cmdTom Tromey2020-05-031-18/+8
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-182-2/+2
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-172-22/+5
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-134-4/+4
* Introduce async-event.[ch]Tom Tromey2020-04-131-0/+1
* [gdb/testsuite] Fix layout next/prev/regs help messageTom de Vries2020-02-241-3/+3
* Fix cast in TUI_DISASM_WINTom Tromey2020-02-221-1/+2
* Add "usage" text to all TUI command helpTom Tromey2020-02-224-5/+11
* Use error_no_arg in TUITom Tromey2020-02-221-90/+70
* Make some tui_source_window_base members "protected"Tom Tromey2020-02-227-100/+118
* Allow TUI windows in PythonTom Tromey2020-02-222-3/+35
* Remove the TUI annotation hackTom Tromey2020-02-221-25/+11
* Remove tui_set_win_with_focusTom Tromey2020-02-223-19/+9
* Change how TUI windows are instantiatedTom Tromey2020-02-221-32/+67
* TUI windows do not need to store their typeTom Tromey2020-02-2210-43/+12
* Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey2020-02-226-52/+35
* Handle ambiguity in tui_partial_win_by_nameTom Tromey2020-02-221-2/+11
* Reimplement tui_next_win and tui_prev_winTom Tromey2020-02-221-42/+13
* Change TUI window iterationTom Tromey2020-02-223-76/+30
* Add horizontal splitting to TUI layoutTom Tromey2020-02-224-58/+125
* Change return type of tui_layout_base::adjust_sizeTom Tromey2020-02-222-12/+25
* Allow TUI sub-layouts in "new-layout" commandTom Tromey2020-02-222-24/+71
* Add the "tui new-layout" commandTom Tromey2020-02-222-3/+109
* Remove hard-coded TUI layoutsTom Tromey2020-02-225-292/+234
* Reimplement "tui reg" commandTom Tromey2020-02-223-16/+12
* Reimplement TUI "C-x 1" bindingTom Tromey2020-02-223-21/+61
* Simplify TUI C-x 2 bindingTom Tromey2020-02-223-36/+12
* Fix latent display bug in tui_data_windowTom Tromey2020-02-221-1/+1
* Simplify tui_add_win_to_layoutTom Tromey2020-02-222-15/+9
* Use TUI_DISASM_WIN instead of tui_win_list arrayTom Tromey2020-02-221-2/+2
* Remove some ui_file_* functionsTom Tromey2020-02-112-2/+2
* gdb: Catch exceptions if the source file is not foundShahab Vahedi2020-02-061-1/+1
* gdb/tui: Disassembler scrolling of very small programsAndrew Burgess2020-01-311-1/+1
* gdb/tui: Update help text for scroll commandsAndrew Burgess2020-01-311-4/+12
* gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess2020-01-241-60/+183
* gdb/tui: Prevent exceptions from trying to cross readlinePedro Alves2020-01-241-3/+28
* Remove flickering from the TUITom Tromey2020-01-198-5/+93
* Make "file" clear TUI source windowTom Tromey2020-01-191-5/+6
* 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