public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Support for 'info proc' on FreeBSD cores and native
@ 2018-01-04  1:50 John Baldwin
  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
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: John Baldwin @ 2018-01-04  1:50 UTC (permalink / raw)
  To: gdb-patches

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-01-09 19:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-04  1:50 [PATCH v2 0/5] Support for 'info proc' on FreeBSD cores and native John Baldwin
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: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: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

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).