]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/guile/scm-value.c
Rename gdb exception types
[thirdparty/binutils-gdb.git] / gdb / guile / scm-value.c
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-03-07  Andrew Burgessgdb: Move value_from_host_double into value.c and make...
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-10-04  Tom TromeyAvoid two uninitialized warnings from gcc
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-18  Tom TromeyUse unique_xmalloc_ptr for read_string
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-06  Ulrich WeigandTarget FP: Handle interfaces to scripting languages
2017-09-22  Simon MarchiFix sometimes-uninitialized warning in gdbscm_value_address
2017-09-04  Pedro AlvesStop assuming no-debug-info functions return int
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
2017-03-16  Doug EvansCopy lazy string handling fixes from Python.
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-11-07  Doug EvansFix ext lang calls to value_struct_elt.
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-27  Simon MarchiAdd scm_t_dynwind_flags casts
2015-09-07  Pedro Alvesguile: Add as_a_scm_t_subr
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-03-11  Andy WingoFix typo in value-dynamic-type
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
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-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-06  Doug EvansAdd support for guile 2.0.5.
2014-06-05  Ludovic Courtèsguile: Type-check the argument to 'history-append!'.
2014-05-27  Andy Wingoremove unnecessary smob mark/free functions
2014-05-27  Andy Wingogdb smob cleanups
2014-04-12  Doug EvansCopy over fix for fetching dynamic type of a reference...
2014-02-26  Ludovic Courtèsguile: Add 'history-append!' procedure.
2014-02-10  Doug EvansAdd Guile as an extension language.