Age | Commit message (Expand) | Author | Files | Lines |
2017-11-15 | tui-win: Replace VEC with std::vector | Simon Marchi | 1 | -12/+9 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -4/+1 |
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 | 3 | -25/+24 |
2017-10-11 | Remove cleanups from TUI | Tom Tromey | 2 | -17/+9 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+3 |
2017-10-11 | Remove unnecessary parentheses in declarations | Egeyar Bagcioglu | 2 | -2/+2 |
2017-09-27 | Constify some commands in tui.c | Tom Tromey | 1 | -2/+2 |
2017-09-27 | Constify tui_reg_command | Tom Tromey | 1 | -1/+1 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -5/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 7 | -20/+0 |
2017-09-04 | Kill init_sal | Pedro Alves | 3 | -7/+5 |
2017-08-16 | Add shortcuts for "nexti" and "stepi" commands in Single-Key mode | Ruslan Kabatsayev | 1 | -0/+2 |
2017-08-03 | Replace tui_restore_gdbout with scoped_restore | Tom Tromey | 1 | -20/+6 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 3 | -22/+22 |
2017-05-19 | Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (... | Rainer Orth | 3 | -5/+6 |
2017-05-13 | Avoid compiler warning in MinGW build | Eli Zaretskii | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 9 | -14/+13 |
2017-03-08 | Fix PR tui/21216: TUI line breaks regression | Pedro Alves | 4 | -40/+91 |
2017-03-07 | Fix "layout reg" crash | Pedro Alves | 1 | -1/+0 |
2017-02-03 | C++-fy struct interp/cli_interp/tui_interp/mi_interp | Pedro Alves | 1 | -39/+35 |
2017-02-02 | Move "tee" building down to interpreter::set_logging_proc | Pedro Alves | 1 | -1/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 6 | -263/+61 |
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 |