This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/users/hjl/linux/master] Merge remote-tracking branch 'origin/master' into users/hjl/linux/master


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a39679712b569384ba860d75bf7292c58e980870

commit a39679712b569384ba860d75bf7292c58e980870
Merge: 9376b00 ede9f62
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jan 9 07:43:44 2015 -0800

    Merge remote-tracking branch 'origin/master' into users/hjl/linux/master

Diff:

 bfd/ChangeLog                                      |  20 +
 bfd/coffcode.h                                     |   7 +-
 bfd/elf.c                                          |   5 +
 bfd/elf32-moxie.c                                  |   1 +
 bfd/elf32-msp430.c                                 |  64 +-
 bfd/peXXigen.c                                     |  10 +
 bfd/version.h                                      |   2 +-
 binutils/ChangeLog                                 |  28 +
 binutils/dlltool.c                                 |   3 +
 binutils/nlmconv.c                                 |  30 +-
 binutils/objcopy.c                                 |  14 +-
 binutils/objdump.c                                 |   9 +-
 binutils/srconv.c                                  |  28 +-
 binutils/sysdump.c                                 |  14 +-
 gdb/ChangeLog                                      | 164 ++++
 gdb/breakpoint.c                                   |  83 +-
 gdb/breakpoint.h                                   |   5 +
 gdb/compile/compile.c                              |   9 +-
 gdb/dwarf2loc.c                                    |  16 +-
 gdb/gdbserver/ChangeLog                            |  70 ++
 gdb/gdbserver/linux-low.c                          | 859 +++++++++++----------
 gdb/gdbserver/linux-low.h                          |  35 +-
 gdb/gdbserver/linux-x86-low.c                      |   2 +-
 gdb/gdbserver/mem-break.c                          |  34 +
 gdb/gdbserver/mem-break.h                          |  10 +
 gdb/gdbserver/target.h                             |  10 -
 gdb/gdbserver/thread-db.c                          |  13 +-
 gdb/gdbserver/tracepoint.c                         |   5 -
 gdb/inflow.c                                       |   4 +-
 gdb/linux-nat.c                                    | 848 ++++++++++----------
 gdb/linux-nat.h                                    |  35 +-
 gdb/linux-thread-db.c                              |  90 ++-
 gdb/nat/linux-procfs.c                             | 153 +++-
 gdb/nat/linux-procfs.h                             |  32 +-
 gdb/nat/linux-ptrace.c                             |  33 +-
 gdb/nat/linux-ptrace.h                             |   8 +
 gdb/stabsread.c                                    |   5 +-
 gdb/testsuite/ChangeLog                            |  71 ++
 gdb/testsuite/gdb.base/annota1.exp                 |   9 +-
 gdb/testsuite/gdb.base/attach.exp                  |   3 +-
 gdb/testsuite/gdb.base/solib-overlap.exp           |   3 +-
 gdb/testsuite/gdb.base/watch_thread_num.c          |  21 +-
 gdb/testsuite/gdb.base/watch_thread_num.exp        |  40 +-
 gdb/testsuite/gdb.multi/multi-attach.exp           |   3 +-
 gdb/testsuite/gdb.python/py-prompt.exp             |   9 +-
 gdb/testsuite/gdb.python/py-sync-interp.exp        |   3 +-
 gdb/testsuite/gdb.server/ext-attach.exp            |   3 +-
 .../gdb.threads/attach-many-short-lived-threads.c  | 151 ++++
 .../attach-many-short-lived-threads.exp            | 132 ++++
 gdb/testsuite/gdb.threads/fork-thread-pending.exp  |   2 +-
 gdb/testsuite/gdb.threads/ia64-sigill.c            |  11 +
 gdb/testsuite/gdb.threads/non-stop-fair-events.c   |  84 ++
 gdb/testsuite/gdb.threads/non-stop-fair-events.exp | 161 ++++
 gdb/testsuite/gdb.threads/siginfo-threads.c        |  13 +
 .../signal-command-multiple-signals-pending.c      |  11 +-
 .../signal-command-multiple-signals-pending.exp    |   7 +
 gdb/testsuite/gdb.threads/watchthreads-reorder.c   |  13 +
 gdb/testsuite/gdb.trace/entry-values.exp           |  14 +
 gdb/testsuite/lib/gdb.exp                          |  27 +
 gdb/utils.c                                        |  17 -
 gdb/utils.h                                        |   5 -
 gdb/x86-linux-nat.c                                |   2 +-
 include/ChangeLog                                  |  12 +
 include/elf/ChangeLog                              |   5 +
 include/elf/common.h                               |   4 +-
 include/libiberty.h                                |  10 +
 ld/testsuite/ChangeLog                             |   5 +
 ld/testsuite/ld-x86-64/pr14207.d                   |  14 +-
 libiberty/ChangeLog                                |  31 +
 libiberty/Makefile.in                              |  47 +-
 libiberty/configure                                |  41 +
 libiberty/configure.ac                             |   1 +
 libiberty/functions.texi                           |  18 +
 libiberty/vasprintf.c                              |  84 +-
 libiberty/vprintf-support.c                        | 119 +++
 libiberty/vprintf-support.h                        |  22 +
 libiberty/xasprintf.c                              |  50 ++
 libiberty/xvasprintf.c                             |  61 ++
 78 files changed, 2970 insertions(+), 1127 deletions(-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]