gdb: extension languages finish_initialization to initialize
[binutils-gdb.git] / gdb / guile / scm-type.c
2021-04-28 Andrew Burgessgdb delay guile initialization until gdbscm_finish_init...
2021-04-22 Simon Marchigdb: fix getting range of flexible array member in...
2021-01-28 Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-22 Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Tom TromeyRemove redundant typedefs
2020-09-17 Tom TromeyUse htab_up in type copying
2020-07-13 Simon Marchigdb: make type::bounds work for array and string types
2020-07-13 Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-06-08 Simon Marchigdb: remove FIELD_TYPE macro
2020-06-08 Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-05 Simon MarchiRemove gdbarch parameter of lookup_typename
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-25 Tom TromeyAvoid undefined behavior in Guile exception handling
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-22 Tom TromeySimple unused variable removals
2018-07-19 Pedro AlvesEliminate remaining gdb/guile cleanups
2018-07-18 Pedro AlvesEliminate most remaining cleanups under gdb/guile/
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-05-29 Tom TromeyRemove a VEC from type.c
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-03-20 Artemiy VolkovChange {lookup,make}_reference_type API
2017-03-16 Doug EvansNew function tyscm_scm_to_type.
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/guile/
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-07 Pedro Alvesguile: Add as_a_scm_t_subr
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Gary BensonNew common function "startswith"
2015-01-07 Joel Brobecker[python,guile] Add comment beside conditions testing...
2015-01-06 Joel Brobeckergdb/guile: Do not error when trying to create empty...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-07 Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-06-04 Doug Evans* guile/scm-type.c (type_smob): Remove duplicate typedef.
2014-05-27 Andy Wingoremove unnecessary smob mark/free functions
2014-05-27 Andy Wingogdb smob cleanups
2014-03-13 Doug EvansFix pr 16612.
2014-02-20 Doug EvansMove containing_scm arg from gdbscm_fill_eqable_gsmob_p...
2014-02-10 Doug EvansAdd Guile as an extension language.