Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-11-09 | gdb: Use vector::emplace_back | Pedro Alves | 1 | -21/+10 |
2016-10-26 | PR 20569, segv in follow_exec | Sandra Loosemore | 1 | -2/+16 |
2016-10-21 | Remove last cleanup from captured_main_1 | Tom Tromey | 1 | -53/+40 |
2016-10-21 | Change command stats reporting to use class | Tom Tromey | 1 | -9/+16 |
2016-09-19 | gdb: Fix build breakage with GCC 4.1 and --disable-nls | Pedro Alves | 1 | -0/+2 |
2016-08-09 | Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions | Pedro Alves | 1 | -0/+2 |
2016-06-21 | Add new command to create extra console/mi UIs | Pedro Alves | 1 | -11/+1 |
2016-06-21 | Make stdin be per UI | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Make main_ui be heap allocated | Pedro Alves | 1 | -15/+12 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -4/+7 |
2016-06-21 | Simplify starting the command event loop | Pedro Alves | 1 | -1/+6 |
2016-06-21 | Make out and error streams be per UI | Pedro Alves | 1 | -1/+5 |
2016-06-21 | Make input_fd be per UI | Pedro Alves | 1 | -0/+1 |
2016-06-21 | Make instream be per UI | Pedro Alves | 1 | -2/+5 |
2016-06-21 | Introduce interpreter factories | Pedro Alves | 1 | -1/+1 |