guile: fix smob exports
[binutils-gdb.git] / gdb / guile / scm-value.c
2021-06-25 Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-05-12 George BarrettGuile: add value-const-value
2021-05-12 George BarrettGuile: add value-{rvalue-,}reference-value
2021-05-12 George BarrettGuile: improved rvalue reference support
2021-01-28 Simon Marchigdb: rename get_type_arch to type::arch
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Tom TromeyRemove redundant typedefs
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-14 Simon Marchigdb: remove TYPE_UNSIGNED
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-03-14 Tom TromeyChange extension language pretty-printers to use value API
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-05 Tom TromeyRemove la_get_string member
2019-04-25 Tom TromeyAvoid undefined behavior in Guile exception handling
2019-04-25 Tom TromeyRemove exception_none
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.