ODR warning for "enum string_repr_result"
[binutils-gdb.git] / gdb / tui / tui-source.c
2022-04-07 Simon Marchigdb: remove symtab::objfile
2022-02-06 Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-28 Andrew Burgessgdb/tui: remove special handling of locator/status...
2021-01-05 Hannes DomaniRedraw both spaces between line numbers and source...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-09-28 Tom TromeyUse a curses pad for source and disassembly windows
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-06 Shahab Vahedigdb: Catch exceptions if the source file is not found
2020-01-09 Andrew Burgessgdb/tui: Link source and assembler scrolling .... again
2020-01-09 Tom Tromeygdb: Fix scrolling in TUI
2020-01-06 Shahab VahediGDB: Fix the overflow in addr/line_is_displayed()
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27 Tom TromeyRemove dead code from TUI
2019-12-27 Tom TromeyRemove tui_gen_win_info::viewport_height
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 TromeySimplify tui_source_window_base::maybe_update method
2019-12-19 Christian BiesingerCast the log10 argument to double to disambiguate it
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-09-20 Tom TromeyUse make_unique_xstrdup in TUI
2019-09-20 Tom TromeyRename a private data member in tui_source_window
2019-09-20 Tom TromeyChange members of tui_locator_window to std::string
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-08-20 Tom TromeyChange tui_make_window to be a method
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_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-15 Tom TromeyRemove tui_alloc_source_buffer
2019-08-15 Tom TromeyChange tui_line_is_displayed to be a method
2019-08-15 Tom TromeyMove contents of tui_show_frame_info to new method
2019-08-06 Tom TromeyAdd file offsets to the source cache
2019-07-17 Tom TromeyMove source window common to code to tui-winsource...
2019-07-17 Tom TromeyRemove the win_type parameter from tui_gen_win_info...
2019-07-17 Tom TromeyAlways create an execution info window for a source...
2019-07-17 Tom TromeyRemove tui_source_window::content_in_use
2019-07-17 Tom TromeySimplify source window clearing
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 TromeyMake source windows be self-updating
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 TromeyRemove NULL checks before xfree
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 locator window
2019-06-25 Tom TromeyRemove tui_scroll_direction enum
2019-06-25 Tom TromeyChange tui_alloc_source_buffer return type to void
2019-06-25 Tom TromeyDerive tui_win_info from tui_gen_win_info
2019-06-25 Tom TromeyRemove struct tui_source_info
2019-06-25 Tom TromeyIntroduce methods for scrolling
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-03-18 Hannes DomaniFix scrolling right in the TUI
2019-02-17 Tom TromeyFix some valgrind errors in the TUI
2019-01-21 Tom TromeyRemove duplicate or commented-out #includes
2019-01-03 Tom TromeyUse xstrdup in tui_set_source_content
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyHighlight source code using GNU Source Highlight
2018-11-09 Tom TromeyReturn scoped_fd from open_source_file and find_and_ope...
2018-10-19 Tom TromeyDeprecate and replace the "tabset" command
2018-10-16 Tom TromeyRemove unnecessary casts from TUI
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-04-28 Patrick PalkaTUI: avoid calling strcpy() on identical string objects
2015-04-28 Patrick PalkaMake type-safe the 'content' field of struct tui_gen_wi...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-15 Doug EvansPR symtab/17559
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-01-10 Jan Kratochvilgdb/
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-24 Jan Kratochvilgdb/
2012-08-27 H.J. LuCheck if TUI_SRC_WIN is not NULL before referencing it
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-03-25 Kai Tietz2011-03-25 Kai Tietz <ktietz@redhat.com>
2011-01-06 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-05-17 Michael Snyder2010-05-17 Michael Snyder <msnyder@vmware.com>
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-07-02 Ulrich Weigand * disasm.h (gdb_disassembly): Add GDBARCH parameter.
2009-01-03 Joel Brobecker Updated copyright notices for most files.
next