summaryrefslogtreecommitdiff
path: root/gdb/guile/guile.c
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_restore in more placesTom Tromey2017-04-121-18/+6
* Introduce command_line_upTom Tromey2017-04-121-7/+4
* Remove cleanups from execute_gdb_commandTom Tromey2017-01-101-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string in execute_command_to_stringPedro Alves2016-11-081-12/+6
* gdb: Remove some C compiler support leftoversPedro Alves2016-10-061-1/+1
* Make the interpreters be per UIPedro Alves2016-06-211-7/+7
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-2/+2
* Eliminate clear_quit_flagPedro Alves2016-04-121-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-6/+7
* [guile] Run finalizers from GDB threadAndy Wingo2015-03-111-0/+11
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-2/+8
* Exported const objectsPedro Alves2015-02-271-1/+1
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-4/+4
* Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2015-01-311-0/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix for PR 17247: Block SIGCHLD while initializing Guile.Doug Evans2014-09-081-31/+36
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.Doug Evans2014-07-271-1/+1
* PR guile/17146Doug Evans2014-07-261-17/+107
* PR guile/17146 preparatory work.Doug Evans2014-07-261-1/+1
* PR 17185Doug Evans2014-07-261-0/+15
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* Add support for guile 2.0.5.Doug Evans2014-06-061-4/+36
* Add parameter support for Guile.Doug Evans2014-06-031-0/+1
* Add command support for Guile.Doug Evans2014-06-031-0/+1
* Add progspace support for Guile.Doug Evans2014-06-021-0/+1
* * guile/guile.c (call_initialize_gdb_module): New function.Doug Evans2014-03-111-10/+18
* Add Guile as an extension language.Doug Evans2014-02-091-0/+724