gdb: remove iterate_over_breakpoints function
[deliverable/binutils-gdb.git] / gdb / tui / tui-winsource.c
2021-05-27  Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-27  Simon Marchigdb: add breakpoint::locations method
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-01-28  Andrew Burgessgdb/tui: remove special handling of locator/status...
2021-01-05  Hannes DomaniPrevent flickering when redrawing the TUI source window
2021-01-05  Hannes DomaniFix TUI source window drawing
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
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-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-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-02-22  Tom TromeyMake some tui_source_window_base members "protected"
2020-02-22  Tom TromeyTUI windows do not need to store their type
2020-01-19  Tom TromeyMake "file" clear TUI source window
2020-01-11  Tom TromeyMake TUI borders respect "set style enabled"
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-20  Tom TromeyDon't call set_current_source_symtab_and_line from TUI
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 TromeyRemove some TUI asserts
2019-12-20  Tom TromeyRemove tui_show_disassem_and_update_source
2019-12-20  Tom TromeyChange tui_update_locator_fullname to take a symtab
2019-12-01  Tom TromeyFix latent bug in tui_copy_source_line
2019-12-01  Tom TromeyAllow using less horizontal space in TUI source window
2019-11-05  Tom TromeyStyle disassembly in the TUI
2019-11-05  Tom TromeyChange tui_source_element::line to have type std::string
2019-10-15  Christian BiesingerMake tui-winsource not use breakpoint_chain
2019-10-09  Tom TromeyMake TUI window handle a unique_ptr
2019-09-20  Tom TromeySimplify tui_source_window_base::show_source_content
2019-09-20  Tom TromeyMove "fullname" to tui_source_window
2019-09-20  Tom TromeyChange tui_source_element::line to be a unique_xmalloc_ptr
2019-09-20  Tom TromeyRemove tui_clear_source_windows_detail
2019-08-30  Tom TromeyRemove tui_win_info::refresh_all
2019-08-16  Tom TromeyRemove the TUI execution info window
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-15  Tom TromeyTUI resize unification
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_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-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 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-07-17  Tom TromeyRemove unnecessary "return"s
2019-07-17  Tom TromeyMove source window common to code to tui-winsource...
2019-07-17  Tom TromeyAlways create an execution info window for a source...
2019-07-17  Tom TromeyMerge refresh and refresh_window methods
2019-07-17  Tom TromeyRemove tui_source_window::content_in_use
2019-07-17  Tom TromeySimplify source window clearing
2019-07-17  Tom TromeyRemove unused parameter from two TUI functions
2019-07-17  Tom TromeyAdd win_info parameter to tui_set_disassem_content
2019-07-17  Tom TromeyMove content_in_use to tui_source_window class
2019-07-17  Tom TromeyIntroduce tui_source_window_base::location_matches_p...
2019-07-17  Tom TromeyRemove deleted breakpoint from TUI display
2019-07-17  Tom TromeyRemove some uses of TUI_WIN_SRC
2019-07-04  Tom TromeyFix TUI use of "has_break" field
2019-06-25  Tom TromeyFix latent bug in set_is_exec_point_at
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 TromeyUse bool for is_exec_point
2019-06-25  Tom TromeySeparate out execution-info window
2019-06-25  Tom TromeyRemove tui_scroll_direction enum
2019-06-25  Tom TromeyChange more TUI functions to take a tui_source_window_base
2019-06-25  Tom TromeyChange tui_set_exec_info_content to return void
2019-06-25  Tom TromeyRemove NULL check from tui_set_exec_info_content
2019-06-25  Tom TromeyChange tui_alloc_source_buffer return type to void
2019-06-25  Tom TromeyChange tui_update_source_window for better type safety
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 TromeyIntroduce two TUI source window methods
2019-06-25  Tom TromeyRemove struct tui_source_info
2019-06-25  Tom TromeyIntroduce methods for scrolling
2019-06-25  Tom TromeyRemove tui_list
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-03-18  Pedro AlvesImprove/fix the TUI's current source line highlight
2019-03-17  Eli ZaretskiiFix redisplay of the current line in GDB TUI mode
2019-03-16  Eli ZaretskiiRevert "Use wclrtoeol in tui_show_source_line"
2019-03-14  Tom TromeyMake TUI react to "set style enabled"
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
next
This page took 0.672818 seconds and 107 git commands to generate.