aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-win.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Deprecate and replace the "tabset" commandTom Tromey1-129/+184
2018-10-15Remove unnecessary casts from TUITom Tromey1-16/+14
2018-09-26Small fix for "winheight" usageTom Tromey1-1/+1
2018-05-24Update help strings in TUITom Tromey1-14/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-15tui-win: Replace VEC with std::vectorSimon Marchi1-12/+9
2017-11-07Constify add_setshow_*Tom Tromey1-1/+2
2017-11-07Constify add_infoTom Tromey1-2/+2
2017-11-07Constify add_comTom Tromey1-20/+20
2017-10-11Remove cleanups from TUITom Tromey1-10/+5
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-14/+14
2017-04-05-Wwrite-strings: The RestPedro Alves1-6/+5
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-04gdb/tui: Remove casts of NULL during assignment.Andrew Burgess1-4/+4
2015-08-20Remove fields curch and cur_line from TUI_CMD_WINPatrick Palka1-5/+1
2015-07-13gdb/tui: Add command completion to winheight command.Andrew Burgess1-12/+44
2015-07-10gdb/tui: Use cleanups to free string copies.Andrew Burgess1-3/+6
2015-07-10gdb/tui: Define tui window names once.Andrew Burgess1-22/+5
2015-07-10gdb: Convert TUI windows names to lower case.Andrew Burgess1-5/+5
2015-07-06gdb/tui: Don't cast between window types.Andrew Burgess1-2/+1
2015-06-26Add tab completion for TUI's "focus" commandPatrick Palka1-1/+68
2015-05-13Avoid race condition when handling a SIGWINCH signalPatrick Palka1-1/+1
2015-04-28Update our idea of our terminal's dimensions even outside of TUIPatrick Palka1-13/+18
2015-04-28Introduce function for directly updating GDB's screen dimensionsPatrick Palka1-9/+14
2015-04-23Explicitly call rl_resize_terminal() in TUI's SIGWINCH handlerPatrick Palka1-0/+1
2015-04-11Remove --xdbJan Kratochvil1-46/+0
2015-02-27Do not increment of decrement enumsTom Tromey1-4/+4
2015-02-18Asynchronously resize the TUIPatrick Palka1-12/+41
2015-01-16Fix an erroneous commentary.Eli Zaretskii1-1/+1
2015-01-16Make setting TUI border attributes take effect immediatelyEli Zaretskii1-3/+20
2015-01-16Make the change of tab size in TUI mode effective immediatelyEli Zaretskii1-1/+21
2015-01-16Fix TUI-related documentation.Eli Zaretskii1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-23Specify SA_RESTART when registering the SIGWINCH signal handlerPatrick Palka1-0/+3
2014-11-15PR symtab/17559Doug Evans1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
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-11-20 ARI fixes: sprintf rule.Pierre Muller1-2/+2
2012-03-162012-03-16 Chris January <chris.january@allinea.com>Tom Tromey1-4/+7
2012-02-02 PR gdb/13405:Tom Tromey1-4/+7
2012-01-28gdb/Jan Kratochvil1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-02-262011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+2
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-13/+21