Age | Commit message (Expand) | Author | Files | Lines |
2016-06-21 | Add new command to create extra console/mi UIs | Pedro Alves | 1 | -0/+85 |
2016-06-21 | Make stdin be per UI | Pedro Alves | 1 | -23/+70 |
2016-06-21 | Handle UI's terminal closing | Pedro Alves | 1 | -0/+31 |
2016-06-21 | Make main_ui be heap allocated | Pedro Alves | 1 | -0/+40 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -3/+5 |
2016-06-21 | Make gdb_in_secondary_prompt_p() be per UI | Pedro Alves | 1 | -10/+5 |
2016-06-21 | Make command line editing (use of readline) be per UI | Pedro Alves | 1 | -12/+34 |
2016-06-21 | Make current_ui_out be per UI | Pedro Alves | 1 | -0/+1 |
2016-06-21 | Make instream be per UI | Pedro Alves | 1 | -17/+19 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -3/+3 |
2016-06-21 | Make gdb_stdout&co be per UI | Pedro Alves | 1 | -0/+15 |
2016-06-21 | Introduce "struct ui" | Pedro Alves | 1 | -4/+6 |
2016-04-12 | Introduce interruptible_select | Pedro Alves | 1 | -2/+2 |
2016-04-12 | Inline command_loop in read_command_line | Pedro Alves | 1 | -20/+15 |
2016-04-12 | Don't rely on immediate_quit in command_line_input | Pedro Alves | 1 | -8/+24 |
2016-03-09 | Command line input handling TLC | Pedro Alves | 1 | -142/+28 |
2016-03-09 | Simplify saved_command_line handling | Pedro Alves | 1 | -11/+4 |
2016-03-09 | Use struct buffer in gdb_readline_no_editing | Pedro Alves | 1 | -22/+18 |
2016-03-09 | gdb_readline -> gdb_readline_no_editing | Pedro Alves | 1 | -3/+4 |
2016-03-09 | Eliminate async_annotation_suffix | Pedro Alves | 1 | -4/+0 |
2016-03-09 | Garbage collect window_hook | Pedro Alves | 1 | -9/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | update copyright year printed by GDB, GDBserver and gdbreplay. | 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 some more casts (2/2) | Simon Marchi | 1 | -4/+5 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -3/+5 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -5/+11 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-21 | tui: don't overwrite a secondary prompt that was given no input | Patrick Palka | 1 | -0/+18 |
2015-08-07 | gdb: Move get_frame_language from stack.c to frame.c. | Andrew Burgess | 1 | -0/+1 |
2015-08-07 | gdb: get_frame_language now takes a frame parameter. | Andrew Burgess | 1 | -2/+3 |
2015-07-29 | Make sure terminal settings are restored before exiting | Patrick Palka | 1 | -0/+21 |
2015-07-08 | tui: replace deprecated_register_changed_hook with observer | Patrick Palka | 1 | -5/+0 |
2015-06-26 | Add option to remove duplicate command history entries | Patrick Palka | 1 | -1/+65 |
2015-06-23 | Fix GDBHISTSIZE test failure on i686 | Patrick Palka | 1 | -1/+9 |
2015-06-17 | Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999] | Patrick Palka | 1 | -14/+24 |
2015-06-17 | Read $GDBHISTSIZE instead of $HISTSIZE | Patrick Palka | 1 | -2/+2 |
2015-06-17 | Don't truncate the history file when history size is unlimited | Patrick Palka | 1 | -1/+2 |
2015-05-13 | Fix PR gdb/17820 | Patrick Palka | 1 | -30/+21 |
2015-05-06 | Get rid of deprecated_init_ui_hook | Joel Brobecker | 1 | -14/+0 |
2015-04-28 | Disable readline's SIGWINCH handler | Patrick Palka | 1 | -0/+2 |
2015-03-31 | Add --with-system-zlib in gdb | H.J. Lu | 1 | -9/+0 |
2015-03-25 | Simplify target_async hook interface | Pedro Alves | 1 | -2/+2 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -13/+24 |
2015-03-07 | quit_force: Replace TRY_CATCH wrapper macros | Tom Tromey | 1 | -16/+12 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -1/+1 |
2015-02-03 | Simplify event-loop core, remove two-step event processing | Pedro Alves | 1 | -1/+0 |
2015-01-31 | Unify CLI/TUI interface to readline tab completion. | Doug Evans | 1 | -0/+1 |
2015-01-12 | Append to input history file instead of overwriting it | Patrick Palka | 1 | -3/+70 |
2015-01-07 | Don't propagate our current terminal state to the inferior | Patrick Palka | 1 | -0/+4 |