public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: John Baldwin <jhb@FreeBSD.org>
To: gdb-patches@sourceware.org
Subject: [PATCH v2 0/5] Support for 'info proc' on FreeBSD cores and native
Date: Thu, 04 Jan 2018 01:50:00 -0000	[thread overview]
Message-ID: <20180104014923.11899-1-jhb@FreeBSD.org> (raw)

Changes since the first version of this patch series include:

- The first patch for binutils recognizing new core notes has been
  pushed.
- The 'stat' and 'status' subcommands have been merged on FreeBSD.
- Additional error checking added to the argument parsing for the
  native FreeBSD target's info proc method.
- One new patch to fix a bug in fbsd_pid_to_exec_file found during
  testing.
- One new patch to remove an extraneous unique_ptr deleter.
- Various cleanups suggested by Simon Marchi.
- Further refinements to the documentation to be less /proc centric
  and to fix some dangling references to the renamed node's old name.

John Baldwin (5):
  Support 'info proc' for FreeBSD process core dumps.
  Don't return stale data from fbsd_pid_to_exec_file for kernel
    processes.
  Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes
    free().
  Support 'info proc' for native FreeBSD processes.
  Document support for 'info proc' on FreeBSD.

 gdb/ChangeLog       |  42 ++++
 gdb/config.in       |   3 +
 gdb/configure       |  60 +++++
 gdb/configure.ac    |   5 +
 gdb/doc/ChangeLog   |   9 +
 gdb/doc/gdb.texinfo |  76 ++++---
 gdb/fbsd-nat.c      | 384 ++++++++++++++++++++++++++++---
 gdb/fbsd-tdep.c     | 643 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/fbsd-tdep.h     |   7 +
 9 files changed, 1161 insertions(+), 68 deletions(-)

-- 
2.15.1

             reply	other threads:[~2018-01-04  1:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-04  1:50 John Baldwin [this message]
2018-01-04  1:50 ` [PATCH v2 3/5] Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free() John Baldwin
2018-01-05  2:58   ` Simon Marchi
2018-01-04  1:50 ` [PATCH v2 1/5] Support 'info proc' for FreeBSD process core dumps John Baldwin
2018-01-05  2:54   ` Simon Marchi
2018-01-05 19:43     ` John Baldwin
2018-01-09 19:29       ` Simon Marchi
2018-01-04  1:50 ` [PATCH v2 2/5] Don't return stale data from fbsd_pid_to_exec_file for kernel processes John Baldwin
2018-01-05  2:57   ` Simon Marchi
2018-01-05 19:43     ` John Baldwin
2018-01-04  1:59 ` [PATCH v2 5/5] Document support for 'info proc' on FreeBSD John Baldwin
2018-01-04 16:38   ` Eli Zaretskii
2018-01-04 21:36     ` John Baldwin
2018-01-05  6:53       ` Eli Zaretskii
2018-01-04  1:59 ` [PATCH v2 4/5] Support 'info proc' for native FreeBSD processes John Baldwin
2018-01-05  3:20   ` Simon Marchi
2018-01-05 19:43     ` John Baldwin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180104014923.11899-1-jhb@FreeBSD.org \
    --to=jhb@freebsd.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).