summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-symbol.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix the guile buildTom Tromey2022-10-101-5/+5
* Use registry in gdbarchTom Tromey2022-08-041-24/+10
* Remove some unneeded checks in Guile codeTom Tromey2022-07-281-5/+3
* Rewrite registry.hTom Tromey2022-07-281-37/+33
* Replace symbol_symtab with symbol::symtabTom Tromey2022-04-201-1/+1
* Replace symbol_arch with symbol::archTom Tromey2022-04-201-1/+1
* Replace symbol_objfile with symbol::objfileTom Tromey2022-04-201-1/+1
* gdb: remove SYMBOL_LINE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_OBJFILE_OWNED macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-5/+5
* 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-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-4/+4
* Avoid undefined behavior in Guile exception handlingTom Tromey2019-04-251-7/+13
* Remove exception_noneTom Tromey2019-04-251-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-5/+5
* Rewrite TRY/CATCHTom Tromey2019-04-081-15/+10
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-2/+2
* Eliminate most remaining cleanups under gdb/guile/Pedro Alves2018-07-181-11/+6
* 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
* scm-symbol.c: Add (domain_enum) castsSimon Marchi2015-10-261-2/+3
* Add some more casts (1/2)Simon Marchi2015-09-251-6/+7
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-17/+20
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-1/+5
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-12/+34
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-11/+11
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-11/+49
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-2/+2
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-1/+1
* Rename lookup_symbol_global to lookup_global_symbol.Doug Evans2014-11-061-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* remove unnecessary smob mark/free functionsAndy Wingo2014-05-261-9/+0
* gdb smob cleanupsAndy Wingo2014-05-261-4/+1
* 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/+777