aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-cmd.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-19/+14
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-2/+1
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-3/+3
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-1/+1
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-2/+2
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
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