aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-block.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-02-19Convert explicit iterator uses to foreachTom Tromey1-6/+1
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-07-28Remove some unneeded checks in Guile codeTom Tromey1-5/+3
2022-07-28Rewrite registry.hTom Tromey1-42/+33
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-7/+7
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi1-3/+3
2022-04-27gdb: remove BLOCK_{START,END} macrosSimon Marchi1-3/+3
2022-02-06gdb: rename compunit_primary_filetab to compunit_symtab::primary_filetabSimon Marchi1-1/+1
2022-02-06gdb: remove COMPUNIT_OBJFILE macroSimon Marchi1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-28gdb delay guile initialization until gdbscm_finish_initializationAndrew Burgess1-0/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-4/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-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-07-22Call some functions in guile/ for effectTom Tromey1-3/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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-09-25Add some more casts (1/2)Simon Marchi1-5/+5
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-15/+17
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-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-12/+12
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-3/+3
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo1-19/+0
2014-05-26gdb smob cleanupsAndy Wingo1-9/+2
2014-02-20Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans1-2/+2
2014-02-09Add Guile as an extension language.Doug Evans1-0/+828