aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-layout.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Remove layout_def::splitTom Tromey1-5/+0
2019-06-25Separate out locator windowTom Tromey1-21/+21
2019-06-25Separate out execution-info windowTom Tromey1-8/+12
2019-06-25Remove tui_alloc_win_infoTom Tromey1-4/+23
2019-06-25Introduce enum tui_boxTom Tromey1-2/+3
2019-06-25Remove some TUI static allocationsTom Tromey1-16/+8
2019-06-25Introduce tui_gen_win_info::reset methodTom Tromey1-155/+113
2019-06-25Introduce refresh_window methodTom Tromey1-2/+2
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-38/+38
2019-06-25Use new and delete for tui_gen_win_infoTom Tromey1-1/+1
2019-06-25Introduce set_highlight methodTom Tromey1-9/+9
2019-06-25Introduce two TUI source window methodsTom Tromey1-1/+2
2019-06-25Remove an unneeded NULL checkTom Tromey1-23/+21
2019-06-25Remove struct tui_data_infoTom Tromey1-6/+2
2019-06-25Remove struct tui_command_infoTom Tromey1-3/+4
2019-06-25Remove struct tui_source_infoTom Tromey1-31/+39
2019-06-25Introduce has_locator methodTom Tromey1-7/+7
2019-06-25Simplify source and disassembly window creationTom Tromey1-30/+24
2019-06-25Simplify command window creationTom Tromey1-77/+69
2019-06-25Remove an unnecessary NULL check from the TUITom Tromey1-10/+8
2019-06-16Remove unnecessary casts of NULLTom Tromey1-1/+1
2019-06-11Remove trailing newlines from help textTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-15Remove unnecessary casts from TUITom Tromey1-1/+1
2018-05-24Update help strings in TUITom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_comTom Tromey1-3/+2
2017-10-11Remove cleanups from TUITom Tromey1-7/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-2/+3
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-09-25Add some more casts (2/2)Simon Marchi1-49/+61
2015-09-04gdb/tui: Remove casts of NULL during assignment.Andrew Burgess1-1/+1
2015-05-21gdb: Add cleanup to avoid memory leak on error.Andrew Burgess1-1/+3
2015-05-21gdb: Don't call tui_enable too early.Andrew Burgess1-4/+6
2015-05-21gdb: Add completer for layout command.Andrew Burgess1-1/+17
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess1-164/+95
2015-04-11Remove --xdbJan Kratochvil1-58/+0
2015-02-27Do not increment of decrement enumsTom Tromey1-4/+4
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-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+2
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+6
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-03-20 * tui/tui-disasm.c (tui_get_begin_asm_address): Default toDaniel Jacobowitz1-1/+2