Age | Commit message (Expand) | Author | Files | Lines |
2017-06-07 | Move parts of inferior job control to common/ | Sergio Durigan Junior | 1 | -0/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+3 |
2017-04-05 | -Wwrite-strings: Constify word break character arrays | Pedro Alves | 1 | -1/+1 |
2017-03-08 | Fix PR 21218: GDB dumps core when escaping newline in multi-line command | Pedro Alves | 1 | -2/+8 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -32/+19 |
2017-01-10 | Remove cleanups from execute_gdb_command | Tom Tromey | 1 | -5/+2 |
2017-01-10 | Change return type of ui_out redirect to void | Simon Marchi | 1 | -4/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -2/+2 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string in gdb/top.c | Pedro Alves | 1 | -6/+3 |
2016-11-08 | Use ui_file_as_string in execute_command_to_string | Pedro Alves | 1 | -3/+2 |
2016-10-25 | Fix gdb C++ compilation on Solaris (PR build/20712) | Rainer Orth | 1 | -1/+1 |
2016-10-21 | Use scoped_restore for current_ui | Tom Tromey | 1 | -22/+22 |
2016-10-21 | Use scoped_restore for ui_file | Tom Tromey | 1 | -10/+10 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -2/+1 |
2016-09-21 | PR gdb/20604 - fix "quit" when an invalid expression is used | Tom Tromey | 1 | -8/+4 |
2016-09-06 | new-ui command: gdb internal errors if input is already pending | Pedro Alves | 1 | -1/+10 |
2016-09-06 | Introduce make_cleanup_restore_current_ui | Pedro Alves | 1 | -1/+1 |
2016-08-23 | Fix PR20494 - User input stops being echoed in CLI | Pedro Alves | 1 | -1/+1 |
2016-07-25 | Handle correctly passing a bad interpreter name to new-ui | Simon Marchi | 1 | -9/+29 |
2016-07-21 | Fix djgpp gdb build | Pedro Alves | 1 | -1/+1 |
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 |