aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-2/+1
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-1/+1
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-3/+2
2021-06-17Make the TUI command window support the mousePedro Alves3-52/+171
2021-06-04Initial TUI mouse supportHannes Domani3-0/+48
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi1-2/+3
2021-05-27gdb: add breakpoint::locations methodSimon Marchi1-3/+1
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-9/+11
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione2-6/+4
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi4-14/+16
2021-04-06[gdb/tui] Fix len_without_escapes in tui-disasm.cTom de Vries1-2/+5
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi1-2/+2
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess3-8/+17
2021-02-08gdb/tui: don't add windows to global list from tui_layout:window::applyAndrew Burgess2-15/+27
2021-02-08gdb/tui: restore delete of window objectsAndrew Burgess1-0/+1
2021-02-08gdb/tui: fix issue with handling the return characterAndrew Burgess3-35/+66
2021-02-07Don't draw register sub windows outside the visible areaHannes Domani1-2/+12
2021-02-07Don't fill regs window with a negative number of spacesHannes Domani1-1/+2
2021-02-07Refresh regs window in display_registers_fromHannes Domani1-0/+2
2021-01-28gdb/tui: remove special handling of locator/status windowAndrew Burgess11-138/+217
2021-01-15gdb/tui: compare pointer to nullptr, not 0Andrew Burgess1-2/+2
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