Age | Commit message (Expand) | Author | Files | Lines |
2021-04-22 | gdb/continuations: turn continuation functions into inferior methods | Tankut Baris Aktemur | 1 | -1/+0 |
2021-03-12 | Use RAII to set the per-thread SIGSEGV handler | Christian Biesinger | 1 | -2/+21 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -5/+5 |
2020-10-02 | gdb: add debug prints in event loop | Simon Marchi | 1 | -1/+51 |
2020-10-02 | gdb: give names to async event/signal handlers | Simon Marchi | 1 | -7/+7 |
2020-10-02 | gdb: give names to event loop file handlers | Simon Marchi | 1 | -1/+2 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-04-13 | Introduce async-event.[ch] | Tom Tromey | 1 | -0/+1 |
2020-04-13 | Move gdb_select.h to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-02-07 | Make gdb_flush also flush the wrap buffer | Iain Buclaw | 1 | -1/+1 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -5/+9 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-13 | Silence ARI for valid calls to abort | Tom Tromey | 1 | -1/+1 |
2019-11-26 | Introduce thread-safe way to handle SIGSEGV | Tom Tromey | 1 | -0/+41 |
2019-11-26 | Add RAII class for blocking gdb signals | Tom Tromey | 1 | -1/+2 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -2/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-31 | Add previous_saved_command_line to allow a command to repeat a previous command. | Philippe Waroquiers | 1 | -9/+7 |
2019-05-28 | Suppress SIGTTOU when handling errors | Alan Hayward | 1 | -1/+1 |
2019-04-25 | Fix memory leak in exception code | Tom Tromey | 1 | -1/+5 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -1/+1 |
2019-04-25 | Make SJLJ exceptions more efficient | Tom Tromey | 1 | -3/+3 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -18/+14 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -14/+18 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-21 | Fix leak in event-top.c history expansion | Philippe Waroquiers | 1 | -10/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-30 | Change input_handler to take a unique_xmalloc_ptr | Tom Tromey | 1 | -10/+8 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-12 | fix "server" command prefix handling (unexpected confirmation queries) | Joel Brobecker | 1 | -1/+2 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -3/+3 |
2017-11-06 | Eliminate STOP_SIGNAL, use SIGTSTP directly | Pedro Alves | 1 | -15/+11 |
2017-10-03 | Remove make_delete_ui_cleanup | Tom Tromey | 1 | -1/+1 |
2017-09-29 | Remove cleanup from display_gdb_prompt | Tom Tromey | 1 | -16/+9 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -47/+2 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: execute_command calls with string literals | Pedro Alves | 1 | -1/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-20 | Fix longjmp across readline w/ --enable-sjlj-exceptions toolchains | Pedro Alves | 1 | -5/+18 |
2016-10-21 | Change command stats reporting to use class | Tom Tromey | 1 | -4/+1 |
2016-10-21 | Remove make_cleanup_restore_current_ui | Tom Tromey | 1 | -50/+0 |
2016-09-06 | Introduce make_cleanup_restore_current_ui | Pedro Alves | 1 | -3/+11 |
2016-08-09 | Fix PR gdb/20418 - Problems with synchronous commands and new-ui | Pedro Alves | 1 | -1/+19 |