aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2016-06-09 15:07:55 -0600
committerTom Tromey <tom@tromey.com>2016-06-23 20:44:48 -0600
commit0c72ed4ca21e7a9f78f19179584f3886bf463689 (patch)
tree6b6a99a7bf6c320ec41879b12be10cc7bd591bdc /gdb/ChangeLog
parent5153607fc679517c0f404807d2d821e547ed0207 (diff)
downloadgdb-0c72ed4ca21e7a9f78f19179584f3886bf463689.zip
gdb-0c72ed4ca21e7a9f78f19179584f3886bf463689.tar.gz
gdb-0c72ed4ca21e7a9f78f19179584f3886bf463689.tar.bz2
Make gdbpy_parameter static
While working on the next patch in this series, I noticed that gdbpy_parameter did not need to be exported. This makes it "static". 2016-06-23 Tom Tromey <tom@tromey.com> * python/python.c (gdbpy_parameter): Now static. * python/python-internal.h (gdbpy_parameter): Don't declare.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 74f1c7e..72e426e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2016-06-23 Tom Tromey <tom@tromey.com>
+ * python/python.c (gdbpy_parameter): Now static.
+ * python/python-internal.h (gdbpy_parameter): Don't declare.
+
+2016-06-23 Tom Tromey <tom@tromey.com>
+
PR gdb/16483:
* python/lib/gdb/command/frame_filters.py
(InfoFrameFilter.list_frame_filters): Rename to print_list. Print