Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -4/+4 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-04-12 | Use scoped_restore in more places | Tom Tromey | 1 | -18/+6 |
2017-04-12 | Introduce command_line_up | Tom Tromey | 1 | -7/+4 |
2017-01-10 | Remove cleanups from execute_gdb_command | Tom Tromey | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string in execute_command_to_string | Pedro Alves | 1 | -12/+6 |
2016-10-06 | gdb: Remove some C compiler support leftovers | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -7/+7 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -2/+2 |
2016-04-12 | Eliminate clear_quit_flag | Pedro Alves | 1 | -1/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-09-07 | guile: Add as_a_scm_t_subr | Pedro Alves | 1 | -6/+7 |
2015-03-11 | [guile] Run finalizers from GDB thread | Andy Wingo | 1 | -0/+11 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -2/+8 |
2015-02-27 | Exported const objects | Pedro Alves | 1 | -1/+1 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -4/+4 |
2015-01-31 | Add support for inlining scripts into .debug_gdb_scripts. | Doug Evans | 1 | -0/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-08 | Fix for PR 17247: Block SIGCHLD while initializing Guile. | Doug Evans | 1 | -31/+36 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-27 | * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment. | Doug Evans | 1 | -1/+1 |
2014-07-26 | PR guile/17146 | Doug Evans | 1 | -17/+107 |
2014-07-26 | PR guile/17146 preparatory work. | Doug Evans | 1 | -1/+1 |
2014-07-26 | PR 17185 | Doug Evans | 1 | -0/+15 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-06-06 | Add support for guile 2.0.5. | Doug Evans | 1 | -4/+36 |
2014-06-03 | Add parameter support for Guile. | Doug Evans | 1 | -0/+1 |
2014-06-03 | Add command support for Guile. | Doug Evans | 1 | -0/+1 |
2014-06-02 | Add progspace support for Guile. | Doug Evans | 1 | -0/+1 |
2014-03-11 | * guile/guile.c (call_initialize_gdb_module): New function. | Doug Evans | 1 | -10/+18 |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 1 | -0/+724 |