summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-ports.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyusers/palves/ui_filePedro Alves2017-01-171-69/+27
* Change return type of ui_out redirect to voidSimon Marchi2017-01-101-4/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-1/+1
* Use scoped_restore for ui_fileTom Tromey2016-10-211-6/+4
* Make the interpreters be per UIPedro Alves2016-06-211-3/+3
* Introduce interruptible_selectPedro Alves2016-04-121-1/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add scm_t_dynwind_flags castsSimon Marchi2015-10-271-1/+1
* guile: Simplify ioscm_make_gdb_stdio_portSimon Marchi2015-10-261-11/+6
* Fix constness problem in ioscm_make_gdb_stdio_portSimon Marchi2015-10-261-4/+11
* gdbscm_memory_port_write: use local variable to avoid adding castsSimon Marchi2015-10-261-2/+3
* Add some more casts (1/2)Simon Marchi2015-09-251-6/+6
* Add casts to memory allocation related callsSimon Marchi2015-09-251-6/+8
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-14/+14
* Add support for unbuffered and zero sized Guile ports.Doug Evans2015-05-161-64/+112
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Add Guile as an extension language.Doug Evans2014-02-091-0/+1372