diff options
author | Siva Chandra <sivachandra@chromium.org> | 2014-08-04 18:07:43 -0700 |
---|---|---|
committer | Siva Chandra <sivachandra@chromium.org> | 2014-08-15 18:04:47 -0700 |
commit | 940df408121be31beed22ef7a5ad133cb1592726 (patch) | |
tree | 933448a81b404fd211810e2a95beac72f75b55b7 /gdb/ChangeLog | |
parent | a0d09f12dbd69d68bb7db0e4c77f3288dec6f81b (diff) | |
download | gdb-940df408121be31beed22ef7a5ad133cb1592726.zip gdb-940df408121be31beed22ef7a5ad133cb1592726.tar.gz gdb-940df408121be31beed22ef7a5ad133cb1592726.tar.bz2 |
Fix xmethod Python so that it works with Python3.
gdb/
* python/lib/gdb/command/xmethods.py (set_xm_status1): Use the
'items' methods instead of 'iteritems' method on dictionaries.
gdb/testsuite/
* gdb.python/py-xmethods.py (A_getarrayind)
(E_method_char_worker.__call__, E_method_int_worker.__call__):
Use 'print' with function call syntax.
(E_method_matcher.match): Fix tab vs space indentation mixup.
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 f74f1c4..6bcd1c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-08-15 Siva Chandra Reddy <sivachandra@google.com> + + * python/lib/gdb/command/xmethods.py (set_xm_status1): Use the + 'items' methods instead of 'iteritems' method on dictionaries. + 2014-08-15 Doug Evans <dje@google.com> * dwarf2read.c (dwarf_decode_lines_1): Move definition of adj_opcode |