aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/guile.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Use scoped_restore in more placesTom Tromey1-18/+6
2017-04-12Introduce command_line_upTom Tromey1-7/+4
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves1-12/+6
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves1-1/+1
2016-06-21Make the interpreters be per UIPedro Alves1-7/+7
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-2/+2
2016-04-12Eliminate clear_quit_flagPedro Alves1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-6/+7
2015-03-11[guile] Run finalizers from GDB threadAndy Wingo1-0/+11
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-2/+8
2015-02-27Exported const objectsPedro Alves1-1/+1
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-4/+4
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-0/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-08Fix for PR 17247: Block SIGCHLD while initializing Guile.Doug Evans1-31/+36
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-27 * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.Doug Evans1-1/+1
2014-07-26PR guile/17146Doug Evans1-17/+107
2014-07-26PR guile/17146 preparatory work.Doug Evans1-1/+1
2014-07-26PR 17185Doug Evans1-0/+15
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-06-06Add support for guile 2.0.5.Doug Evans1-4/+36
2014-06-03Add parameter support for Guile.Doug Evans1-0/+1
2014-06-03Add command support for Guile.Doug Evans1-0/+1
2014-06-02Add progspace support for Guile.Doug Evans1-0/+1
2014-03-11 * guile/guile.c (call_initialize_gdb_module): New function.Doug Evans1-10/+18
2014-02-09Add Guile as an extension language.Doug Evans1-0/+724