Age | Commit message (Expand) | Author | Files | Lines |
2020-05-03 | Update more calls to add_prefix_cmd | Tom Tromey | 1 | -18/+8 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 2 | -2/+2 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 2 | -22/+5 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 4 | -4/+4 |
2020-04-13 | Introduce async-event.[ch] | Tom Tromey | 1 | -0/+1 |
2020-02-24 | [gdb/testsuite] Fix layout next/prev/regs help message | Tom de Vries | 1 | -3/+3 |
2020-02-22 | Fix cast in TUI_DISASM_WIN | Tom Tromey | 1 | -1/+2 |
2020-02-22 | Add "usage" text to all TUI command help | Tom Tromey | 4 | -5/+11 |
2020-02-22 | Use error_no_arg in TUI | Tom Tromey | 1 | -90/+70 |
2020-02-22 | Make some tui_source_window_base members "protected" | Tom Tromey | 7 | -100/+118 |
2020-02-22 | Allow TUI windows in Python | Tom Tromey | 2 | -3/+35 |
2020-02-22 | Remove the TUI annotation hack | Tom Tromey | 1 | -25/+11 |
2020-02-22 | Remove tui_set_win_with_focus | Tom Tromey | 3 | -19/+9 |
2020-02-22 | Change how TUI windows are instantiated | Tom Tromey | 1 | -32/+67 |
2020-02-22 | TUI windows do not need to store their type | Tom Tromey | 10 | -43/+12 |
2020-02-22 | Remove tui_delete_invisible_windows and tui_make_all_invisible | Tom Tromey | 6 | -52/+35 |
2020-02-22 | Handle ambiguity in tui_partial_win_by_name | Tom Tromey | 1 | -2/+11 |
2020-02-22 | Reimplement tui_next_win and tui_prev_win | Tom Tromey | 1 | -42/+13 |
2020-02-22 | Change TUI window iteration | Tom Tromey | 3 | -76/+30 |
2020-02-22 | Add horizontal splitting to TUI layout | Tom Tromey | 4 | -58/+125 |
2020-02-22 | Change return type of tui_layout_base::adjust_size | Tom Tromey | 2 | -12/+25 |
2020-02-22 | Allow TUI sub-layouts in "new-layout" command | Tom Tromey | 2 | -24/+71 |
2020-02-22 | Add the "tui new-layout" command | Tom Tromey | 2 | -3/+109 |
2020-02-22 | Remove hard-coded TUI layouts | Tom Tromey | 5 | -292/+234 |
2020-02-22 | Reimplement "tui reg" command | Tom Tromey | 3 | -16/+12 |
2020-02-22 | Reimplement TUI "C-x 1" binding | Tom Tromey | 3 | -21/+61 |
2020-02-22 | Simplify TUI C-x 2 binding | Tom Tromey | 3 | -36/+12 |
2020-02-22 | Fix latent display bug in tui_data_window | Tom Tromey | 1 | -1/+1 |
2020-02-22 | Simplify tui_add_win_to_layout | Tom Tromey | 2 | -15/+9 |
2020-02-22 | Use TUI_DISASM_WIN instead of tui_win_list array | Tom Tromey | 1 | -2/+2 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 2 | -2/+2 |
2020-02-06 | gdb: Catch exceptions if the source file is not found | Shahab Vahedi | 1 | -1/+1 |
2020-01-31 | gdb/tui: Disassembler scrolling of very small programs | Andrew Burgess | 1 | -1/+1 |
2020-01-31 | gdb/tui: Update help text for scroll commands | Andrew Burgess | 1 | -4/+12 |
2020-01-24 | gdb/tui: asm window handles invalid memory and scrolls better | Andrew Burgess | 1 | -60/+183 |
2020-01-24 | gdb/tui: Prevent exceptions from trying to cross readline | Pedro Alves | 1 | -3/+28 |
2020-01-19 | Remove flickering from the TUI | Tom Tromey | 8 | -5/+93 |
2020-01-19 | Make "file" clear TUI source window | Tom Tromey | 1 | -5/+6 |
2020-01-13 | gdb/tui: Place window titles in the center of the border | Andrew Burgess | 1 | -2/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 7 | -7/+14 |
2020-01-11 | Make TUI borders respect "set style enabled" | Tom Tromey | 2 | -4/+9 |
2020-01-09 | gdb/tui: Link source and assembler scrolling .... again | Andrew Burgess | 1 | -1/+3 |
2020-01-09 | gdb: Fix scrolling in TUI | Tom Tromey | 1 | -10/+13 |
2020-01-09 | gdb/tui: Fix 'layout asm' before the inferior has started | Andrew Burgess | 1 | -4/+6 |
2020-01-06 | GDB: Fix the overflow in addr/line_is_displayed() | Shahab Vahedi | 2 | -18/+15 |
2020-01-06 | GDB: Remove trailing spaces in tui-disasm.c | Shahab Vahedi | 1 | -3/+3 |
2020-01-05 | gdb: use tui_set_layout not show_layout to fix window focus | Andrew Burgess | 1 | -6/+6 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 31 | -31/+31 |
2019-12-30 | Make some TUI globals "static" | Tom Tromey | 1 | -10/+10 |
2019-12-30 | Use "bool" in more spots in TUI | Tom Tromey | 6 | -23/+21 |