Age | Commit message (Expand) | Author | Files | Lines |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 7 | -98/+98 |
2020-10-19 | Don't erase TUI source window when switching focus | Tom Tromey | 2 | -7/+6 |
2020-10-02 | gdb: give names to async event/signal handlers | Simon Marchi | 1 | -1/+2 |
2020-10-02 | gdb: give names to event loop file handlers | Simon Marchi | 1 | -1/+1 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -2/+2 |
2020-09-28 | Remove target_has_stack macro | Tom Tromey | 1 | -1/+1 |
2020-09-28 | Remove target_has_memory macro | Tom Tromey | 1 | -1/+1 |
2020-09-27 | Rewrite tui_puts | Tom Tromey | 1 | -12/+63 |
2020-09-27 | Use ISCNTRL in tui_copy_source_line | Tom Tromey | 1 | -3/+4 |
2020-09-27 | Use a curses pad for source and disassembly windows | Tom Tromey | 6 | -68/+109 |
2020-09-27 | Remove a call to show_source_line from TUI | Tom Tromey | 1 | -1/+0 |
2020-09-24 | Don't let TUI focus on locator | Tom Tromey | 3 | -8/+37 |
2020-07-23 | [gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.c | Tom de Vries | 1 | -0/+5 |
2020-07-06 | [gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_name | Tom de Vries | 1 | -13/+10 |
2020-07-01 | Make tui_win_info::name pure virtual | Tom Tromey | 2 | -4/+6 |
2020-07-01 | Remove tui_gen_win_info | Tom Tromey | 5 | -93/+55 |
2020-07-01 | Derive tui_locator_window from tui_win_info | Tom Tromey | 1 | -1/+16 |
2020-07-01 | Remove body of tui_locator_window constructor | Tom Tromey | 1 | -5/+1 |
2020-07-01 | Don't derive tui_data_item_window from tui_gen_win_info | Tom Tromey | 3 | -78/+30 |
2020-07-01 | Rename tui_data_item_window::item_no | Tom Tromey | 2 | -4/+4 |
2020-07-01 | Remove useless "if' from tui-regs.c | Tom Tromey | 1 | -7/+4 |
2020-07-01 | Remove tui_data_window::name | Tom Tromey | 2 | -2/+0 |
2020-07-01 | Move some code out of tui-data.h | Tom Tromey | 4 | -26/+22 |
2020-07-01 | Remove tui_expand_tabs | Tom Tromey | 4 | -73/+48 |
2020-07-01 | Use complete_on_enum in tui_reggroup_completer | Tom Tromey | 1 | -9/+2 |
2020-06-17 | Remove unnecessary TUI declarations | Tom Tromey | 2 | -7/+0 |
2020-06-16 | Use macros for TUI window names | Tom Tromey | 2 | -32/+33 |
2020-06-16 | Fix crash when exiting TUI with gdb -tui | Tom Tromey | 4 | -5/+18 |
2020-06-16 | Fix C-x 1 from gdb prompt | Tom Tromey | 1 | -5/+6 |
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 |