aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-safe-call.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-05-07gdb/guile: Have gdbscm_safe_source_script return a unique_ptrAndrew Burgess1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-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-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-17Return unique_xmalloc_ptr from gdbscm_safe_eval_stringTom Tromey1-3/+3
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-3/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27guile: Change return value of gdbscm_with_guile for const char *Simon Marchi1-10/+10
2015-09-25Add some more casts (1/2)Simon Marchi1-13/+14
2015-03-11[guile] Run finalizers from GDB threadAndy Wingo1-0/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-04-26* guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.Doug Evans1-1/+1
2014-02-09Add Guile as an extension language.Doug Evans1-0/+464