aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-data.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Introduce tui_win_info::clear_detail methodTom Tromey1-25/+32
2019-06-25Create subclasses for different window typesTom Tromey1-32/+44
2019-06-25Add destructor to tui_win_infoTom Tromey1-27/+25
2019-06-25Use new and delete for TUI windowsTom Tromey1-3/+2
2019-06-22Remove two unused functions from the TUITom Tromey1-77/+0
2019-06-16Remove more unnecessary casts of NULLTom Tromey1-12/+8
2019-06-16Remove unnecessary casts of NULLTom Tromey1-10/+9
2019-06-16Remove some NULL checks from the TUITom Tromey1-16/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-1/+4
2018-10-19Deprecate and replace the "tabset" commandTom Tromey1-17/+0
2018-10-15Remove unnecessary casts from TUITom Tromey1-2/+2
2018-09-06Remove unused tui_win_element::highlightSimon Marchi1-1/+0
2018-09-06Remove unused tui_win_info::detail::opaqueSimon Marchi1-3/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-11Remove unnecessary parentheses in declarationsEgeyar Bagcioglu1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26tui: Simplify tui_alloc_contentSimon Marchi1-25/+14
2015-10-24tui-data.c: Remove unnecessary castsSimon Marchi1-2/+2
2015-09-04gdb/tui: Remove casts of NULL during assignment.Andrew Burgess1-16/+16
2015-08-31gdb/tui: Make local variable const.Andrew Burgess1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-6/+6
2015-08-20Remove fields curch and cur_line from TUI_CMD_WINPatrick Palka1-4/+1
2015-07-06gdb: tui_win_name: Make parameter and result const.Andrew Burgess1-3/+4
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess1-9/+1
2015-04-27Fix PR gdb/18155Patrick Palka1-7/+0
2015-04-27Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka1-7/+4
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-02-27Do not increment of decrement enumsTom Tromey1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-01-13replace XMALLOC with XNEWTom Tromey1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-02-03gdb/Jan Kratochvil1-1/+1
2013-02-03gdb/Jan Kratochvil1-7/+7
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-10/+0
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-5/+10
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-07-02 * disasm.h (gdb_disassembly): Add GDBARCH parameter.Ulrich Weigand1-0/+2
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-2/+2
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-2/+2
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-11-13 * tui/tui-data.c (tui_prev_win): Guard against NULL.Thiago Jung Bauermann1-1/+2