aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-io.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-15Remove a call to fflushTom Tromey1-1/+0
2024-06-07gdb/tui: cleanup includesSimon Marchi1-1/+0
2024-06-07gdb/tui: change some macros to functionsSimon Marchi1-17/+17
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-05-17Remove gdb_stdtargerrTom Tromey1-2/+0
2024-03-30Lower variable definitions in tui_redisplay_readlineTom Tromey1-18/+9
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-11Remove tui-out.[ch]Tom Tromey1-2/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-1/+4
2023-09-20gdb/tui: add 'set tui mouse-events off' to restore mouse selectionMatthew "strager" Glazar1-1/+2
2023-06-09[gdb/tui] Simplify tui_puts_internalTom de Vries1-19/+20
2023-06-05[gdb] Fix more 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/+8
2023-01-25gdb/tui: make use of a scoped_restoreAndrew Burgess1-7/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-16gdb: add "set style tui-current-position on|off", default to offPedro Alves1-1/+12
2022-09-12Use checked_static_cast in more placesTom Tromey1-2/+2
2022-08-31TUI stdout buffering cleanupTom Tromey1-2/+2
2022-08-31Remove tui_out_newTom Tromey1-1/+1
2022-08-31Remove the "for moment" commentsTom Tromey1-4/+4
2022-07-18Remove cli_out_newTom Tromey1-1/+1
2022-03-29Change the pager to a ui_fileTom Tromey1-1/+2
2022-03-28Switch gdb_stdlog to use timestamped_fileTom Tromey1-2/+6
2022-02-16gdb/tui: add a missing white space characterAndrew Burgess1-1/+1
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-39/+167
2021-06-04Initial TUI mouse supportHannes Domani1-0/+37
2021-02-08gdb/tui: fix issue with handling the return characterAndrew Burgess1-34/+39
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-21/+21
2020-10-02gdb: give names to event loop file handlersSimon Marchi1-1/+1
2020-09-27Rewrite tui_putsTom Tromey1-12/+63
2020-07-01Remove tui_expand_tabsTom Tromey1-52/+0
2020-06-16Fix crash when exiting TUI with gdb -tuiTom Tromey1-0/+4
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-02-22Remove the TUI annotation hackTom Tromey1-25/+11
2020-01-24gdb/tui: Prevent exceptions from trying to cross readlinePedro Alves1-3/+28
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20Make isearch change readline prompt in TUITom Tromey1-10/+1
2019-12-01Add TUI border colorsTom Tromey1-4/+4
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-13/+10
2019-08-30Don't call wrefresh from tui_cont_sigTom Tromey1-2/+0
2019-08-20Change tui_data_item_window::content to be a unique_xmalloc_ptrTom Tromey1-8/+6
2019-08-15TUI resize unificationTom Tromey1-1/+2
2019-07-17Move tui_dispatch_ctrl_char to tui-io.cTom Tromey1-0/+51
2019-07-17Fix flushing bug in tui_puts_internalTom Tromey1-0/+6
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1