Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-04-12 | Eliminate immediate_quit | Pedro Alves | 1 | -10/+3 |
2016-04-12 | target remote: Don't rely on immediate_quit (introduce quit handlers) | Pedro Alves | 1 | -3/+63 |
2016-04-12 | Don't call clear_quit_flag in command_handler | Pedro Alves | 1 | -1/+0 |
2016-04-12 | Introduce interruptible_select | Pedro Alves | 1 | -2/+73 |
2016-04-12 | Fix signal handler/event-loop races | Pedro Alves | 1 | -0/+2 |
2016-04-12 | Don't set immediate_quit in prompt_for_continue | Pedro Alves | 1 | -0/+9 |
2016-03-09 | Command line input handling TLC | Pedro Alves | 1 | -176/+164 |
2016-03-09 | Simplify saved_command_line handling | Pedro Alves | 1 | -7/+2 |
2016-03-09 | Use struct buffer in gdb_readline_no_editing_callback | Pedro Alves | 1 | -20/+19 |
2016-03-09 | Eliminate async_annotation_suffix | Pedro Alves | 1 | -38/+8 |
2016-03-09 | gdb_readline2 -> gdb_readline_no_editing_callback | Pedro Alves | 1 | -18/+18 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-18 | Reset pagination counts even when stdin is not a tty. | Sandra Loosemore | 1 | -2/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+3 |
2015-09-09 | Garbage collect thread continuations | Pedro Alves | 1 | -2/+0 |
2015-07-27 | Have SIGTERM promptly quit GDB even when the dummy target is active | Patrick Palka | 1 | -9/+4 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -4/+8 |
2015-01-12 | Append to input history file instead of overwriting it | Patrick Palka | 1 | -1/+1 |