[Pkg-gdb-logs] [gdb] 03/09: Merge tag 'upstream/7.8.1'

Hector Oron zumbi at moszumanska.debian.org
Mon Nov 10 18:38:36 UTC 2014


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

zumbi pushed a commit to branch master
in repository gdb.

commit 5dca98dc7343e9cfe2789965caf09df53f7ae647
Merge: 89ffd1f cc3414f
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Sun Nov 9 16:24:54 2014 +0100

    Merge tag 'upstream/7.8.1'
    
    Upstream version 7.8.1
    
    # gpg: Signature made Sun 09 Nov 2014 16:24:53 CET using RSA key ID 76E2AC7B
    # gpg: Good signature from "Hector Oron Martinez (zumbi) <hector.oron at gmail.com>"
    # gpg:                 aka "Hector Oron Martinez (K2M) <hector.oron at tsc.upc.edu>"
    # gpg:                 aka "Hector Oron Martinez (debian) <zumbi at debian.org>"
    # gpg:                 aka "Hector Oron Martinez <hector.oron at collabora.co.uk>"
    # gpg:                 aka "Hector Oron Martinez <hector.oron at collabora.com>"

 bfd/ChangeLog                                      |   5 +
 bfd/elfcode.h                                      |   2 +-
 bfd/version.h                                      |   2 +-
 djunpack.bat                                       |   4 +-
 gdb/ChangeLog                                      | 187 +++++
 gdb/NEWS                                           |  13 +-
 gdb/acinclude.m4                                   |   4 +-
 gdb/annotate.c                                     |  22 +-
 gdb/config.in                                      |   6 -
 gdb/configure                                      |  65 +-
 gdb/configure.ac                                   |  20 +-
 gdb/ctf.c                                          |  49 --
 gdb/data-directory/Makefile.in                     |   5 +-
 gdb/dcache.h                                       |   2 +
 gdb/event-top.c                                    |  61 +-
 gdb/event-top.h                                    |  11 +
 gdb/features/aarch64-core.xml                      |   2 +-
 gdb/features/aarch64.c                             |   2 +-
 gdb/gdbarch.h                                      |   3 +-
 gdb/gdbarch.sh                                     |   3 +-
 gdb/gdbserver/ChangeLog                            |   6 +
 gdb/gdbserver/win32-i386-low.c                     |   1 -
 gdb/guile/guile.c                                  |  67 +-
 gdb/infcmd.c                                       | 160 +++--
 gdb/infrun.c                                       |  22 +-
 gdb/linux-tdep.c                                   |  12 +
 gdb/main.c                                         |   9 +
 gdb/po/gdb.pot                                     | 760 ++++++++++-----------
 gdb/python/lib/gdb/__init__.py                     |   3 +-
 gdb/python/lib/gdb/command/xmethods.py             |   2 +-
 gdb/python/lib/gdb/printer/__init__.py             |  14 +
 .../gdb/{command => printer}/bound_registers.py    |  21 +-
 gdb/python/lib/gdb/printing.py                     |  14 +
 gdb/python/py-framefilter.c                        |  33 +-
 gdb/target.c                                       |  64 ++
 gdb/target.h                                       |  25 +-
 gdb/testsuite/ChangeLog                            |  92 +++
 .../gdb.base/annota-input-while-running.c          |  25 +
 .../gdb.base/annota-input-while-running.exp        | 130 ++++
 gdb/testsuite/gdb.base/attach.exp                  |  86 ++-
 gdb/testsuite/gdb.base/bg-execution-repeat.c       |  33 +
 gdb/testsuite/gdb.base/bg-execution-repeat.exp     |  86 +++
 .../gdb.base/continue-all-already-running.c        |  25 +
 .../gdb.base/continue-all-already-running.exp      |  79 +++
 .../gdb.base/multi-line-starts-subshell.exp        |  55 ++
 gdb/testsuite/gdb.base/solib-overlap.exp           |  11 +-
 gdb/testsuite/gdb.multi/multi-attach.exp           |  13 +-
 .../gdb.python/amd64-py-framefilter-invalidarg.S   | 261 +++++++
 .../gdb.python/py-framefilter-invalidarg-gdb.py.in |  48 ++
 .../gdb.python/py-framefilter-invalidarg.exp       |  67 ++
 .../gdb.python/py-framefilter-invalidarg.py        |  59 ++
 gdb/testsuite/gdb.python/py-prompt.exp             |  10 +-
 gdb/testsuite/gdb.python/py-sync-interp.exp        |  10 +-
 gdb/testsuite/gdb.python/py-xmethods.py            |  20 +-
 gdb/testsuite/gdb.python/python.exp                |  16 +
 gdb/testsuite/gdb.server/ext-attach.exp            |  10 +-
 gdb/testsuite/gdb.threads/gcore-stale-thread.c     |  48 ++
 gdb/testsuite/gdb.threads/gcore-stale-thread.exp   |  57 ++
 gdb/testsuite/gdb.threads/next-bp-other-thread.c   |  45 ++
 gdb/testsuite/gdb.threads/next-bp-other-thread.exp |  54 ++
 gdb/testsuite/gdb.threads/schedlock.c              |  24 +-
 gdb/testsuite/gdb.threads/schedlock.exp            | 250 +++----
 gdb/testsuite/lib/gdb.exp                          |  41 ++
 gdb/top.c                                          |  47 +-
 gdb/top.h                                          |   8 +
 gdb/version.in                                     |   2 +-
 gdb/windows-nat.c                                  |   2 +-
 md5.sum                                            | 142 ++--
 68 files changed, 2615 insertions(+), 922 deletions(-)

-- 
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