gdb: Have 'maint info sections' print all sections again
[deliverable/binutils-gdb.git] / gdb / tui /
2019-09-09  Tom TromeyUse ui_out for "info win"
2019-09-08  Tom TromeyTruncate long TUI window titles
2019-08-30  Tom TromeyRemove tui_win_info::refresh_all
2019-08-30  Tom TromeyDon't call wrefresh from tui_cont_sig
2019-08-30  Tom TromeyMinor rearrangement of tui-stack.c
2019-08-30  Tom TromeyMake tui_locator_window::set_locator_fullname re-render
2019-08-30  Tom TromeySwap tui_show_locator_content and tui_locator_window...
2019-08-30  Tom TromeyTurn two locator functions into methods
2019-08-30  Tom TromeyDon't call tui_refresh_all from show_layout
2019-08-30  Tom TromeyDon't call touchwin in tui_gen_win_info::refresh_window
2019-08-30  Tom TromeyRemove NULL checks from box_win
2019-08-30  Tom TromeySimplify register display
2019-08-30  Tom TromeyPrivate data members in tui_data_window
2019-08-30  Tom TromeyRemove some calls in tui_data_window
2019-08-30  Tom TromeyRemove some checks of .empty()
2019-08-30  Tom TromeyRemove tui_data_window::display_all_data
2019-08-30  Tom TromeyRemove NO_DATA_STRING
2019-08-21  Christian BiesingerFix g++ 9.1 build breakage
2019-08-20  Tom TromeyChange some tui_data_window methods to be private
2019-08-20  Tom TromeyRemove some defines from tui-data.h
2019-08-20  Tom TromeyMove some defines to tui-stack.c
2019-08-20  Tom TromeyChange tui_make_window to be a method
2019-08-20  Tom TromeyRemove tui_data_window::display_regs
2019-08-20  Tom TromeyRemove indirection from tui_data_window::regs_content
2019-08-20  Tom TromeyAdd two methods to tui_data_window
2019-08-20  Tom TromeyChange tui_check_register_values to be a method
2019-08-20  Tom TromeyRearrange tui-regs.c some more
2019-08-20  Tom TromeyChange tui_data_item_window::content to be a unique_xma...
2019-08-20  Tom TromeyRemove tui_data_item_window::value
2019-08-20  Tom TromeyMinor rearrangement in tui-regs.c
2019-08-20  Tom TromeyRemove NULL check from tui_reg_command
2019-08-20  Tom TromeySome i18n fixes for the TUI
2019-08-16  Tom TromeyRemove the TUI execution info window
2019-08-16  Tom TromeyRemove useless assignment from tui_remove_hooks
2019-08-16  Tom TromeyChange tui_show_symtab_source to be a method
2019-08-16  Tom TromeyIntroduce tui_source_window_base::set_contents method
2019-08-16  Tom TromeyChange tui_update_breakpoint_info to be a method
2019-08-16  Tom TromeyChange tui_update_source_window to be a method
2019-08-16  Tom TromeyChange tui_update_source_window_as_is to be a method
2019-08-16  Tom TromeyRemove "noerror" parameter from some TUI functions
2019-08-16  Tom TromeyRemove separate visibility flag
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 TromeyRemove tui_initialize_static_data
2019-08-15  Tom TromeyMinor simplification in tui_default_win_viewport_height
2019-08-15  Tom TromeyRemove tui_clear_source_content
2019-08-15  Tom TromeyTurn tui_erase_source_content into a method
2019-08-15  Tom TromeyRemove tui_alloc_source_buffer
2019-08-15  Tom TromeyChange tui_line_is_displayed to be a method
2019-08-15  Tom TromeyChange tui_addr_is_displayed into a method
2019-08-15  Tom TromeyMove contents of tui_show_frame_info to new method
2019-08-15  Tom TromeyAvoid string_file in tui_make_status_line
2019-08-15  Tom TromeyMove locator code to tui-stack.c
2019-08-15  Tom TromeyRemove FIXMEs from tui-layout.c
2019-08-15  Tom TromeySimplify TUI boxing
2019-08-13  Tom TromeyRemove tui_gen_win_info::last_visible_line
2019-08-13  Tom TromeyDon't track the contents of the execution info window
2019-08-13  Tom TromeyRemove tui_clear_exec_info_content
2019-08-13  Tom TromeyRemove tui_erase_exec_info_content
2019-08-13  Tom TromeyTurn tui_show_exec_info_content into a method
2019-08-13  Tom TromeyMove code to tui-winsource.h
2019-08-13  Tom TromeyChange tui_update_exec_info to be a method
2019-08-13  Tom TromeyChange tui_set_exec_info_content to be a method
2019-08-13  Tom TromeyChange tui_show_source_content to be a method
2019-08-13  Tom TromeyChange tui_check_and_display_highlight_if_needed to...
2019-08-13  Tom TromeyDelete invisible TUI windows
2019-08-13  Tom TromeySimplify tui_show_disassem
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 TromeyRemove tui_make_all_visible
2019-08-13  Tom TromeyMove current_layout to tui-layout.c
2019-08-13  Tom TromeyRemove struct tui_layout_def
2019-08-13  Tom Tromeyclear_detail can only be called on TUI source windows
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-06  Tom TromeyAdd file offsets to the source cache
2019-07-30  Tom TromeyDon't declare tui_copy_win or tui_box_win
2019-07-22  Tom TromeyRemove self-assign from make_invisible_and_set_new_height
2019-07-17  Tom TromeyRemove unnecessary "return"s
2019-07-17  Tom TromeyFix an error in parse_scrolling_args
2019-07-17  Tom TromeyMove source window common to code to tui-winsource...
2019-07-17  Tom TromeyChange make_invisible_and_set_new_height to be a method
2019-07-17  Tom TromeyMove tui_source_window to tui-source.h
2019-07-17  Tom TromeyMove tui_disasm_window to tui-disasm.h
2019-07-17  Tom TromeyMove TUI data item window to tui-regs.h
2019-07-17  Tom TromeyMove TUI command window code
2019-07-17  Tom TromeyMove tui_dispatch_ctrl_char to tui-io.c
2019-07-17  Tom TromeyRearrange TUI data window code
2019-07-17  Tom TromeyFix flushing bug in tui_puts_internal
2019-07-17  Tom TromeyRemove has_locator method
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 TromeyChange tui_get_register to return void
2019-07-17  Tom TromeySimplify tui_gen_win_info::make_visible
next
This page took 0.055202 seconds and 7 git commands to generate.