aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid undefined behavior in Guile exception handlingTom Tromey2019-04-251-4/+6
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Eliminate remaining gdb/guile cleanupsPedro Alves2018-07-191-1/+1
* Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey2018-07-171-7/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-6/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Add support for guile 2.0.5.Doug Evans2014-06-061-2/+2
* Add parameter support for Guile.Doug Evans2014-06-031-1/+12
* Add command support for Guile.Doug Evans2014-06-031-0/+14
* remove unnecessary smob mark/free functionsAndy Wingo2014-05-261-12/+0
* gdb smob cleanupsAndy Wingo2014-05-261-3/+1
* Make exception throwers have void result. Delete unused gdbscm_scm_to_target...Doug Evans2014-05-211-3/+3
* Add Guile as an extension language.Doug Evans2014-02-091-0/+691