aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-exception.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-19Eliminate remaining gdb/guile cleanupsPedro Alves1-1/+1
2018-07-17Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey1-7/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-6/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-06Add support for guile 2.0.5.Doug Evans1-2/+2
2014-06-03Add parameter support for Guile.Doug Evans1-1/+12
2014-06-03Add command support for Guile.Doug Evans1-0/+14
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo1-12/+0
2014-05-26gdb smob cleanupsAndy Wingo1-3/+1
2014-05-21Make exception throwers have void result. Delete unused gdbscm_scm_to_target...Doug Evans1-3/+3
2014-02-09Add Guile as an extension language.Doug Evans1-0/+691