Age | Commit message (Expand) | Author | Files | Lines |
2019-04-25 | Avoid undefined behavior in Guile exception handling | Tom Tromey | 1 | -3/+35 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 1 | -3/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-19 | Eliminate remaining gdb/guile cleanups | Pedro Alves | 1 | -1/+1 |
2018-07-19 | gdbscm_wrap, really forward args | Pedro Alves | 1 | -1/+1 |
2018-07-18 | Eliminate most remaining cleanups under gdb/guile/ | Pedro Alves | 1 | -13/+42 |
2018-07-17 | Return unique_xmalloc_ptr from gdbscm_scm_to_string | Tom Tromey | 1 | -4/+4 |
2018-07-17 | Return unique_xmalloc_ptr from gdbscm_safe_eval_string | Tom Tromey | 1 | -1/+2 |
2018-07-17 | Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-03-16 | New function tyscm_scm_to_type. | Doug Evans | 1 | -0/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 1 | -2/+2 |
2016-10-06 | gdb: Remove some C compiler support leftovers | Pedro Alves | 1 | -8/+0 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | guile: Change return value of gdbscm_with_guile for const char * | Simon Marchi | 1 | -1/+1 |
2015-09-07 | guile: Add as_a_scm_t_subr | Pedro Alves | 1 | -0/+44 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -3/+3 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 1 | -2/+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-06-06 | Add support for guile 2.0.5. | Doug Evans | 1 | -0/+8 |
2014-06-03 | Add parameter support for Guile. | Doug Evans | 1 | -0/+14 |
2014-06-03 | Add command support for Guile. | Doug Evans | 1 | -0/+14 |
2014-06-02 | Add progspace support for Guile. | Doug Evans | 1 | -0/+11 |
2014-06-01 | guile: Allow compilation with Guile <= 2.0.5. | Ludovic Courtès | 1 | -0/+12 |
2014-05-26 | gdb smob cleanups | Andy Wingo | 1 | -16/+15 |
2014-05-21 | Make exception throwers have void result. Delete unused gdbscm_scm_to_target... | Doug Evans | 1 | -8/+6 |
2014-02-20 | Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slot | Doug Evans | 1 | -3/+3 |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 1 | -0/+567 |