aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-ports.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-72/+23
2017-01-10Change return type of ui_out redirect to voidSimon Marchi1-4/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-1/+1
2016-10-21Use scoped_restore for ui_fileTom Tromey1-6/+4
2016-06-21Make the interpreters be per UIPedro Alves1-3/+3
2016-04-12Introduce interruptible_selectPedro Alves1-1/+3
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-1/+1
2015-10-26guile: Simplify ioscm_make_gdb_stdio_portSimon Marchi1-11/+6
2015-10-26Fix constness problem in ioscm_make_gdb_stdio_portSimon Marchi1-4/+11
2015-10-26gdbscm_memory_port_write: use local variable to avoid adding castsSimon Marchi1-2/+3
2015-09-25Add some more casts (1/2)Simon Marchi1-6/+6
2015-09-25Add casts to memory allocation related callsSimon Marchi1-6/+8
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-14/+14
2015-05-16Add support for unbuffered and zero sized Guile ports.Doug Evans1-64/+112
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-02-09Add Guile as an extension language.Doug Evans1-0/+1372