aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-ports.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey1-2/+1
2022-03-29Unify gdb putc functionsTom Tromey1-1/+1
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-3/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-07-20guile: Add support for Guile 2.2.Ludovic Courtès1-170/+448
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey1-1/+1
2020-02-11Remove some ui_file_* functionsTom Tromey1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey1-1/+3
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-4/+0
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey1-4/+1
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey1-9/+13
2017-04-12Use scoped_restore in more placesTom Tromey1-2/+1
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