| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2015-08-26 | 2 | -10/+8 |
* | tui: don't overwrite a secondary prompt that was given no input | Patrick Palka | 2015-08-21 | 1 | -1/+1 |
* | Use tui_putc to output newline entered by the user | Patrick Palka | 2015-08-21 | 1 | -1/+1 |
* | Remove fields curch and cur_line from TUI_CMD_WIN | Patrick Palka | 2015-08-20 | 4 | -37/+12 |
* | gdb/tui: Add command completion to winheight command. | Andrew Burgess | 2015-07-13 | 1 | -12/+44 |
* | gdb/tui: Use cleanups to free string copies. | Andrew Burgess | 2015-07-10 | 1 | -3/+6 |
* | gdb/tui: Define tui window names once. | Andrew Burgess | 2015-07-10 | 1 | -22/+5 |
* | gdb: Convert TUI windows names to lower case. | Andrew Burgess | 2015-07-10 | 2 | -9/+9 |
* | tui: replace deprecated_register_changed_hook with observer | Patrick Palka | 2015-07-08 | 1 | -5/+13 |
* | gdb/tui: Don't cast between window types. | Andrew Burgess | 2015-07-06 | 1 | -2/+1 |
* | gdb: tui_win_name: Make parameter and result const. | Andrew Burgess | 2015-07-06 | 2 | -4/+5 |
* | TUI: Make sure to update registers if frame information has changed | Patrick Palka | 2015-07-01 | 3 | -10/+21 |
* | Replace TUI's select_frame hook (PR tui/13378) | Patrick Palka | 2015-06-30 | 1 | -18/+52 |
* | Be lazy about refreshing the windows in tui_show_frame_info (PR tui/13378) | Patrick Palka | 2015-06-30 | 1 | -16/+55 |
* | Correctly initialize the TUI locator window | Patrick Palka | 2015-06-30 | 1 | -1/+1 |
* | Add tab completion for TUI's "focus" command | Patrick Palka | 2015-06-26 | 1 | -1/+68 |
* | Call target_terminal_ours_for_output() before refreshing TUI's frame info | Patrick Palka | 2015-06-16 | 1 | -0/+6 |
* | gdb: Rework command completion on 'tui reg'. | Andrew Burgess | 2015-06-13 | 1 | -60/+105 |
* | gdb: tui: Minor fix to compare against NULL. | Andrew Burgess | 2015-05-26 | 1 | -1/+1 |
* | gdb: Add 'tui reg prev' command. | Andrew Burgess | 2015-05-26 | 1 | -0/+26 |
* | gdb: New 'tui enable' and 'tui disable' commands. | Andrew Burgess | 2015-05-22 | 1 | -0/+34 |
* | gdb: Use NULL not 0 in a tui function. | Andrew Burgess | 2015-05-21 | 1 | -3/+3 |
* | gdb: Add cleanup to avoid memory leak on error. | Andrew Burgess | 2015-05-21 | 1 | -1/+3 |
* | gdb: Don't call tui_enable too early. | Andrew Burgess | 2015-05-21 | 1 | -4/+6 |
* | gdb: Add completer for layout command. | Andrew Burgess | 2015-05-21 | 1 | -1/+17 |
* | gdb: Remove register class specific layout names. | Andrew Burgess | 2015-05-21 | 7 | -205/+102 |
* | Remove buggy xterm workaround in tui_dispatch_ctrl_char() | Patrick Palka | 2015-05-14 | 1 | -73/+32 |
* | Avoid race condition when handling a SIGWINCH signal | Patrick Palka | 2015-05-13 | 2 | -2/+2 |
* | Update our idea of our terminal's dimensions even outside of TUI | Patrick Palka | 2015-04-28 | 1 | -13/+18 |
* | Introduce function for directly updating GDB's screen dimensions | Patrick Palka | 2015-04-28 | 1 | -9/+14 |
* | TUI: avoid calling strcpy() on identical string objects | Patrick Palka | 2015-04-27 | 1 | -1/+3 |
* | Fix PR gdb/18155 | Patrick Palka | 2015-04-27 | 1 | -7/+0 |
* | Make type-safe the 'content' field of struct tui_gen_win_info | Patrick Palka | 2015-04-27 | 7 | -85/+61 |
* | Explicitly call rl_resize_terminal() in TUI's SIGWINCH handler | Patrick Palka | 2015-04-23 | 1 | -0/+1 |
* | Remove --xdb | Jan Kratochvil | 2015-04-11 | 3 | -134/+0 |
* | Fix undefined behavior in TUI's TAB expansion | Eli Zaretskii | 2015-03-21 | 1 | -8/+8 |
* | constify tui/tui-io.c | Pedro Alves | 2015-03-20 | 1 | -1/+1 |
* | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2015-03-07 | 1 | -3/+3 |
* | New common function "startswith" | Gary Benson | 2015-03-06 | 1 | -1/+1 |
* | Do not increment of decrement enums | Tom Tromey | 2015-02-27 | 4 | -11/+11 |
* | Fix struct, union, and enum nesting in C++ | Tom Tromey | 2015-02-27 | 1 | -1/+7 |
* | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 2015-02-27 | 1 | -1/+1 |
* | Asynchronously resize the TUI | Patrick Palka | 2015-02-18 | 2 | -39/+41 |
* | Remove superfluous function key_is_command_char() | Patrick Palka | 2015-02-17 | 1 | -15/+2 |
* | TUI: resize windows to new terminal size before displaying them | Pedro Alves | 2015-02-17 | 1 | -6/+10 |
* | Fix a pair of screen-resizing issues in TUI | Patrick Palka | 2015-02-10 | 2 | -0/+8 |
* | Fix truncation of TUI command history | Patrick Palka | 2015-02-10 | 1 | -3/+10 |
* | Speed up GDB's TUI output | Doug Evans | 2015-02-04 | 4 | -6/+31 |
* | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 2015-01-31 | 1 | -1/+3 |
* | Unify CLI/TUI interface to readline tab completion. | Doug Evans | 2015-01-31 | 1 | -160/+88 |