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 74ccf6db11 Add explicit shared check to eh-frame-hdr test. new d2176225dc Support 'info proc' for FreeBSD process core dumps. new b999e2038d Don't return stale data from fbsd_pid_to_exec_file for kerne [...] new 262f62f57d Use gdb::unique_xmalloc_ptr<> instead of a deleter that invo [...] new 92fce24de2 Support 'info proc' for native FreeBSD processes. new 2d97a5d9d3 Document support for 'info proc' on FreeBSD.
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: gdb/ChangeLog | 46 ++++ gdb/NEWS | 3 + gdb/config.in | 3 + gdb/configure | 60 +++++ gdb/configure.ac | 5 + gdb/doc/ChangeLog | 9 + gdb/doc/gdb.texinfo | 76 +++--- gdb/fbsd-nat.c | 380 +++++++++++++++++++++++++++--- gdb/fbsd-tdep.c | 650 ++++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/fbsd-tdep.h | 7 + 10 files changed, 1171 insertions(+), 68 deletions(-)