| Commit message (Expand) | Author | Age | Files | Lines |
* | Use getcurx in curses code | Tom Tromey | 2016-07-14 | 2 | -9/+9 |
* | Only send sync execution command output to the UI that ran the command | Pedro Alves | 2016-06-21 | 1 | -2/+9 |
* | Make gdb_in_secondary_prompt_p() be per UI | Pedro Alves | 2016-06-21 | 2 | -3/+3 |
* | Simplify starting the command event loop | Pedro Alves | 2016-06-21 | 1 | -1/+1 |
* | Make command line editing (use of readline) be per UI | Pedro Alves | 2016-06-21 | 2 | -3/+8 |
* | Make the intepreters output to all UIs | Pedro Alves | 2016-06-21 | 1 | -31/+96 |
* | Introduce interpreter factories | Pedro Alves | 2016-06-21 | 1 | -13/+25 |
* | Pass a NULL pointer as the last argument to find_pc_partial_function. | John Baldwin | 2016-06-14 | 1 | -1/+1 |
* | remove trivialy unused variables | Trevor Saunders | 2016-05-07 | 1 | -2/+0 |
* | TUI: GC tui_target_has_run | Pedro Alves | 2016-04-12 | 1 | -24/+0 |
* | TUI: check whether in secondary prompt instead of immediate_quit | Pedro Alves | 2016-04-12 | 2 | -2/+4 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 32 | -32/+32 |
* | tui: Simplify tui_alloc_content | Simon Marchi | 2015-10-26 | 1 | -25/+14 |
* | tui-data.c: Remove unnecessary casts | Simon Marchi | 2015-10-24 | 1 | -2/+2 |
* | More char constification | Pedro Alves | 2015-10-13 | 1 | -1/+1 |
* | Add some more casts (2/2) | Simon Marchi | 2015-09-25 | 3 | -63/+75 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 3 | -5/+6 |
* | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 2015-09-09 | 1 | -0/+13 |
* | gdb/tui: Remove casts of NULL during assignment. | Andrew Burgess | 2015-09-04 | 6 | -24/+24 |
* | gdb/tui: Make local variable const. | Andrew Burgess | 2015-08-31 | 1 | -1/+1 |
* | 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 |