[Pkg-gdb-logs] [gdb] branch master updated (5f249f7 -> 12b2144)

Hector Oron zumbi at moszumanska.debian.org
Wed Aug 19 20:38:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

zumbi pushed a change to branch master
in repository gdb.

      from  5f249f7   d/p/load-versioned-libcc1.patch: new patch
       new  4a68d58   fix: segfault on add-symbol-file
       new  0154d71   d/patches: refresh
       new  ac2dce0   Imported Upstream version 7.9.1
       new  731fb9c   cleanup patch header
       new  12b2144   Release Debian version 7.9.1-1

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:
 bfd/version.h                                      |   2 +-
 debian/changelog                                   |  18 +-
 ...entation-fault-on-add-symbol-file-command.patch |  19 ++
 ...bz185337-resolve-tls-without-debuginfo-v2.patch |  10 +-
 debian/patches/gdb-fortran-main.patch              |  19 +-
 debian/patches/gdb-glibc-vdso-workaround.patch     |   6 +-
 debian/patches/linuxthreads_signal_handling.patch  |  10 +-
 debian/patches/load-versioned-libcc1.patch         |   6 +-
 debian/patches/python-config.patch                 |  22 +-
 debian/patches/series                              |   1 +
 djunpack.bat                                       |   4 +-
 gdb/ChangeLog                                      |  71 +++++++
 gdb/NEWS                                           |   6 +
 gdb/compile/compile-c-support.c                    |   2 +-
 gdb/compile/compile-object-load.c                  |   2 +-
 gdb/compile/compile.c                              |   4 +-
 gdb/doc/ChangeLog                                  |   6 +
 gdb/eval.c                                         |   9 +
 gdb/extension-priv.h                               |  14 +-
 gdb/extension.c                                    |  25 +++
 gdb/extension.h                                    |   4 +
 gdb/iq2000-tdep.c                                  |   2 -
 gdb/p-exp.c                                        |  12 +-
 gdb/p-exp.y                                        |  12 +-
 gdb/po/gdb.pot                                     | 231 +++++++++++----------
 gdb/python/lib/gdb/printing.py                     |  12 +-
 gdb/python/lib/gdb/xmethod.py                      |  20 +-
 gdb/python/py-xmethods.c                           | 107 ++++++++++
 gdb/python/python-internal.h                       |   5 +
 gdb/python/python.c                                |   1 +
 gdb/testsuite/ChangeLog                            |  21 ++
 .../gdb.pascal/case-insensitive-symbols.exp        |  58 ++++++
 .../{integers.pas => case-insensitive-symbols.pas} |  58 ++++--
 gdb/testsuite/gdb.python/py-pp-maint.py            |  11 -
 .../{py-pp-maint.c => py-pp-registration.c}        |  27 +--
 gdb/testsuite/gdb.python/py-pp-registration.exp    | 116 +++++++++++
 .../{py-pp-maint.py => py-pp-registration.py}      |  51 ++---
 gdb/testsuite/gdb.python/py-xmethods.exp           |  13 +-
 gdb/testsuite/gdb.python/py-xmethods.py            |   5 +
 gdb/testsuite/lib/pascal.exp                       |  14 ++
 gdb/tui/tui-io.c                                   |  16 +-
 gdb/valarith.c                                     |  51 +++--
 gdb/value.c                                        |  12 ++
 gdb/value.h                                        |   7 +-
 gdb/version.in                                     |   2 +-
 md5.sum                                            |  93 +++++----
 46 files changed, 882 insertions(+), 335 deletions(-)
 create mode 100644 debian/patches/Segmentation-fault-on-add-symbol-file-command.patch
 create mode 100644 gdb/testsuite/gdb.pascal/case-insensitive-symbols.exp
 copy gdb/testsuite/gdb.pascal/{integers.pas => case-insensitive-symbols.pas} (55%)
 copy gdb/testsuite/gdb.python/{py-pp-maint.c => py-pp-registration.c} (78%)
 create mode 100644 gdb/testsuite/gdb.python/py-pp-registration.exp
 copy gdb/testsuite/gdb.python/{py-pp-maint.py => py-pp-registration.py} (54%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git



More information about the Pkg-gdb-logs mailing list