[Crosstoolchain-logs] [gdb] branch master updated (6da735e -> e8337fa)

Samuel Bronson naesten-guest at alioth.debian.org
Tue Sep 3 18:48:30 UTC 2013


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

naesten-guest pushed a change to branch master
in repository gdb.

      from  6da735e   Backport ARM Linux `catch syscall' support from my upstream patch.
      adds  52a6095   Imported Upstream version 7.6.1
       new  4714fe4   Merge tag 'upstream/7.6.1'
       new  99c0a8b   Add stuff from upstream release announcement to debian/changelog
       new  e8337fa   Add my ARM Linux `catch syscall' support to the changelog.

The 3 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:
 ChangeLog                                          |    5 +
 debian/changelog                                   |   26 +
 djunpack.bat                                       |    4 +-
 gdb/ChangeLog                                      |  102 ++
 gdb/break-catch-sig.c                              |    2 +-
 gdb/breakpoint.c                                   |  129 ++-
 gdb/breakpoint.h                                   |   10 +-
 gdb/configure                                      |    7 -
 gdb/configure.ac                                   |    7 -
 gdb/corefile.c                                     |    4 +-
 gdb/cp-namespace.c                                 |   34 +-
 gdb/defs.h                                         |    2 +
 gdb/exec.c                                         |   24 +-
 gdb/exec.h                                         |    1 +
 gdb/frame.h                                        |    2 +
 gdb/gdbserver/ChangeLog                            |   24 +
 gdb/gdbserver/linux-low.c                          |    6 +
 gdb/gdbserver/linux-x86-low.c                      |    3 +-
 gdb/gdbserver/lynx-low.c                           |    6 +
 gdb/gdbserver/remote-utils.c                       |    4 +-
 gdb/gdbserver/server.h                             |    2 +
 gdb/gdbserver/spu-low.c                            |    6 +
 gdb/gdbserver/tracepoint.c                         |    2 +
 gdb/inferior.c                                     |    9 +-
 gdb/infrun.c                                       |   18 +-
 gdb/mi/mi-cmd-stack.c                              |    5 +-
 gdb/mi/mi-main.c                                   |    4 +-
 gdb/po/gdb.pot                                     | 1102 ++++++++++----------
 gdb/progspace.c                                    |    9 +-
 gdb/progspace.h                                    |    4 +
 gdb/remote.c                                       |    1 +
 gdb/sol-thread.c                                   |   24 +
 gdb/source.c                                       |   31 +-
 gdb/sparc-sol-thread.c                             |   43 -
 gdb/stack.c                                        |   21 +
 gdb/testsuite/ChangeLog                            |   43 +
 .../method-ptr.cc => gdb.base/argv0-symlink.c}     |    3 +-
 gdb/testsuite/gdb.base/argv0-symlink.exp           |   62 ++
 .../gdb.base/{arrayidx.c => dprintf-next.c}        |   10 +-
 .../dprintf-next.exp}                              |   28 +-
 .../noparam.cc => gdb.base/dprintf-non-stop.c}     |   13 +-
 gdb/testsuite/gdb.base/dprintf-non-stop.exp        |   67 ++
 gdb/testsuite/gdb.base/dprintf.exp                 |    6 +-
 gdb/testsuite/gdb.base/pending.exp                 |    3 +
 .../random-signal.c}                               |   13 +-
 .../sigthread.exp => gdb.base/random-signal.exp}   |   28 +-
 gdb/testsuite/gdb.cp/derivation.cc                 |    6 +-
 gdb/testsuite/gdb.cp/derivation.exp                |   34 +-
 .../derivation2.cc}                                |   32 +-
 gdb/testsuite/gdb.linespec/linespec.exp            |    4 +
 gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp     |    2 +-
 .../prologue-include.c => gdb.trace/qtro.c}        |   18 +-
 gdb/testsuite/gdb.trace/qtro.exp                   |  173 +++
 gdb/testsuite/gdb.trace/status-stop.exp            |    8 +-
 gdb/tui/tui-regs.c                                 |    7 +
 gdb/utils.h                                        |    2 +-
 gdb/value.c                                        |    4 +-
 gdb/value.h                                        |    7 +-
 gdb/version.in                                     |    2 +-
 md5.sum                                            |  122 ++-
 src-release                                        |    2 +-
 61 files changed, 1538 insertions(+), 844 deletions(-)
 delete mode 100644 gdb/sparc-sol-thread.c
 copy gdb/testsuite/{gdb.dwarf2/method-ptr.cc => gdb.base/argv0-symlink.c} (95%)
 create mode 100644 gdb/testsuite/gdb.base/argv0-symlink.exp
 copy gdb/testsuite/gdb.base/{arrayidx.c => dprintf-next.c} (82%)
 copy gdb/testsuite/{gdb.dwarf2/fission-loclists.exp => gdb.base/dprintf-next.exp} (61%)
 copy gdb/testsuite/{gdb.cp/noparam.cc => gdb.base/dprintf-non-stop.c} (87%)
 create mode 100644 gdb/testsuite/gdb.base/dprintf-non-stop.exp
 copy gdb/testsuite/{gdb.arch/amd64-tailcall-cxx2.cc => gdb.base/random-signal.c} (86%)
 copy gdb/testsuite/{gdb.threads/sigthread.exp => gdb.base/random-signal.exp} (64%)
 copy gdb/testsuite/{gdb.base/realname-expand-real.c => gdb.cp/derivation2.cc} (66%)
 copy gdb/testsuite/{gdb.base/prologue-include.c => gdb.trace/qtro.c} (90%)
 create mode 100644 gdb/testsuite/gdb.trace/qtro.exp

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



More information about the Crosstoolchain-logs mailing list