aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-04-28 22:14:23 -0700
committerDoug Evans <dje@google.com>2015-04-28 22:14:23 -0700
commit34f5f757b389e8fb3eab64f816e484c2cc434292 (patch)
treed03a9187ae43e7827e184dff9afd6d4de63c3b88 /gdb/ChangeLog
parent69b4374a87e5029ac4831c7a4471815514df662f (diff)
downloadgdb-34f5f757b389e8fb3eab64f816e484c2cc434292.zip
gdb-34f5f757b389e8fb3eab64f816e484c2cc434292.tar.gz
gdb-34f5f757b389e8fb3eab64f816e484c2cc434292.tar.bz2
PR python/18299
gdb/ChangeLog: PR python/18299 * python/lib/gdb/printing.py (register_pretty_printer): Handle name or __name__ attributes. Handle gdb module as first argument. gdb/testsuite/ChangeLog: * gdb.python/py-pp-maint.py: Move "replace" testing to ... * gdb.python/py-pp-registration.exp: ... here. New file. * gdb.python/py-pp-registration.c: New file. * gdb.python/py-pp-registration.py: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3e11394..92d972e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2015-04-28 Doug Evans <dje@google.com>
+ PR python/18299
+ * python/lib/gdb/printing.py (register_pretty_printer): Handle
+ name or __name__ attributes. Handle gdb module as first argument.
+
+2015-04-28 Doug Evans <dje@google.com>
+
PR python/18089
* python/py-prettyprint.c (print_children): Verify result of children
iterator. Provide better error message.