aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-tuiSimon Marchi22-81/+5
2024-05-30gdb/tui: change some macros to functionsSimon Marchi17-72/+102
2024-05-30gdb: remove unused includes in utils.hSimon Marchi3-0/+3
2024-05-28Make tui_win_info::make_window non-virtualTom Tromey1-1/+2
2024-05-17Remove gdb_stdtargerrTom Tromey1-2/+0
2024-05-17Don't allow new-ui to start the TUITom Tromey1-0/+3
2024-05-14Remove fflush call from tui_refresh_cmd_winTom Tromey1-5/+0
2024-05-10Remove tui_refresh_allTom Tromey3-14/+5
2024-05-07Fix heap-use-after-free because all_objfiles_removed triggers tui_display_mainHannes Domani1-11/+2
2024-04-27Fix typo in TUI commentTom Tromey1-1/+1
2024-04-27Remove two unneeded forward declarationsTom Tromey2-4/+0
2024-04-25gdb: remove gdbcmd.hSimon Marchi3-3/+2
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 Vries2-1/+11
2024-03-30Lower variable definitions in tui_redisplay_readlineTom Tromey1-18/+9
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi16-16/+0
2024-03-11Remove tui-out.[ch]Tom Tromey3-177/+1
2024-03-01Fix TUI text centeringTom Tromey4-36/+22
2024-02-24[gdb/build] Fix static cast of virtual baseTom de Vries1-2/+2
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi10-12/+12
2024-02-08Update TUI register window when the inferior exitsTom Tromey3-24/+45
2024-02-08Rename show_registers -> set_register_groupTom Tromey2-4/+4
2024-02-08Return void from tui_show_frame_infoTom Tromey2-11/+7
2024-02-08Remove redundant check from tui_refresh_frame_and_register_informationTom Tromey1-3/+2
2024-02-08Remove tui_refreshing_registersTom Tromey1-14/+2
2024-02-08Simplify tui_data_win::erase_data_contentTom Tromey2-13/+11
2024-02-08Remove the TUI register window rerender overloadTom Tromey2-37/+28
2024-02-08Simplify update_register_dataTom Tromey1-36/+21
2024-02-08Move scrollok call in register windowTom Tromey1-4/+4
2024-02-08Change tui_register_info::visible to a methodTom Tromey2-20/+5
2024-02-08Rename tui_data_item_window -> tui_register_infoTom Tromey2-15/+12
2024-02-08Simplify tui_data_window::show_register_groupTom Tromey2-77/+57
2024-02-08Minor C++ cleanups in tui-regs.cTom Tromey1-5/+3
2024-02-08Use pop_back in tui_register_formatTom Tromey1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess33-33/+33
2023-12-21Rename TUI locator window -> statusTom Tromey8-30/+30
2023-12-21Rename tui-stack -> tui-statusTom Tromey12-11/+11
2023-12-16[gdb/tui] Show regs when switching to regs layoutTom de Vries2-4/+16
2023-12-16[gdb/tui] Use more box_width in tui-regs.cTom de Vries1-2/+6
2023-12-13[gdb/tui] add SingleKey bindings for reverse execution commandsMagne Hov1-0/+6
2023-12-09[gdb/tui] Handle shared border in fixed-sized layoutTom de Vries1-9/+18
2023-12-08[gdb/tui] Show focus window in status lineTom de Vries2-0/+18
2023-12-08[gdb/tui] Fix displaying main after resizingTom de Vries4-31/+26
2023-12-04[gdb/tui] Fix wrapping stringsTom de Vries5-7/+42
2023-11-28[gdb/tui] Use const std::string for string literals in tui-stack.cTom de Vries1-17/+16
2023-11-22[gdb/tui] Fix resizing of terminal to 1 or 2 linesTom de Vries2-3/+25
2023-11-22[gdb/tui] Allow command window of 1 or 2 linesTom de Vries1-0/+12
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six2-4/+7
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six2-2/+2
2023-11-14[gdb/tui] Factor out tui_noscroll_window et alTom de Vries3-66/+93