Age | Commit message (Expand) | Author | Files | Lines |
2020-02-20 | gdb: Allow more control over where to find python libraries | Andrew Burgess | 1 | -8/+3 |
2020-01-03 | Ensure GDB warnings are styled. | Philippe Waroquiers | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Introduce alternate_signal_stack RAII class | Tom Tromey | 1 | -24/+2 |
2019-10-29 | Load system gdbinit files from a directory | Christian Biesinger | 1 | -14/+68 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-10 | Include gdbtk.h to avoid declarations | Christian Biesinger | 1 | -4/+3 |
2019-10-01 | Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir | Philippe Waroquiers | 1 | -5/+3 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+5 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -46/+43 |
2019-09-11 | Factor out the code to do the datadir-relocation for gdbinit | Christian Biesinger | 1 | -31/+43 |
2019-09-11 | Refactor get_init_files to use std::string | Christian Biesinger | 1 | -53/+51 |
2019-09-06 | Change int to bool for the relocate_* functions | Christian Biesinger | 1 | -7/+7 |
2019-07-11 | Remove init_cli_cmds | Tom Tromey | 1 | -3/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-05-31 | Add previous_saved_command_line to allow a command to repeat a previous command. | Philippe Waroquiers | 1 | -2/+0 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-03-06 | Remove basic cleanup code | Tom Tromey | 1 | -8/+0 |
2019-02-21 | Disable styling when running in batch mode | Alan Hayward | 1 | -1/+7 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -2/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-30 | Check return value of bfd_init | Tom Tromey | 1 | -1/+5 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -8/+8 |
2018-09-24 | Add "const" to a few locals in gdb | Tom Tromey | 1 | -1/+1 |
2018-08-29 | Indicate batch mode failures by exiting with nonzero status | Gary Benson | 1 | -31/+47 |
2018-07-04 | darwin: Don't use sbrk | Simon Marchi | 1 | -1/+1 |
2018-06-05 | Remove some text from --version output | Tom Tromey | 1 | -3/+3 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-01-05 | Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7) | Pedro Alves | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -3/+34 |
2017-12-01 | Revert "Add support for the readnever concept" | Sergio Durigan Junior | 1 | -34/+3 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -3/+34 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -28/+1 |
2017-10-20 | Fix gdb.gdb/ selftest tests when testing optimized GDB builds | Pedro Alves | 1 | -0/+5 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -9/+14 |
2017-10-03 | Remove make_delete_ui_cleanup | Tom Tromey | 1 | -1/+1 |
2017-09-29 | Remove some unused declarations | Tom Tromey | 1 | -2/+0 |
2017-09-22 | Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)" | Sergio Durigan Junior | 1 | -3/+2 |
2017-09-20 | Overload catch_command_errors | Tom Tromey | 1 | -21/+21 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -2/+3 |
2017-08-22 | Change gdb_abspath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -2/+2 |
2017-06-25 | main: Don't add int to string | Simon Marchi | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Constify warning_pre_print | Pedro Alves | 1 | -2/+4 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |