aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[gdb/tui] Handle error in tui_enableTom de Vries1-15/+24
2026-04-24[gdb/tui] Expand WDB referenceTom de Vries1-2/+3
2026-04-21[gdb/tui] Handle tui disable in new uiTom de Vries1-4/+14
2026-04-10[gdb] Add selftest for tui_setup_ioTom de Vries1-0/+34
2026-04-02[gdb/tui] Make tui_setup_io more robustTom de Vries1-0/+12
2026-03-26[gdb] Add c_ctrl/c_unctrlTom de Vries2-4/+4
2026-03-24[gdb/tui] Remove local CTRL_CHAR definitionTom de Vries1-5/+0
2026-03-23Change two ui_file subclasses to templatesTom Tromey1-1/+1
2026-03-19gdb: change new_objfile observer to take an objfile referenceAndrew Burgess1-1/+1
2026-03-19[gdb/tui] Always check for tui_try_activate resultTom de Vries1-4/+4
2026-03-19[gdb/tui] Add tui_try_activateTom de Vries1-12/+16
2026-03-19[gdb/tui] Add default arguments to tui_rl_switch_modeTom de Vries1-5/+5
2026-03-19[gdb/tui] Remove unnecessary nullptr check in tui_rl_other_windowTom de Vries1-5/+2
2026-03-16gdb, gdbserver, gdbsupport: replace many uses of strcmp with streqSimon Marchi3-9/+9
2026-03-10gdb: introduce rgb_color type to simplify existing codeMatthieu Longo1-2/+1
2026-03-09gdb: change gdbarch_print_registers_info parameter to boolSimon Marchi1-1/+1
2026-03-05gdb: return optional from last_symtab_line, and use this moreAndrew Burgess1-7/+8
2026-02-14Change have_*_symbols functions to methods of program_spaceTom Tromey1-2/+2
2026-02-13gdb: use gdb::unordered_string_map throughoutSimon Marchi1-1/+1
2026-02-13gdb/tui: function name in status bar for tailcall functionsAndrew Burgess1-1/+2
2026-02-09Fix leaks with timestamped_fileTom Tromey1-1/+1
2026-02-09Rewrite output redirection and loggingTom Tromey2-32/+23
2026-02-09Turn wrapped_file into a templateTom Tromey1-1/+1
2026-01-23gdb/tui: return std::string from tui_get_function_from_frameAndrew Burgess3-26/+23
2026-01-06Small cleanup to interpreter initializationTom Tromey1-2/+2
2026-01-05Update copyright dates to include 2026Tom Tromey31-31/+31
2025-12-16Untabify gdb 'help' outputTom Tromey1-41/+3
2025-10-20gdb, gdbserver, gdbsupport: trim trailing whitespacesSimon Marchi7-18/+18
2025-10-20gdb: rename find_line_pc_range -> find_pc_range_for_salSimon Marchi3-4/+4
2025-10-20gdb: rename find_pc_line_symtab -> find_symtab_for_pcSimon Marchi2-2/+2
2025-10-20gdb: rename find_pc_line -> find_sal_for_pcSimon Marchi1-3/+3
2025-09-12gdb/tui: Fix build for older ncursesCiaran Woodward1-0/+4
2025-09-09Use gnulib c-ctype module in gdbTom Tromey1-2/+1
2025-09-09Use c-ctype.h (not safe-ctype.h) in gdbTom Tromey2-6/+4
2025-08-15[gdb/tui] Clear readline buffer on switching to TUITom de Vries1-0/+13
2025-08-14gdb: modernize get_frame_pc_if_availableGuinevere Larsen2-3/+9
2025-08-12[gdb/tui] Make tui_disassemble more efficientTom de Vries1-15/+19
2025-08-05[UI/TUI] Add support for italic and underline ANSI escape sequencesJannik Hartung1-0/+8
2025-07-01Fix handling of terminal escape sequences in TUITom Tromey2-7/+10
2025-06-26Change file initialization to use INIT_GDB_FILE macroTom Tromey8-24/+8
2025-04-08Update copyright dates to include 2025Tom Tromey31-31/+31
2025-04-07[gdb/tui] Don't try deferred curses initialization twiceTom de Vries1-3/+17
2025-03-18Use gdb unordered map in tui-io.cTom Tromey1-5/+26
2025-03-17gdb: make cli_styling static within cli/cli-style.cAndrew Burgess1-1/+1
2025-03-11Use gdb set and map in TUITom Tromey2-5/+4
2025-03-06[gdb/tui] Fix typosTom de Vries2-2/+2
2025-02-25gdb: don't show incorrect source file in source windowTom de Vries1-18/+8
2025-02-24gdb/tui: use correct setting to control asm window stylingAndrew Burgess1-1/+1
2025-02-14gdb/tui: use maybe_update for source centring in an extra caseAndrew Burgess1-1/+1
2025-02-14gdb/tui: update maybe_update to take gdbarchAndrew Burgess6-12/+11