Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Make gdb_stdout&co be per UI | Pedro Alves | 1 | -4/+0 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -2/+2 |
2016-04-19 | Cast the pointer assigned to ss_sp to char *. | John Baldwin | 1 | -1/+3 |
2016-04-12 | Don't call clear_quit_flag in captured_main | Pedro Alves | 1 | -1/+0 |
2016-03-09 | Simplify saved_command_line handling | Pedro Alves | 1 | -2/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-05-06 | Get rid of deprecated_init_ui_hook | Joel Brobecker | 1 | -2/+1 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -5/+0 |
2015-04-02 | Make the default sysroot be "target:" | Gary Benson | 1 | -0/+6 |
2015-03-07 | kill volatile struct gdb_exception | Pedro Alves | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -8/+16 |
2015-02-27 | catch_command_errors: Remove 'mask' parameter | Pedro Alves | 1 | -27/+22 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 1 | -13/+17 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |