Age | Commit message (Expand) | Author | Files | Lines |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-31 | Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leak | Philippe Waroquiers | 1 | -5/+5 |
2018-12-30 | Change input_handler to take a unique_xmalloc_ptr | Tom Tromey | 1 | -3/+3 |
2018-12-28 | Style the gdb welcome message | Tom Tromey | 1 | -1/+8 |
2018-12-28 | Fix leak of set/show verbose doc, avoid xfree of static string | Philippe Waroquiers | 1 | -5/+11 |
2018-12-21 | when printing the GDB config, explicitly say if configured without python | Дилян Палаузов | 1 | -0/+4 |
2018-09-24 | Add "const" to a few locals in gdb | Tom Tromey | 1 | -1/+1 |
2018-09-16 | Use GNU style for metasyntactic variables in gdb | Tom Tromey | 1 | -1/+1 |
2018-08-17 | Remove "repeat" argument from command_line_input | Tom Tromey | 1 | -8/+3 |
2018-07-04 | darwin: Don't use sbrk | Simon Marchi | 1 | -1/+1 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -2/+2 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -4/+3 |
2018-06-05 | Remove some text from --version output | Tom Tromey | 1 | -8/+16 |
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 |