diff options
author | Tom Tromey <tom@tromey.com> | 2016-11-12 11:23:36 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-01-10 19:13:53 -0700 |
commit | 2865bfce3875fa16046b0a987d98ab19fc8bbb9a (patch) | |
tree | f7c699d55027df7c049cae79b2bfbfd647c5af31 /gdb/ChangeLog | |
parent | 0e9dcc758786feaaaf5026c6e59af42b30a35d36 (diff) | |
download | gdb-2865bfce3875fa16046b0a987d98ab19fc8bbb9a.zip gdb-2865bfce3875fa16046b0a987d98ab19fc8bbb9a.tar.gz gdb-2865bfce3875fa16046b0a987d98ab19fc8bbb9a.tar.bz2 |
Use gdbpy_enter in py-param.c
This converts the remaining functions in py-param.c to use
gdbpy_enter.
2017-01-10 Tom Tromey <tom@tromey.com>
* python/py-param.c (get_set_value, get_show_value): Use
gdbpy_enter, gdbpy_ref.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 010fa0c..618150c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2017-01-10 Tom Tromey <tom@tromey.com> + * python/py-param.c (get_set_value, get_show_value): Use + gdbpy_enter, gdbpy_ref. + +2017-01-10 Tom Tromey <tom@tromey.com> + * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref. 2017-01-10 Tom Tromey <tom@tromey.com> |