Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-15 | Fix build with Python 3.4 (PR python/16784) | Simon Marchi | 1 | -1/+1 |
2014-11-23 | Fix the processing of Meta-key commands in TUI | Patrick Palka | 1 | -1/+12 |
2014-10-29 | PR python/17372 - Python hangs when displaying help() | Pedro Alves | 1 | -5/+56 |
2014-10-29 | Fix uninitialized value access when very first GDB command entered is <RET> | Pedro Alves | 1 | -0/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-05-29 | Make display_gdb_prompt CLI-only. | Pedro Alves | 1 | -5/+0 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-03-18 | Fix SIGTERM signal safety (PR gdb/15358). | Jan Kratochvil | 1 | -2/+25 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-06 | 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com> | Muhammad Bilal | 1 | -2/+1 |
2013-09-06 | Give every interpreter a command_loop_proc. | Andrew Burgess | 1 | -2/+4 |
2013-08-28 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-05-05 | gdb/ | Jan Kratochvil | 1 | -0/+1 |