gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / tui / tui-layout.c
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-02-24  Tom de Vries[gdb/testsuite] Fix layout next/prev/regs help message
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 TromeyChange how TUI windows are instantiated
2020-02-22  Tom TromeyRemove tui_delete_invisible_windows and tui_make_all_in...
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 TromeySimplify tui_add_win_to_layout
2020-01-19  Tom TromeyRemove flickering from the TUI
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
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-27  Tom TromeyRemove tui_gen_win_info::viewport_height
2019-12-11  Tom TromeyChange "winheight" resizing to use new layout code
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-11-12  Tom TromeyConsolidate setting of current_layout
2019-11-12  Tom TromeyMove _initialize_tui_layout to end of file
2019-10-09  Tom TromeyMake TUI window handle a unique_ptr
2019-10-09  Tom TromeyRemove tui_default_win_viewport_height
2019-09-20  Tom TromeyChange TUI window commands to be case-sensitive
2019-09-20  Tom TromeyRemove separator comments from TUI
2019-09-20  Tom TromeySet TUI locator height to 1
2019-09-20  Tom TromeyRemove some explicit re-rendering from the TUI
2019-09-20  Tom TromeyRemove tui_clear_source_windows_detail
2019-08-30  Tom TromeyDon't call tui_refresh_all from show_layout
2019-08-30  Tom TromeySimplify register display
2019-08-30  Tom TromeyPrivate data members in tui_data_window
2019-08-20  Tom TromeyChange tui_make_window to be a method
2019-08-20  Tom TromeyAdd two methods to tui_data_window
2019-08-16  Tom TromeyRemove m_has_locator
2019-08-15  Tom TromeyTUI resize unification
2019-08-15  Tom TromeyTUI window resize should not need invisibility
2019-08-15  Tom TromeyChange TUI source window iteration
2019-08-15  Tom TromeyRename the "reset" method to "resize"
2019-08-15  Tom TromeyMinor simplification in tui_default_win_viewport_height
2019-08-15  Tom TromeyRemove FIXMEs from tui-layout.c
2019-08-15  Tom TromeySimplify TUI boxing
2019-08-13  Tom TromeyChange tui_show_source_content to be a method
2019-08-13  Tom TromeyDelete invisible TUI windows
2019-08-13  Tom TromeyMake tui_default_win_height static
2019-08-13  Tom TromeyTwo simplifications in tui-layout.c
2019-08-13  Tom TromeySimplify tui_make_all_invisible
2019-08-13  Tom TromeyMove current_layout to tui-layout.c
2019-08-13  Tom TromeyRemove struct tui_layout_def
2019-07-17  Tom TromeyMove tui_source_window to tui-source.h
2019-07-17  Tom TromeyMove TUI command window code
2019-07-17  Tom TromeyRearrange TUI data window code
2019-07-17  Tom TromeyRemove tui_make_visible and tui_make_invisible
2019-07-17  Tom TromeyRemove make_data_window
2019-07-17  Tom TromeyRemove make_source_window and make_disasm_window
2019-07-17  Tom TromeyRemove make_command_window
2019-07-17  Tom TromeySimplify show_source_or_disasm_and_command
2019-07-17  Tom TromeySimplify show_source_disasm_command
2019-07-17  Tom TromeyClean up tui_layout_command
2019-07-17  Tom TromeyChange tui_set_layout to return void
2019-07-17  Tom TromeyRemove reset_locator
2019-07-17  Tom TromeyRemove the win_type parameter from tui_gen_win_info...
2019-07-17  Tom TromeyIntroduce reset_locator function in tui-layout.c
2019-07-17  Tom TromeyAlways create an execution info window for a source...
2019-07-17  Tom TromeyRemove some dead code from tui_set_layout
2019-07-17  Tom TromeyMerge refresh and refresh_window methods
2019-07-17  Tom TromeyIntroduce TUI window iterator
2019-07-17  Tom TromeyIntroduce tui_data_window::display_all_data method
2019-06-25  Tom TromeyMake tui_gen_win_info constructor protected
2019-06-25  Tom TromeyRemove union tui_which_element
2019-06-25  Tom TromeyMore type safety for TUI source window functions
2019-06-25  Tom TromeyFix "auxiliary" typo
2019-06-25  Tom TromeyRemove layout_def::split
2019-06-25  Tom TromeySeparate out locator window
2019-06-25  Tom TromeySeparate out execution-info window
2019-06-25  Tom TromeyRemove tui_alloc_win_info
2019-06-25  Tom TromeyIntroduce enum tui_box
2019-06-25  Tom TromeyRemove some TUI static allocations
2019-06-25  Tom TromeyIntroduce tui_gen_win_info::reset method
2019-06-25  Tom TromeyIntroduce refresh_window method
2019-06-25  Tom TromeyDerive tui_win_info from tui_gen_win_info
2019-06-25  Tom TromeyUse new and delete for tui_gen_win_info
2019-06-25  Tom TromeyIntroduce set_highlight method
2019-06-25  Tom TromeyIntroduce two TUI source window methods
2019-06-25  Tom TromeyRemove an unneeded NULL check
2019-06-25  Tom TromeyRemove struct tui_data_info
2019-06-25  Tom TromeyRemove struct tui_command_info
2019-06-25  Tom TromeyRemove struct tui_source_info
2019-06-25  Tom TromeyIntroduce has_locator method
2019-06-25  Tom TromeySimplify source and disassembly window creation
2019-06-25  Tom TromeySimplify command window creation
2019-06-25  Tom TromeyRemove an unnecessary NULL check from the TUI
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
next
This page took 0.484818 seconds and 106 git commands to generate.