Age | Commit message (Expand) | Author | Files | Lines |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 32 | -32/+32 |
2015-10-26 | tui: Simplify tui_alloc_content | Simon Marchi | 1 | -25/+14 |
2015-10-24 | tui-data.c: Remove unnecessary casts | Simon Marchi | 1 | -2/+2 |
2015-10-13 | More char constification | Pedro Alves | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 3 | -63/+75 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 3 | -5/+6 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -0/+13 |
2015-09-04 | gdb/tui: Remove casts of NULL during assignment. | Andrew Burgess | 6 | -24/+24 |
2015-08-31 | gdb/tui: Make local variable const. | Andrew Burgess | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2 | -10/+8 |
2015-08-21 | tui: don't overwrite a secondary prompt that was given no input | Patrick Palka | 1 | -1/+1 |
2015-08-21 | Use tui_putc to output newline entered by the user | Patrick Palka | 1 | -1/+1 |
2015-08-20 | Remove fields curch and cur_line from TUI_CMD_WIN | Patrick Palka | 4 | -37/+12 |
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 | 2 | -9/+9 |
2015-07-08 | tui: replace deprecated_register_changed_hook with observer | Patrick Palka | 1 | -5/+13 |
2015-07-06 | gdb/tui: Don't cast between window types. | Andrew Burgess | 1 | -2/+1 |
2015-07-06 | gdb: tui_win_name: Make parameter and result const. | Andrew Burgess | 2 | -4/+5 |
2015-07-01 | TUI: Make sure to update registers if frame information has changed | Patrick Palka | 3 | -10/+21 |
2015-06-30 | Replace TUI's select_frame hook (PR tui/13378) | Patrick Palka | 1 | -18/+52 |
2015-06-30 | Be lazy about refreshing the windows in tui_show_frame_info (PR tui/13378) | Patrick Palka | 1 | -16/+55 |
2015-06-30 | Correctly initialize the TUI locator window | Patrick Palka | 1 | -1/+1 |
2015-06-26 | Add tab completion for TUI's "focus" command | Patrick Palka | 1 | -1/+68 |
2015-06-16 | Call target_terminal_ours_for_output() before refreshing TUI's frame info | Patrick Palka | 1 | -0/+6 |
2015-06-13 | gdb: Rework command completion on 'tui reg'. | Andrew Burgess | 1 | -60/+105 |
2015-05-26 | gdb: tui: Minor fix to compare against NULL. | Andrew Burgess | 1 | -1/+1 |
2015-05-26 | gdb: Add 'tui reg prev' command. | Andrew Burgess | 1 | -0/+26 |
2015-05-22 | gdb: New 'tui enable' and 'tui disable' commands. | Andrew Burgess | 1 | -0/+34 |
2015-05-21 | gdb: Use NULL not 0 in a tui function. | Andrew Burgess | 1 | -3/+3 |
2015-05-21 | gdb: Add cleanup to avoid memory leak on error. | Andrew Burgess | 1 | -1/+3 |
2015-05-21 | gdb: Don't call tui_enable too early. | Andrew Burgess | 1 | -4/+6 |
2015-05-21 | gdb: Add completer for layout command. | Andrew Burgess | 1 | -1/+17 |
2015-05-21 | gdb: Remove register class specific layout names. | Andrew Burgess | 7 | -205/+102 |
2015-05-14 | Remove buggy xterm workaround in tui_dispatch_ctrl_char() | Patrick Palka | 1 | -73/+32 |
2015-05-13 | Avoid race condition when handling a SIGWINCH signal | Patrick Palka | 2 | -2/+2 |
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-27 | TUI: avoid calling strcpy() on identical string objects | Patrick Palka | 1 | -1/+3 |
2015-04-27 | Fix PR gdb/18155 | Patrick Palka | 1 | -7/+0 |
2015-04-27 | Make type-safe the 'content' field of struct tui_gen_win_info | Patrick Palka | 7 | -85/+61 |
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 | 3 | -134/+0 |
2015-03-21 | Fix undefined behavior in TUI's TAB expansion | Eli Zaretskii | 1 | -8/+8 |
2015-03-20 | constify tui/tui-io.c | Pedro Alves | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+3 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-02-27 | Do not increment of decrement enums | Tom Tromey | 4 | -11/+11 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 1 | -1/+7 |