aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-value.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-05Remove la_get_string memberTom Tromey1-1/+1
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey1-15/+38
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-15/+15
2019-04-08Rewrite TRY/CATCHTom Tromey1-45/+30
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-2/+2
2018-10-03Avoid two uninitialized warnings from gccTom Tromey1-1/+2
2018-07-22Simple unused variable removalsTom Tromey1-2/+0
2018-07-19Eliminate remaining gdb/guile cleanupsPedro Alves1-9/+3
2018-07-18Eliminate most remaining cleanups under gdb/guile/Pedro Alves1-317/+128
2018-06-18Use unique_xmalloc_ptr for read_stringTom Tromey1-3/+4
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-3/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand1-3/+20
2017-09-22Fix sometimes-uninitialized warning in gdbscm_value_addressSimon Marchi1-7/+2
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+1
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-1/+1
2017-03-16Copy lazy string handling fixes from Python.Doug Evans1-6/+59
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-21/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves1-12/+6
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans1-1/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27Add scm_t_dynwind_flags castsSimon Marchi1-1/+1
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-27/+31
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-5/+5
2015-03-11Fix typo in value-dynamic-typeAndy Wingo1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-78/+166
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-2/+2
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-06Add support for guile 2.0.5.Doug Evans1-4/+13
2014-06-06guile: Type-check the argument to 'history-append!'.Ludovic Courtès1-1/+3
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo1-13/+0
2014-05-26gdb smob cleanupsAndy Wingo1-3/+1
2014-04-12Copy over fix for fetching dynamic type of a reference from python side.Doug Evans1-1/+4
2014-02-26guile: Add 'history-append!' procedure.Ludovic Courtès1-0/+25
2014-02-09Add Guile as an extension language.Doug Evans1-0/+1485