summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-param.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-4/+7
* Avoid undefined behavior in Guile exception handlingTom Tromey2019-04-251-3/+5
* Remove exception_noneTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey2018-07-171-25/+18
* Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey2018-07-171-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Constify add_setshow_*Tom Tromey2017-11-071-2/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-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-5/+7
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-5/+14
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* PR guile/17203Doug Evans2014-07-281-1/+26
* * guile/scm-param.c (pascm_print_param_smob): Fix output.Doug Evans2014-07-271-1/+1
* * guile/scm-param.c (pascm_make_param_smob): Add ARI comment.Doug Evans2014-06-031-2/+2
* Add parameter support for Guile.Doug Evans2014-06-031-0/+1163