aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Prevent flickering when redrawing the TUI source windowHannes Domani1-1/+3
2021-01-05Redraw both spaces between line numbers and source codeHannes Domani1-1/+3
2021-01-05Fix TUI source window drawingHannes Domani1-2/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker31-31/+31
2020-11-29Don't delete the locator win infoHannes Domani1-1/+3
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi7-98/+98
2020-10-19Don't erase TUI source window when switching focusTom Tromey2-7/+6
2020-10-02gdb: give names to async event/signal handlersSimon Marchi1-1/+2
2020-10-02gdb: give names to event loop file handlersSimon Marchi1-1/+1
2020-09-28Remove target_has_registers macroTom Tromey1-2/+2
2020-09-28Remove target_has_stack macroTom Tromey1-1/+1
2020-09-28Remove target_has_memory macroTom Tromey1-1/+1
2020-09-27Rewrite tui_putsTom Tromey1-12/+63
2020-09-27Use ISCNTRL in tui_copy_source_lineTom Tromey1-3/+4
2020-09-27Use a curses pad for source and disassembly windowsTom Tromey6-68/+109
2020-09-27Remove a call to show_source_line from TUITom Tromey1-1/+0
2020-09-24Don't let TUI focus on locatorTom Tromey3-8/+37
2020-07-23[gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.cTom de Vries1-0/+5
2020-07-06[gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_nameTom de Vries1-13/+10
2020-07-01Make tui_win_info::name pure virtualTom Tromey2-4/+6
2020-07-01Remove tui_gen_win_infoTom Tromey5-93/+55
2020-07-01Derive tui_locator_window from tui_win_infoTom Tromey1-1/+16
2020-07-01Remove body of tui_locator_window constructorTom Tromey1-5/+1
2020-07-01Don't derive tui_data_item_window from tui_gen_win_infoTom Tromey3-78/+30
2020-07-01Rename tui_data_item_window::item_noTom Tromey2-4/+4
2020-07-01Remove useless "if' from tui-regs.cTom Tromey1-7/+4
2020-07-01Remove tui_data_window::nameTom Tromey2-2/+0
2020-07-01Move some code out of tui-data.hTom Tromey4-26/+22
2020-07-01Remove tui_expand_tabsTom Tromey4-73/+48
2020-07-01Use complete_on_enum in tui_reggroup_completerTom Tromey1-9/+2
2020-06-17Remove unnecessary TUI declarationsTom Tromey2-7/+0
2020-06-16Use macros for TUI window namesTom Tromey2-32/+33
2020-06-16Fix crash when exiting TUI with gdb -tuiTom Tromey4-5/+18
2020-06-16Fix C-x 1 from gdb promptTom Tromey1-5/+6
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-18/+8
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey2-2/+2
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey2-22/+5
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey4-4/+4
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-02-24[gdb/testsuite] Fix layout next/prev/regs help messageTom de Vries1-3/+3
2020-02-22Fix cast in TUI_DISASM_WINTom Tromey1-1/+2
2020-02-22Add "usage" text to all TUI command helpTom Tromey4-5/+11
2020-02-22Use error_no_arg in TUITom Tromey1-90/+70
2020-02-22Make some tui_source_window_base members "protected"Tom Tromey7-100/+118
2020-02-22Allow TUI windows in PythonTom Tromey2-3/+35
2020-02-22Remove the TUI annotation hackTom Tromey1-25/+11
2020-02-22Remove tui_set_win_with_focusTom Tromey3-19/+9
2020-02-22Change how TUI windows are instantiatedTom Tromey1-32/+67
2020-02-22TUI windows do not need to store their typeTom Tromey10-43/+12
2020-02-22Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey6-52/+35