Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-06-21 | Make stdin be per UI | Pedro Alves | 1 | -12/+11 |
2016-06-21 | Handle UI's terminal closing | Pedro Alves | 1 | -15/+27 |
2016-06-21 | Make main_ui be heap allocated | Pedro Alves | 1 | -5/+4 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -10/+19 |
2016-06-21 | Simplify starting the command event loop | Pedro Alves | 1 | -13/+0 |
2016-06-21 | Always process target events in the main UI | Pedro Alves | 1 | -2/+2 |
2016-06-21 | Make command line editing (use of readline) be per UI | Pedro Alves | 1 | -44/+50 |
2016-06-21 | Make out and error streams be per UI | Pedro Alves | 1 | -2/+2 |
2016-06-21 | Make input_fd be per UI | Pedro Alves | 1 | -19/+14 |
2016-06-21 | Make instream be per UI | Pedro Alves | 1 | -15/+19 |
2016-06-21 | Always run async signal handlers in the main UI | Pedro Alves | 1 | -3/+2 |
2016-06-21 | Make the intepreters output to all UIs | Pedro Alves | 1 | -2/+49 |
2016-06-21 | Introduce "struct ui" | Pedro Alves | 1 | -45/+29 |
2016-04-22 | Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCH | Pedro Alves | 1 | -7/+90 |
2016-04-22 | Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapper | Pedro Alves | 1 | -7/+8 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -1/+1 |