summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-block.c
Commit message (Expand)AuthorAgeFilesLines
* Convert explicit iterator uses to foreachTom Tromey2023-02-191-6/+1
* Convert block_static_block and block_global_block to methodsTom Tromey2023-02-191-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Remove some unneeded checks in Guile codeTom Tromey2022-07-281-5/+3
* Rewrite registry.hTom Tromey2022-07-281-42/+33
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-271-7/+7
* gdb: remove BLOCK_FUNCTION macroSimon Marchi2022-04-271-3/+3
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-3/+3
* gdb: rename compunit_primary_filetab to compunit_symtab::primary_filetabSimon Marchi2022-02-061-1/+1
* gdb: remove COMPUNIT_OBJFILE macroSimon Marchi2022-02-061-3/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb delay guile initialization until gdbscm_finish_initializationAndrew Burgess2021-04-281-0/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-1/+1
* Avoid undefined behavior in Guile exception handlingTom Tromey2019-04-251-1/+3
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Call some functions in guile/ for effectTom Tromey2018-07-221-3/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-5/+5
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-15/+17
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-12/+12
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-3/+3
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* remove unnecessary smob mark/free functionsAndy Wingo2014-05-261-19/+0
* gdb smob cleanupsAndy Wingo2014-05-261-9/+2
* Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans2014-02-201-2/+2
* Add Guile as an extension language.Doug Evans2014-02-091-0/+828