Age | Commit message (Expand) | Author | Files | Lines |
2018-05-04 | Make print_command_trace varargs | Tom Tromey | 1 | -1/+1 |
2018-04-30 | [Ada/ravenscar] error during "continue" after task/thread switch | Joel Brobecker | 1 | -1/+6 |
2018-03-27 | Remove cleanups from gdb_readline_wrapper | Tom Tromey | 1 | -57/+51 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-03-09 | Update "gdb --configuration" with recently added features | Eli Zaretskii | 1 | -9/+36 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -1/+1 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -3/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2018-01-02 | Update copyright year in version message of GDB, GDBserver and GDBreplay | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -3/+0 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -11/+19 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -5/+7 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Add set_repeat_arguments function | Tom Tromey | 1 | -5/+24 |
2017-11-06 | Eliminate STOP_SIGNAL, use SIGTSTP directly | Pedro Alves | 1 | -4/+4 |
2017-10-19 | Remove cleanups from prepare_execute_command | Tom Tromey | 1 | -13/+5 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -2/+2 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-10-03 | Use std::string in gdb_safe_append_history | Tom Tromey | 1 | -14/+10 |
2017-10-03 | Remove make_delete_ui_cleanup | Tom Tromey | 1 | -66/+35 |
2017-10-03 | Remove set_batch_flag_and_make_cleanup_restore_page_info | Tom Tromey | 1 | -5/+1 |
2017-09-27 | Constify new_ui_command | Tom Tromey | 1 | -1/+1 |
2017-09-22 | Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)" | Sergio Durigan Junior | 1 | -3/+0 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove make_cleanup_ui_out_redirect_pop | Tom Tromey | 1 | -15/+17 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -8/+2 |
2017-08-03 | Replace do_restore_instream_cleanup with scoped_restore | Tom Tromey | 1 | -17/+2 |
2017-08-03 | Remove in_user_command | Tom Tromey | 1 | -4/+0 |
2017-08-03 | Change open_terminal_stream to return a gdb_file_up | Tom Tromey | 1 | -12/+12 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -1/+1 |
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 |