Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / gdb / tui / tui-disasm.c
2020-01-07  Jenkins as Icarus... Merge branch 'master' into merge-job
2020-01-06  Shahab VahediGDB: Fix the overflow in addr/line_is_displayed()
2020-01-06  Shahab VahediGDB: Remove trailing spaces in tui-disasm.c
2020-01-02  Laurent MorichettiMerge branch 'master' into amd-common
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-22  Laurent MorichettiMerge "Rename ROCm Threads AMDGPU Threads" into amd...
2019-12-21  Jenkins as Icarus... Merge branch 'master' into merge-job
2019-12-20  Tom TromeyReimplement tui_get_begin_asm_address
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_show_disassem
2019-12-20  Tom TromeyRemove some unnecessary focus switches
2019-12-20  Tom TromeySimplify tui_source_window_base::maybe_update method
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 TromeyAllow using less horizontal space in TUI source window
2019-11-06  Tom TromeyFix regression from TUI disassembly style patch
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-09  Tom TromeyRemove tui_default_win_viewport_height
2019-09-20  Tom TromeyUse make_unique_xstrdup in TUI
2019-09-20  Tom TromeySimplify TUI disassembly
2019-09-20  Tom TromeyChange tui_source_element::line to be a unique_xmalloc_ptr
2019-08-16  Tom TromeyRemove the TUI execution info window
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_addr_is_displayed into a method
2019-08-15  Tom TromeyMove contents of tui_show_frame_info to new method
2019-08-13  Tom TromeySimplify tui_show_disassem
2019-07-17  Tom TromeyRemove unnecessary "return"s
2019-07-17  Tom TromeyMove tui_source_window to tui-source.h
2019-07-17  Tom TromeyAdd win_info parameter to tui_set_disassem_content
2019-07-17  Tom TromeyIntroduce tui_source_window_base::location_matches_p...
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 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 TromeyDon't use TUI_DISASM_WIN in tui_disasm_window method
2019-06-25  Tom TromeyIntroduce methods for scrolling
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
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-09-04  Pedro AlvesKill init_sal
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-09  Andreas Arneztui-disasm: Fix line buffer size calculation
2016-11-09  Andreas Arneztui-disasm: Fix window content buffer overrun
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
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-15  Doug EvansPR symtab/17559
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-04-08  Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-02-03  Jan Kratochvilgdb/
2013-01-31  Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
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-03-20  Daniel Jacobowitz * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-10-19  Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-07-02  Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-07-02  Ulrich Weigand * disasm.h (gdb_disassembly): Add GDBARCH parameter.
2009-02-21  Pedro Alves2008-02-21 Pedro Alves <pedro@codesorcery.com>
2009-01-18  Pedro Alves * tui/tui-disasm.c (tui_vertical_disassem_scroll)...
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2007-08-23  Joel Brobecker Switch the license of all .c files to GPLv3.
2007-08-15  Michael Snyder2007-08-14 Michael Snyder <msnyder@access-company...
2007-08-14  Michael Snyder2007-08-14 Michael Snyder <msnyder@access-company...
2007-08-14  Michael Snyder2007-08-14 Michael Snyder <msnyder@access-company...
2007-08-14  Michael Snyder2007-08-14 Michael Snyder <msnyder@access-company...
2007-08-14  Michael Snyder2007-08-14 Michael Snyder <msnyder@access-company...
2007-06-21  Maciej W. Rozyckigdb/:
2007-02-27  Daniel Jacobowitz * frame.c (deprecated_selected_frame): Rename to...
2007-01-09  Daniel JacobowitzCopyright updates for 2007.
2006-04-20  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-23  Eli Zaretskii * tui/tui-file.c:
2005-11-01  Andrew Stubbs2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
2004-02-25  Joel Brobecker * tui/tui-disasm.c: %s/lines/asm_lines/g to...
2004-02-10  Andrew Cagney2004-02-10 Andrew Cagney <cagney@redhat.com>
2004-02-08  Andrew Cagney2004-02-07 Andrew Cagney <cagney@redhat.com>
next
This page took 1.815802 seconds and 107 git commands to generate.