aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-value.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08Run clang-format.shusers/simark/clang-formatSimon Marchi1-274/+216
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool constants for value_print_optionsTom Tromey1-2/+2
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-2/+3
2021-06-25gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess1-1/+1
2021-05-12Guile: add value-const-valueGeorge Barrett1-0/+23
2021-05-12Guile: add value-{rvalue-,}reference-valueGeorge Barrett1-0/+42
2021-05-12Guile: improved rvalue reference supportGeorge Barrett1-0/+1
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-4/+4
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-12/+12
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-18/+18
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-0/+18
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