[gdb/symtab] Add get/set functions for per_cu->lang/unit_type
[binutils-gdb.git] / gdb / tui /
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...
2022-02-06 Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06 Andrew Burgessgdb/tui: add window width information to 'info win...
2022-01-28 Enze Ligdb/build: Fix Wpessimizing-move in clang build
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-05 Tom TromeyUse filtered output in ordinary commands
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyConsistently Use ui_file parameter to show callbacks
2021-12-17 Lancelot SIXgdb/tui: install SIGWINCH only when connected to a TTY
2021-11-25 Andrew Burgessgdb: rename source_styling_changed observer
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-21 Tom de Vries[gdb/tui] Fix breakpoint display functionality
2021-07-23 Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-06-28 Simon Marchigdb: convert obj_section macros to methods
2021-06-26 Simon Marchigdb: add context getter/setter to cmd_list_element
2021-06-17 Pedro AlvesMake the TUI command window support the mouse
2021-06-04 Hannes DomaniInitial TUI mouse support
2021-05-27 Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-27 Simon Marchigdb: add breakpoint::locations method
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-04-06 Tom de Vries[gdb/tui] Fix len_without_escapes in tui-disasm.c
2021-03-24 Simon Marchigdb: move all "current target" wrapper implementations...
2021-02-08 Andrew Burgessgdb: return true in TuiWindow.is_valid only if TUI...
2021-02-08 Andrew Burgessgdb/tui: don't add windows to global list from tui_layo...
2021-02-08 Andrew Burgessgdb/tui: restore delete of window objects
2021-02-08 Andrew Burgessgdb/tui: fix issue with handling the return character
2021-02-07 Hannes DomaniDon't draw register sub windows outside the visible...
2021-02-07 Hannes DomaniDon't fill regs window with a negative number of spaces
2021-02-07 Hannes DomaniRefresh regs window in display_registers_from
2021-01-28 Andrew Burgessgdb/tui: remove special handling of locator/status...
2021-01-15 Andrew Burgessgdb/tui: compare pointer to nullptr, not 0
2021-01-05 Hannes DomaniPrevent flickering when redrawing the TUI source window
2021-01-05 Hannes DomaniRedraw both spaces between line numbers and source...
2021-01-05 Hannes DomaniFix TUI source window drawing
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-29 Hannes DomaniDon't delete the locator win info
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-19 Tom TromeyDon't erase TUI source window when switching focus
2020-10-02 Simon Marchigdb: give names to async event/signal handlers
2020-10-02 Simon Marchigdb: give names to event loop file handlers
2020-09-29 Tom TromeyRemove target_has_registers macro
2020-09-29 Tom TromeyRemove target_has_stack macro
2020-09-29 Tom TromeyRemove target_has_memory macro
2020-09-28 Tom TromeyRewrite tui_puts
2020-09-28 Tom TromeyUse ISCNTRL in tui_copy_source_line
2020-09-28 Tom TromeyUse a curses pad for source and disassembly windows
2020-09-28 Tom TromeyRemove a call to show_source_line from TUI
2020-09-24 Tom TromeyDon't let TUI focus on locator
2020-07-23 Tom de Vries[gdb/tui] Fix Wmaybe-uninitialized warning in tui-winso...
2020-07-06 Tom de Vries[gdb/tui,c++17] Fix NULL string_view in tui_partial_win...
2020-07-02 Tom TromeyMake tui_win_info::name pure virtual
2020-07-02 Tom TromeyRemove tui_gen_win_info
2020-07-02 Tom TromeyDerive tui_locator_window from tui_win_info
2020-07-02 Tom TromeyRemove body of tui_locator_window constructor
2020-07-02 Tom TromeyDon't derive tui_data_item_window from tui_gen_win_info
2020-07-02 Tom TromeyRename tui_data_item_window::item_no
2020-07-02 Tom TromeyRemove useless "if' from tui-regs.c
2020-07-02 Tom TromeyRemove tui_data_window::name
2020-07-02 Tom TromeyMove some code out of tui-data.h
2020-07-02 Tom TromeyRemove tui_expand_tabs
2020-07-02 Tom TromeyUse complete_on_enum in tui_reggroup_completer
2020-06-18 Tom TromeyRemove unnecessary TUI declarations
2020-06-17 Tom TromeyUse macros for TUI window names
2020-06-17 Tom TromeyFix crash when exiting TUI with gdb -tui
2020-06-17 Tom TromeyFix C-x 1 from gdb prompt
2020-05-03 Tom TromeyUpdate more calls to add_prefix_cmd
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
next