diff options
author | Tom Tromey <tom@tromey.com> | 2016-11-12 11:12:41 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-01-10 19:13:52 -0700 |
commit | 12a5cedd4f2c5b1f4e303efda6f8ac3e06eec944 (patch) | |
tree | d6ff5c796adacfb52ad115776031ccd7a25355d6 /gdb/ChangeLog | |
parent | 788f258604773ccbe9ccba71f9b1725930324275 (diff) | |
download | gdb-12a5cedd4f2c5b1f4e303efda6f8ac3e06eec944.zip gdb-12a5cedd4f2c5b1f4e303efda6f8ac3e06eec944.tar.gz gdb-12a5cedd4f2c5b1f4e303efda6f8ac3e06eec944.tar.bz2 |
Use gdbpy_enter in cmdpy_function
This changes cmdpy_function to use gdbpy_enter and gdbpy_ref.
2017-01-10 Tom Tromey <tom@tromey.com>
* python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9f19ede..a773b3c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-01-10 Tom Tromey <tom@tromey.com> + * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref. + +2017-01-10 Tom Tromey <tom@tromey.com> + * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next): Use gdbpy_enter_varobj. |