aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-cmd.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Allow . character as part of command names.Philippe Waroquiers1-4/+1
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey1-1/+3
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-22Call some functions in guile/ for effectTom Tromey1-3/+3
2018-07-17Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey1-2/+2
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-2/+2
2017-11-07Constify execute_commandTom Tromey1-2/+1
2017-09-27Add add_cmd function overloadsTom Tromey1-1/+1
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-24/+14
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+3
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-10-27Add scm_t_dynwind_flags castsSimon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+4
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-5/+5
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-04-11Remove --xdbJan Kratochvil1-1/+1
2015-03-11Fix memory corruption in Guile command interfaceAndy Wingo1-5/+0
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+6
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-09-08Replace use of magic number with named constant.Doug Evans1-1/+1
2014-07-24constify command docsTom Tromey1-1/+1
2014-07-24constify command prefixTom Tromey1-1/+1
2014-06-03Add parameter support for Guile.Doug Evans1-3/+3
2014-06-03Add command support for Guile.Doug Evans1-0/+893