Remove path name from test case
[binutils-gdb.git] / gdb / tui /
2023-11-14 Tom de Vries[gdb/tui] Factor out tui_noscroll_window et al
2023-11-13 Tom de Vries[gdb/tui] Don't include border_width in left_margin
2023-11-13 Tom de Vries[gdb/tui] Add tui_win_info::{box_width,box_size}
2023-11-13 Tom de Vries[gdb/tui] Refactor prefresh call in tui_source_window_b...
2023-11-13 Tom de Vries[gdb/tui] Fix Wmaybe-uninitialized in tui_find_disassem...
2023-11-13 Tom de Vries[gdb/tui] Make assert in tui_find_disassembly_address...
2023-10-10 Simon Marchigdb: add inferior::{arch, set_arch}
2023-10-05 Simon Marchigdb: add all_objfiles_removed observer
2023-09-28 Tom de Vries[gdb/tui] Fix segfault in tui_find_disassembly_address
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-09-20 Matthew "strager... gdb/tui: add 'set tui mouse-events off' to restore...
2023-07-21 Tom de Vries[gdb/tui] Fix superfluous newline for long prompt
2023-07-15 Andrew Burgessgdb/tui: make tui_win_info::title private
2023-07-12 Tom de Vries[gdb/tui] Assume HAVE_WBORDER
2023-07-12 Tom de Vries[gdb/tui] Make translate return entry->value instead...
2023-07-12 Tom de Vries[gdb/tui] Merge tui border-kind corner translation...
2023-07-12 Tom de Vries[gdb/tui] Introduce translate_acs
2023-07-12 Tom de Vries[gdb/tui] Remove default entries in TUI translation...
2023-07-10 Tom TromeyUpdate TUI window title when changed
2023-06-19 Tom de Vries[gdb/tui] Simplify tui_update_variables
2023-06-12 Tom de Vries[gdb/tui] Replace macro HELP_ATTRIBUTE_MODE with std...
2023-06-09 Tom de Vries[gdb/tui] Simplify tui_puts_internal
2023-06-09 Tom de Vries[gdb/tui] Delete line buffer when switching to singlekey
2023-06-07 Tom de Vries[gdb/tui] Factor out border-mode help text
2023-06-05 Tom de Vries[gdb] Fix more typos
2023-06-03 Tom de Vries[gdb] Fix typos
2023-06-03 Tom de Vries[gdb/tui] Fix help text of show tui tab-width
2023-05-31 Tom de Vries[gdb/tui] Fix fingerprint for cmd-only layout
2023-05-25 Simon Marchigdb: remove breakpoint_pointer_iterator
2023-05-25 Simon Marchigdb: remove bp_location_pointer_iterator
2023-05-25 Simon Marchigdb: add breakpoint::first_loc methods
2023-05-22 Tom de Vries[gdb/tui] Fix buglet in tui_update_variables
2023-05-16 Tom de Vries[gdb/tui] Don't show line number for lines not in sourc...
2023-05-10 Tom de Vries[gdb/tui] Fix tui compact-source a bit more
2023-05-10 Tom de Vries[gdb/tui] Fix tui compact-source
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-04-30 Tom de Vries[gdb/tui] Fix TUI resizing for TERM=ansi
2023-04-29 Manoj Guptagdb: Fix building with latest libc++
2023-04-26 Tom de Vries[gdb/tui] Fix length of status line string
2023-04-12 Tom de Vries[gdb/tui] Revert workaround in tui_source_window::show_...
2023-04-12 Tom de Vries[gdb/tui] Fix left margin in disassembly window
2023-04-12 Tom de Vries[gdb/tui] Add maint set/show tui-left-margin-verbose
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-27 Kevin BuettnerForced quit cases handled by resetting sync_quit_force_run
2023-02-14 Tom TromeyRemove a use of pagination_enabled
2023-02-13 Andrew Burgessgdb/tui: don't leak the known_window_types map
2023-02-13 Andrew Burgessgdb/python: allow Python TUI windows to be replaced
2023-02-08 Pedro AlvesSimplify interp::exec / interp_exec - let exceptions...
2023-01-27 Andrew Burgessgdb/tui: more debug output
2023-01-27 Andrew Burgessgdb/tui: avoid extra refresh_window on vertical scroll
2023-01-27 Andrew Burgessgdb/tui: avoid extra refresh_window on horizontal scroll
2023-01-27 Andrew Burgessgdb/tui: rewrite of tui_source_window_base to handle...
2023-01-27 Andrew Burgessgdb/tui: make m_horizontal_offset private
2023-01-27 Andrew Burgessgdb/tui: improve errors from tui focus command
2023-01-25 Andrew Burgessgdb/tui: make use of a scoped_restore
2023-01-25 Andrew Burgessgdb/tui: better filtering of tab completion results...
2023-01-25 Andrew Burgessgdb/tui: convert if/error to an assert
2023-01-25 Andrew Burgessgdb/testsuite/tui: more testing of the 'focus' command
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-15 Tom TromeyRemove subset_compare
2022-11-17 Tom TromeyUse boolean literals for pagination_enabled
2022-11-16 Pedro Alvesgdb: add "set style tui-current-position on|off", defau...
2022-10-25 Simon Marchigdb: remove spurious spaces after frame_info_ptr
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-02 Andrew Burgessgdb: update now gdbarch_register_name doesn't return...
2022-09-22 Andrew Burgessgdb/python: restrict the names accepted by gdb.register...
2022-09-12 Tom TromeyUse checked_static_cast in more places
2022-08-31 Tom TromeyFix "source" with interpreter-exec
2022-08-31 Tom TromeyTUI stdout buffering cleanup
2022-08-31 Tom TromeyRemove tui_out_new
2022-08-31 Tom TromeyRemove the "for moment" comments
2022-07-18 Tom TromeyRemove cli_out_new
2022-06-24 Pedro AlvesEliminate TUI/CLI observers duplication
2022-06-22 Tom TromeyUse std::string for interpreter_p
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::objfile
2022-04-07 Andrew Burgessgdb: move struct reggroup into reggroups.h header
2022-04-07 Andrew Burgessgdb: remove reggroup_next and reggroup_prev
2022-04-07 Andrew Burgessgdb/tui: fix 'tui reg next/prev' command when data...
2022-04-07 Andrew Burgessgdb/tui: avoid theoretical bug with 'tui reg' command
2022-04-07 Andrew Burgessgdb: switch to using 'const reggroup *' in tui-regs...
2022-04-03 Andrew Burgessgdb/tui: fair split of delta after a resize
2022-04-03 Andrew Burgessgdb/tui: relax restrictions on window max height and...
2022-04-03 Andrew Burgessgdb/tui: support placing the cmd window into a horizont...
2022-04-03 Andrew Burgessgdb/tui: allow cmd window to change size in tui_layout_...
2022-04-03 Andrew Burgessgdb/tui: fairer distribution of excess space during...
2022-04-03 Andrew Burgessgdb/tui: avoid fp exception when applying layouts
2022-04-03 Andrew Burgessgdb/tui: add left_boxed_p and right_boxed_p member...
2022-04-03 Andrew Burgessgdb/tui: add a tui debugging flag
2022-04-03 Andrew Burgessgdb/tui: add new 'tui window width' command and 'winwid...
2022-04-03 Andrew Burgessgdb/tui: rename tui_layout_split:set_weights_from_heights
2022-04-03 Andrew Burgessgdb/tui: rename tui_layout_base::adjust_size to ::set_h...
2022-04-03 Andrew Burgessgdb: move some commands into the tui namespace
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-29 Tom TromeyChange the pager to a ui_file
2022-03-28 Tom TromeySwitch gdb_stdlog to use timestamped_file
2022-02-16 Andrew Burgessgdb/tui: add a missing white space character
2022-02-07 Tankut Baris Aktemurgdb/cli: add a 'normal_stop' option to 'cli_suppress_no...
next