summaryrefslogtreecommitdiff
path: root/gdb/guile/guile.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify add_comTom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-04-12Use scoped_restore in more placesTom Tromey
2017-04-12Introduce command_line_upTom Tromey
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves
2016-06-21Make the interpreters be per UIPedro Alves
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves
2016-04-12Eliminate clear_quit_flagPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-07guile: Add as_a_scm_t_subrPedro Alves
2015-03-11[guile] Run finalizers from GDB threadAndy Wingo
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-27Exported const objectsPedro Alves
2015-02-11Fix redefinition errors in C++ modeTom Tromey
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-09-08Fix for PR 17247: Block SIGCHLD while initializing Guile.Doug Evans
2014-08-07Include string.h in common-defs.hGary Benson
2014-07-27 * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.Doug Evans
2014-07-26PR guile/17146Doug Evans
2014-07-26PR guile/17146 preparatory work.Doug Evans
2014-07-26PR 17185Doug Evans
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-06-06Add support for guile 2.0.5.Doug Evans
2014-06-03Add parameter support for Guile.Doug Evans
2014-06-03Add command support for Guile.Doug Evans
2014-06-02Add progspace support for Guile.Doug Evans
2014-03-11 * guile/guile.c (call_initialize_gdb_module): New function.Doug Evans
2014-02-09Add Guile as an extension language.Doug Evans