gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / tui /
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
2019-12-20  Tom TromeyDon't call set_current_source_symtab_and_line from TUI
2019-12-20  Tom TromeyChange set_locator_info to take a symtab_and_line
2019-12-20  Tom TromeyRemove a call to update_exec_info
2019-12-20  Tom TromeyDisplay "main" on initial TUI startup
2019-12-20  Tom TromeyReimplement tui_get_begin_asm_address
2019-12-20  Tom TromeySimplify tui_update_source_windows_with_line
2019-12-20  Tom TromeySimplify tui_update_source_windows_with_addr
2019-12-20  Tom TromeyUse symtab_and_line when updating TUI windows
2019-12-20  Tom TromeyUse start_line_or_addr in TUI windows
2019-12-20  Tom TromeyChange tui_source_window_base::set_contents to return...
2019-12-20  Tom TromeyRemove tui_source_window::show_symtab_source
2019-12-20  Tom TromeyRemove tui_show_disassem
2019-12-20  Tom TromeyRemove some unnecessary focus switches
2019-12-20  Tom TromeySimplify tui_source_window_base::maybe_update method
2019-12-20  Tom TromeyRemove some TUI asserts
2019-12-20  Tom TromeyRemove tui_show_disassem_and_update_source
2019-12-20  Tom TromeyRemove parameters from tui_show_source
2019-12-20  Tom TromeyChange tui_update_locator_fullname to take a symtab
2019-12-20  Tom TromeyMake isearch change readline prompt in TUI
2019-12-19  Christian BiesingerCast the log10 argument to double to disambiguate it
2019-12-17  Simon MarchiAdd virtual destructor to tui_layout_base
2019-12-11  Tom TromeyChange "winheight" resizing to use new layout code
2019-12-11  Tom TromeyRe-apply the current layout when resizing
2019-12-11  Tom TromeyFirst use of tui_layout
2019-12-11  Tom TromeyIntroduce new layout code
2019-12-11  Tom TromeyRemove struct tui_point
2019-12-11  Tom TromeyIntroduce the tui_gen_win_info::min_height method
2019-12-11  Tom TromeyMove can_box to tui_gen_win_info
2019-12-11  Tom TromeyMove max_height method to tui_gen_win_info
2019-12-01  Tom TromeyTreat inactive TUI specially in "info win"
2019-12-01  Tom TromeyFix latent bug in tui_copy_source_line
2019-12-01  Tom TromeyRe-highlight windows when needed during TUI startup
2019-12-01  Tom TromeyAdd TUI border colors
2019-12-01  Tom TromeyAllow using less horizontal space in TUI source window
2019-11-26  Simon MarchiRemove declaration of tui_set_var_cmd, make definition...
2019-11-19  Tom TromeyFix the "winheight" command
2019-11-12  Tom TromeyConsolidate setting of current_layout
2019-11-12  Tom TromeyMove _initialize_tui_layout to end of file
2019-11-12  Tom TromeyMake TUI resizing tests more robust
2019-11-11  Tom TromeyDocument and extend readline-bindable functions
2019-11-10  Tom TromeyRemove can_highlight from TUI windows
2019-11-06  Tom TromeyRemove some includes of readline.h
2019-11-06  Tom TromeyFix regression from TUI disassembly style patch
next
This page took 0.130234 seconds and 7 git commands to generate.