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 d044bac8ce Document linespec/explicit locations & completion improvemen [...] new 089354bb06 Create private_inferior class hierarchy new 21fe1c752e remote: C++ify thread_item and threads_listing_context new 7aabaf9d4a Create private_thread_info hierarchy new 8172f16b5b Poison XNEW and friends for types that should use new/delete
The 4 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 | 198 ++++++++++++++++++++++ gdb/Makefile.in | 2 + gdb/aix-thread.c | 57 +++++-- gdb/common/common-utils.c | 7 - gdb/common/common-utils.h | 14 +- gdb/common/poison.h | 132 +++++++++++++++ gdb/common/rsp-low.c | 13 ++ gdb/common/rsp-low.h | 6 + gdb/darwin-nat-info.c | 48 +++--- gdb/darwin-nat.c | 296 ++++++++++++++++---------------- gdb/darwin-nat.h | 47 +++--- gdb/gdbthread.h | 18 +- gdb/inferior.c | 4 +- gdb/inferior.h | 9 +- gdb/linux-thread-db.c | 46 ++--- gdb/nto-procfs.c | 30 +--- gdb/nto-tdep.c | 10 +- gdb/nto-tdep.h | 16 +- gdb/remote.c | 347 ++++++++++++++++---------------------- gdb/thread.c | 14 +- gdb/unittests/rsp-low-selftests.c | 59 +++++++ 21 files changed, 891 insertions(+), 482 deletions(-) create mode 100644 gdb/unittests/rsp-low-selftests.c