Age | Commit message (Expand) | Author | Files | Lines |
2022-07-18 | Remove manual lifetime management from cli_interp | Tom Tromey | 1 | -22/+14 |
2022-07-18 | Remove cli_out_new | Tom Tromey | 1 | -1/+1 |
2022-06-24 | Eliminate TUI/CLI observers duplication | Pedro Alves | 1 | -66/+61 |
2022-03-28 | Switch gdb_stdlog to use timestamped_file | Tom Tromey | 1 | -1/+5 |
2022-03-28 | Use unique_ptr in CLI logging code | Tom Tromey | 1 | -26/+17 |
2022-03-28 | Simplify the CLI set_logging logic | Tom Tromey | 1 | -16/+4 |
2022-02-07 | gdb: make thread_info::m_thread_fsm a std::unique_ptr | Lancelot SIX | 1 | -3/+3 |
2022-02-07 | gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification' | Tankut Baris Aktemur | 1 | -0/+4 |
2022-02-07 | gdb/cli: convert cli_suppress_notification from int to bool | Tankut Baris Aktemur | 1 | -4/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-08 | gdb: remove bpstat typedef, rename bpstats to bpstat | Simon Marchi | 1 | -1/+1 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -9/+11 |
2021-01-27 | Avoid use after free with logging and debug redirect. | Lancelot SIX | 1 | -0/+8 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-05-17 | Add debug redirect option | Alan Hayward | 1 | -11/+20 |
2019-05-17 | Change file close behavior for tee_file | Alan Hayward | 1 | -16/+22 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -2/+2 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -1/+1 |
2019-01-21 | Remove duplicate or commented-out #includes | Tom Tromey | 1 | -1/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Avoid find_thread_ptid with null_ptid | Pedro Alves | 1 | -3/+1 |
2018-10-19 | Fix cli_interp::cli_uiout resource leak found by Coverity | Gary Benson | 1 | -0/+6 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -0/+1 |
2018-05-25 | Change the as_*_interp functions to use dynamic_cast | Tom Tromey | 1 | -3/+1 |
2018-05-25 | Use scoped_restore in a couple of interp-related places | Tom Tromey | 1 | -6/+2 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -10/+10 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -8/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -1/+0 |
2017-02-03 | C++-fy struct interp/cli_interp/tui_interp/mi_interp | Pedro Alves | 1 | -44/+45 |
2017-02-02 | Move "tee" building down to interpreter::set_logging_proc | Pedro Alves | 1 | -1/+58 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -6/+6 |
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/+38 |
2016-06-21 | Only send sync execution command output to the UI that ran the command | Pedro Alves | 1 | -2/+8 |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 1 | -4/+3 |
2016-06-21 | New function should_print_stop_to_console | Pedro Alves | 1 | -0/+34 |
2016-06-21 | Simplify starting the command event loop | Pedro Alves | 1 | -1/+9 |
2016-06-21 | Make command line editing (use of readline) be per UI | Pedro Alves | 1 | -2/+14 |
2016-06-21 | Make the intepreters output to all UIs | Pedro Alves | 1 | -31/+96 |
2016-06-21 | Introduce interpreter factories | Pedro Alves | 1 | -32/+55 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+2 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -0/+13 |