aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-symbol.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-29gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.defLancelot SIX1-2/+2
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-7/+10
2024-01-28Use a .def file for domain_enumTom Tromey1-8/+10
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Fix the guile buildTom Tromey1-5/+5
2022-08-04Use registry in gdbarchTom Tromey1-24/+10
2022-07-28Remove some unneeded checks in Guile codeTom Tromey1-5/+3
2022-07-28Rewrite registry.hTom Tromey1-37/+33
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey1-1/+1
2022-04-20Replace symbol_arch with symbol::archTom Tromey1-1/+1
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey1-1/+1
2022-02-06gdb: remove SYMBOL_LINE macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_OBJFILE_OWNED macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-5/+5
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-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-4/+4
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey1-7/+13
2019-04-25Remove exception_noneTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-5/+5
2019-04-08Rewrite TRY/CATCHTom Tromey1-15/+10
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-2/+2
2018-07-18Eliminate most remaining cleanups under gdb/guile/Pedro Alves1-11/+6
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-10-26scm-symbol.c: Add (domain_enum) castsSimon Marchi1-2/+3
2015-09-25Add some more casts (1/2)Simon Marchi1-6/+7
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-17/+20
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-1/+5
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-2/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-12/+34
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-11/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-11/+49
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-2/+2
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-1/+1
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo1-9/+0
2014-05-26gdb smob cleanupsAndy Wingo1-4/+1
2014-02-20Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans1-2/+2