This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from a3a5fec New function tyscm_scm_to_type. new 34b4332 Fix various python lazy string bugs. new a7c0469 Copy lazy string handling fixes from Python. new 728a791 Add instruction_reader to arm process record new b121eeb Fix arm process record for some instructions new ba14f37 Support CBNZ, CBZ, REV, REV16 and REVSH in arm process record
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 56 ++++ gdb/arm-tdep.c | 351 ++++++++++++++++----- gdb/guile/scm-lazy-string.c | 119 +++++-- gdb/guile/scm-value.c | 65 +++- gdb/python/py-lazy-string.c | 117 ++++++- gdb/python/py-value.c | 76 ++++- gdb/testsuite/ChangeLog | 20 ++ .../scm-lazy-string.c} | 7 +- gdb/testsuite/gdb.guile/scm-lazy-string.exp | 82 +++++ gdb/testsuite/gdb.guile/scm-value.c | 2 - gdb/testsuite/gdb.guile/scm-value.exp | 31 -- gdb/testsuite/gdb.python/py-lazy-string.c | 3 + gdb/testsuite/gdb.python/py-lazy-string.exp | 42 ++- gdb/testsuite/gdb.python/py-value.c | 2 - gdb/testsuite/gdb.python/py-value.exp | 24 -- 15 files changed, 785 insertions(+), 212 deletions(-) copy gdb/testsuite/{gdb.python/py-lazy-string.c => gdb.guile/scm-lazy-string.c} (80%) create mode 100644 gdb/testsuite/gdb.guile/scm-lazy-string.exp