summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-objfile.c
AgeCommit message (Expand)Author
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-05-07gdb/guile: Have gdbscm_safe_source_script return a unique_ptrAndrew Burgess
2021-04-28gdb delay guile initialization until gdbscm_finish_initializationAndrew Burgess
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-04Remove redundant typedefsTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-07-17Return unique_xmalloc_ptr from gdbscm_safe_eval_stringTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-07guile: Add as_a_scm_t_subrPedro Alves
2015-03-11Add objfile-progspace to Guile interfaceAndy Wingo
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo
2014-05-26gdb smob cleanupsAndy Wingo
2014-03-02guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.Doug Evans
2014-02-09Add Guile as an extension language.Doug Evans