Split out eval_op_ternop
[binutils-gdb.git] / gdb / tui /
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/
2020-04-13 Tom TromeyIntroduce async-event.[ch]
2020-02-24 Tom de Vries[gdb/testsuite] Fix layout next/prev/regs help message
2020-02-22 Tom TromeyFix cast in TUI_DISASM_WIN
2020-02-22 Tom TromeyAdd "usage" text to all TUI command help
2020-02-22 Tom TromeyUse error_no_arg in TUI
2020-02-22 Tom TromeyMake some tui_source_window_base members "protected"
2020-02-22 Tom TromeyAllow TUI windows in Python
2020-02-22 Tom TromeyRemove the TUI annotation hack
2020-02-22 Tom TromeyRemove tui_set_win_with_focus
2020-02-22 Tom TromeyChange how TUI windows are instantiated
2020-02-22 Tom TromeyTUI windows do not need to store their type
2020-02-22 Tom TromeyRemove tui_delete_invisible_windows and tui_make_all_in...
2020-02-22 Tom TromeyHandle ambiguity in tui_partial_win_by_name
2020-02-22 Tom TromeyReimplement tui_next_win and tui_prev_win
2020-02-22 Tom TromeyChange TUI window iteration
2020-02-22 Tom TromeyAdd horizontal splitting to TUI layout
2020-02-22 Tom TromeyChange return type of tui_layout_base::adjust_size
2020-02-22 Tom TromeyAllow TUI sub-layouts in "new-layout" command
2020-02-22 Tom TromeyAdd the "tui new-layout" command
2020-02-22 Tom TromeyRemove hard-coded TUI layouts
2020-02-22 Tom TromeyReimplement "tui reg" command
2020-02-22 Tom TromeyReimplement TUI "C-x 1" binding
2020-02-22 Tom TromeySimplify TUI C-x 2 binding
2020-02-22 Tom TromeyFix latent display bug in tui_data_window
2020-02-22 Tom TromeySimplify tui_add_win_to_layout
2020-02-22 Tom TromeyUse TUI_DISASM_WIN instead of tui_win_list array
2020-02-11 Tom TromeyRemove some ui_file_* functions
2020-02-06 Shahab Vahedigdb: Catch exceptions if the source file is not found
2020-01-31 Andrew Burgessgdb/tui: Disassembler scrolling of very small programs
2020-01-31 Andrew Burgessgdb/tui: Update help text for scroll commands
2020-01-24 Andrew Burgessgdb/tui: asm window handles invalid memory and scrolls...
2020-01-24 Pedro Alvesgdb/tui: Prevent exceptions from trying to cross readline
2020-01-19 Tom TromeyRemove flickering from the TUI
2020-01-19 Tom TromeyMake "file" clear TUI source window
2020-01-13 Andrew Burgessgdb/tui: Place window titles in the center of the border
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-11 Tom TromeyMake TUI borders respect "set style enabled"
2020-01-09 Andrew Burgessgdb/tui: Link source and assembler scrolling .... again
2020-01-09 Tom Tromeygdb: Fix scrolling in TUI
2020-01-09 Andrew Burgessgdb/tui: Fix 'layout asm' before the inferior has started
2020-01-06 Shahab VahediGDB: Fix the overflow in addr/line_is_displayed()
2020-01-06 Shahab VahediGDB: Remove trailing spaces in tui-disasm.c
2020-01-05 Andrew Burgessgdb: use tui_set_layout not show_layout to fix window...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-30 Tom TromeyMake some TUI globals "static"
2019-12-30 Tom TromeyUse "bool" in more spots in TUI
2019-12-27 Tom TromeyRemove dead code from TUI
2019-12-27 Tom TromeyChange tui_active to bool
2019-12-27 Tom TromeyRemove tui_gen_win_info::viewport_height
2019-12-20 Tom TromeyDon't call tui_show_source from tui_ui_out
2019-12-20 Tom TromeyChange tui_show_frame_info to return bool
2019-12-20 Tom TromeyFix "list" command in the TUI
2019-12-20 Tom TromeyUse bool in tui_before_prompt
next