diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f29f60a..8ef5eb6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2021-05-12 George Barrett <bob@bob131.so> + * NEWS (Guile API): Note the addition of the new procedure. + * guile/scm-value.c (gdbscm_value_const_value): Add + implementation of value-const-value procedure. + (value_functions): Add value-const-value procedure. + +2021-05-12 George Barrett <bob@bob131.so> + * NEWS (Guile API): Note the addition of new procedures. * guile/scm-value.c (gdbscm_reference_value): Add helper function for reference value creation. |