Age | Commit message (Expand) | Author | Files | Lines |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-04-13 | Move gdb_select.h to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-03-02 | gdb: Allow GDB to _not_ load a previous command history | Andrew Burgess | 1 | -10/+41 |
2020-02-26 | Add debuginfod support to GDB | Aaron Merey | 1 | -0/+10 |
2020-01-17 | gdb: remove uses of iterate_over_inferiors in top.c | Simon Marchi | 1 | -32/+19 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -7/+10 |
2020-01-03 | Ensure GDB warnings are styled. | Philippe Waroquiers | 1 | -6/+10 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2020-01-01 | update copyright year in version output of gdb, gdbserver and gdbreplay | Joel Brobecker | 1 | -1/+1 |
2019-12-21 | Fix whitespace in last change in top.c | Eli Zaretskii | 1 | -1/+1 |
2019-12-21 | Include xxHash support status in GDB configuration report | Eli Zaretskii | 1 | -8/+16 |
2019-12-18 | Fix -Wmisleading-indentation warning in top.c | Simon Marchi | 1 | -3/+22 |
2019-12-13 | Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613) | Sergio Durigan Junior | 1 | -6/+12 |
2019-11-30 | Implement user defined prefix. | Philippe Waroquiers | 1 | -0/+12 |
2019-11-21 | gdb: remove gen_ret_current_ui_field_ptr | Simon Marchi | 1 | -12/+26 |
2019-11-08 | Constify command_line_input | Tom Tromey | 1 | -2/+2 |
2019-10-29 | Load system gdbinit files from a directory | Christian Biesinger | 1 | -0/+4 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-08 | Move declaration of lang_frame_mismatch_warn to header. | Christian Biesinger | 1 | -3/+1 |
2019-09-26 | Remove initialize_utils | Tom Tromey | 1 | -1/+0 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -5/+5 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -1/+1 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -8/+9 |
2019-08-06 | [PR build/24886] disable glibc mcheck support | Frank Ch. Eigler | 1 | -9/+0 |
2019-07-18 | Fix for using named pipes on Windows | Guillaume LABARTHE | 1 | -11/+7 |
2019-07-11 | Remove init_cli_cmds | Tom Tromey | 1 | -5/+0 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-07-03 | Introduce the "with" command | Pedro Alves | 1 | -1/+6 |
2019-06-18 | gdb: Remove use of deprecated_interactive_hook | Andrew Burgess | 1 | -5/+0 |
2019-06-14 | Remove alloca(0) calls | Tom Tromey | 1 | -4/+0 |
2019-06-11 | Remove trailing newlines from help text | Tom Tromey | 1 | -1/+1 |
2019-05-31 | Add function execute_command_to_ui_file | Philippe Waroquiers | 1 | -13/+22 |
2019-05-31 | Add previous_saved_command_line to allow a command to repeat a previous command. | Philippe Waroquiers | 1 | -11/+63 |
2019-05-28 | Suppress SIGTTOU when handling errors | Alan Hayward | 1 | -1/+1 |
2019-04-27 | Have 'thread|frame apply' style their output. | Philippe Waroquiers | 1 | -2/+3 |
2019-04-19 | gdb/configure.ac: add --enable-source-highlight | Sergei Trofimovich | 1 | -0/+9 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -12/+8 |
2019-04-01 | Destroy allocated values when exiting GDB | Sergio Durigan Junior | 1 | -0/+6 |
2019-03-30 | Introduce new convenience variables $_gdb_major and $_gdb_minor | Eli Zaretskii | 1 | -12/+27 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -2/+2 |
2019-03-06 | Remove basic cleanup code | Tom Tromey | 1 | -1/+1 |
2019-02-19 | Fix error message and use-after-free on errors in nested sourced files | Simon Marchi | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -3/+3 |
2019-01-23 | Remove make_bpstat_clear_actions_cleanup | Tom Tromey | 1 | -4/+4 |
2019-01-01 | update copyright year printed by gdb, gdbserver and gdbreplay | Joel Brobecker | 1 | -1/+1 |
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 |