aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-param.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-115/+205
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-21GDB/Guile: Don't assert that an integer value is booleanMaciej W. Rozycki1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-2/+2
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey1-2/+2
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-27/+35
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-56/+85
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-1/+1
2021-06-25gdb/guile: use return values of add_setshow functions in add_setshow_genericSimon Marchi1-88/+66
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-4/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-2/+2
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-4/+7
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey1-3/+5
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-17Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey1-25/+18
2018-07-17Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-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-5/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-5/+14
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-07-28PR guile/17203Doug Evans1-1/+26
2014-07-27 * guile/scm-param.c (pascm_print_param_smob): Fix output.Doug Evans1-1/+1
2014-06-03 * guile/scm-param.c (pascm_make_param_smob): Add ARI comment.Doug Evans1-2/+2
2014-06-03Add parameter support for Guile.Doug Evans1-0/+1163