Age | Commit message (Expand) | Author | Files | Lines |
2019-06-25 | Add destructor to tui_win_info | Tom Tromey | 1 | -1/+1 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -7/+5 |
2019-06-11 | Remove trailing newlines from help text | Tom Tromey | 1 | -32/+32 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-19 | Deprecate and replace the "tabset" command | Tom Tromey | 1 | -129/+184 |
2018-10-15 | Remove unnecessary casts from TUI | Tom Tromey | 1 | -16/+14 |
2018-09-26 | Small fix for "winheight" usage | Tom Tromey | 1 | -1/+1 |
2018-05-24 | Update help strings in TUI | Tom Tromey | 1 | -14/+13 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-15 | tui-win: Replace VEC with std::vector | Simon Marchi | 1 | -12/+9 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+2 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -20/+20 |
2017-10-11 | Remove cleanups from TUI | Tom Tromey | 1 | -10/+5 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -14/+14 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -6/+5 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-04 | gdb/tui: Remove casts of NULL during assignment. | Andrew Burgess | 1 | -4/+4 |
2015-08-20 | Remove fields curch and cur_line from TUI_CMD_WIN | Patrick Palka | 1 | -5/+1 |
2015-07-13 | gdb/tui: Add command completion to winheight command. | Andrew Burgess | 1 | -12/+44 |
2015-07-10 | gdb/tui: Use cleanups to free string copies. | Andrew Burgess | 1 | -3/+6 |
2015-07-10 | gdb/tui: Define tui window names once. | Andrew Burgess | 1 | -22/+5 |
2015-07-10 | gdb: Convert TUI windows names to lower case. | Andrew Burgess | 1 | -5/+5 |
2015-07-06 | gdb/tui: Don't cast between window types. | Andrew Burgess | 1 | -2/+1 |
2015-06-26 | Add tab completion for TUI's "focus" command | Patrick Palka | 1 | -1/+68 |
2015-05-13 | Avoid race condition when handling a SIGWINCH signal | Patrick Palka | 1 | -1/+1 |
2015-04-28 | Update our idea of our terminal's dimensions even outside of TUI | Patrick Palka | 1 | -13/+18 |
2015-04-28 | Introduce function for directly updating GDB's screen dimensions | Patrick Palka | 1 | -9/+14 |
2015-04-23 | Explicitly call rl_resize_terminal() in TUI's SIGWINCH handler | Patrick Palka | 1 | -0/+1 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -46/+0 |
2015-02-27 | Do not increment of decrement enums | Tom Tromey | 1 | -4/+4 |
2015-02-18 | Asynchronously resize the TUI | Patrick Palka | 1 | -12/+41 |
2015-01-16 | Fix an erroneous commentary. | Eli Zaretskii | 1 | -1/+1 |
2015-01-16 | Make setting TUI border attributes take effect immediately | Eli Zaretskii | 1 | -3/+20 |
2015-01-16 | Make the change of tab size in TUI mode effective immediately | Eli Zaretskii | 1 | -1/+21 |
2015-01-16 | Fix TUI-related documentation. | Eli Zaretskii | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-23 | Specify SA_RESTART when registering the SIGWINCH signal handler | Patrick Palka | 1 | -0/+3 |
2014-11-15 | PR symtab/17559 | Doug Evans | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-20 | ARI fixes: sprintf rule. | Pierre Muller | 1 | -2/+2 |
2012-03-16 | 2012-03-16 Chris January <chris.january@allinea.com> | Tom Tromey | 1 | -4/+7 |
2012-02-02 | PR gdb/13405: | Tom Tromey | 1 | -4/+7 |