aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-tuiSimon Marchi1-6/+0
2024-05-30gdb/tui: change some macros to functionsSimon Marchi1-6/+6
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-02[gdb/tui] Fix centering and highlighting of current lineTom de Vries1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-21Rename TUI locator window -> statusTom Tromey1-1/+1
2023-12-21Rename tui-stack -> tui-statusTom Tromey1-1/+1
2023-12-13[gdb/tui] add SingleKey bindings for reverse execution commandsMagne Hov1-0/+6
2023-12-08[gdb/tui] Fix displaying main after resizingTom de Vries1-5/+0
2023-07-21[gdb/tui] Fix superfluous newline for long promptTom de Vries1-2/+0
2023-06-09[gdb/tui] Delete line buffer when switching to singlekeyTom de Vries1-0/+7
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-02-27Forced quit cases handled by resetting sync_quit_force_runKevin Buettner1-0/+7
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-04-03gdb/tui: add a tui debugging flagAndrew Burgess1-0/+26
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-17Make the TUI command window support the mousePedro Alves1-4/+1
2021-06-04Initial TUI mouse supportHannes Domani1-0/+4
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess1-7/+15
2021-01-15gdb/tui: compare pointer to nullptr, not 0Andrew Burgess1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-20/+20
2020-06-16Fix crash when exiting TUI with gdb -tuiTom Tromey1-1/+10
2020-02-22Add "usage" text to all TUI command helpTom Tromey1-2/+4
2020-02-22Remove hard-coded TUI layoutsTom Tromey1-1/+1
2020-02-22Reimplement TUI "C-x 1" bindingTom Tromey1-21/+1
2020-02-22Simplify TUI C-x 2 bindingTom Tromey1-36/+2
2020-02-11Remove some ui_file_* functionsTom Tromey1-1/+1
2020-01-19Remove flickering from the TUITom Tromey1-0/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-09gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess1-4/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-30Use "bool" in more spots in TUITom Tromey1-5/+3
2019-12-27Remove dead code from TUITom Tromey1-56/+0
2019-12-27Change tui_active to boolTom Tromey1-6/+6
2019-12-20Don't call tui_show_source from tui_ui_outTom Tromey1-12/+0
2019-12-20Display "main" on initial TUI startupTom Tromey1-0/+2
2019-12-20Simplify tui_update_source_windows_with_lineTom Tromey1-1/+1
2019-12-20Remove parameters from tui_show_sourceTom Tromey1-2/+2
2019-12-20Change tui_update_locator_fullname to take a symtabTom Tromey1-1/+1
2019-12-01Re-highlight windows when needed during TUI startupTom Tromey1-2/+3
2019-11-11Document and extend readline-bindable functionsTom Tromey1-1/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-3/+3
2019-09-20Remove strcat_to_bufTom Tromey1-13/+0
2019-09-20Change "win_resized" to boolTom Tromey1-1/+1