diff options
author | Tom Tromey <tom@tromey.com> | 2016-11-06 21:49:34 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-01-10 19:13:36 -0700 |
commit | ff3724f5123b9d9c52a07f7c1a5d85852e666c48 (patch) | |
tree | 40c1328bfccabd8ae419a670686cf25a1f69450b /gdb/ChangeLog | |
parent | 0700aea50c7a77d7908868373d0f9644b0ece29c (diff) | |
download | gdb-ff3724f5123b9d9c52a07f7c1a5d85852e666c48.zip gdb-ff3724f5123b9d9c52a07f7c1a5d85852e666c48.tar.gz gdb-ff3724f5123b9d9c52a07f7c1a5d85852e666c48.tar.bz2 |
Use gdbpy_ref in python.c
This changes a couple of functions in python.c to use gdbpy_ref.
2017-01-10 Tom Tromey <tom@tromey.com>
* python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
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 caf042c..cb4ffd2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2017-01-10 Tom Tromey <tom@tromey.com> + * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use + gdbpy_ref. + +2017-01-10 Tom Tromey <tom@tromey.com> + * python/py-prettyprint.c (search_pp_list) (find_pretty_printer_from_objfiles) (find_pretty_printer_from_progspace) |