]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/tui/tui-winsource.c
gdb: Fix building with latest libc++
[thirdparty/binutils-gdb.git] / gdb / tui / tui-winsource.c
2023-04-29  Manoj Guptagdb: Fix building with latest libc++
2023-04-12  Tom de Vries[gdb/tui] Fix left margin in disassembly window
2023-04-12  Tom de Vries[gdb/tui] Add maint set/show tui-left-margin-verbose
2023-01-27  Andrew Burgessgdb/tui: more debug output
2023-01-27  Andrew Burgessgdb/tui: avoid extra refresh_window on vertical scroll
2023-01-27  Andrew Burgessgdb/tui: avoid extra refresh_window on horizontal scroll
2023-01-27  Andrew Burgessgdb/tui: rewrite of tui_source_window_base to handle...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-04-07  Simon Marchigdb: remove symtab::objfile
2022-02-06  Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-25  Andrew Burgessgdb: rename source_styling_changed observer
2021-10-21  Tom de Vries[gdb/tui] Fix breakpoint display functionality
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
next