Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 33 | -33/+33 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 6 | -107/+101 |
2016-12-02 | Introduce enum_flag type for ui_out flags | Simon Marchi | 1 | -1/+1 |
2016-11-30 | Use new/delete instead of malloc/free-based functions | Simon Marchi | 1 | -1/+1 |
2016-11-09 | tui-winsource: Remove failed-allocation logic | Andreas Arnez | 1 | -15/+0 |
2016-11-09 | tui-winsource: Allocate for actual lines only | Andreas Arnez | 1 | -2/+5 |
2016-11-09 | tui-disasm: Fix line buffer size calculation | Andreas Arnez | 1 | -9/+10 |
2016-11-09 | tui-disasm: Fix window content buffer overrun | Andreas Arnez | 1 | -14/+10 |
2016-10-21 | Remove make_cleanup_restore_current_ui | Tom Tromey | 1 | -20/+7 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 1 | -0/+33 |
2016-07-14 | Use getcurx in curses code | Tom Tromey | 2 | -9/+9 |
2016-06-21 | Only send sync execution command output to the UI that ran the command | Pedro Alves | 1 | -2/+9 |
2016-06-21 | Make gdb_in_secondary_prompt_p() be per UI | Pedro Alves | 2 | -3/+3 |
2016-06-21 | Simplify starting the command event loop | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Make command line editing (use of readline) be per UI | Pedro Alves | 2 | -3/+8 |
2016-06-21 | Make the intepreters output to all UIs | Pedro Alves | 1 | -31/+96 |
2016-06-21 | Introduce interpreter factories | Pedro Alves | 1 | -13/+25 |
2016-06-14 | Pass a NULL pointer as the last argument to find_pc_partial_function. | John Baldwin | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-04-12 | TUI: GC tui_target_has_run | Pedro Alves | 1 | -24/+0 |
2016-04-12 | TUI: check whether in secondary prompt instead of immediate_quit | Pedro Alves | 2 | -2/+4 |
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 |