freebsd-dev/usr.bin/gcore
Attilio Rao ebc5dece54 MFC r199805:
Change gcore in order to get rid of the procfs support and use FreeBSD's
specific interfaces. Main changes:
- now gcore recognizes threads within the the process and handle dumps on
  a thread scope
- the process to be analyzed should be stopped while gcore runs
- gcore may not work with processes that are being debugged with gdb or
  truss
- ptrace may let interruptible calls to return EINTR, thus dirtying
  signals handling within the process

Sponsored by:	Sandvine Incorporated
2009-12-19 19:30:27 +00:00
..
elfcore.c MFC r199805: 2009-12-19 19:30:27 +00:00
extern.h
gcore.1 MFC r199805: 2009-12-19 19:30:27 +00:00
gcore.c MFC r199805: 2009-12-19 19:30:27 +00:00
Makefile MFC r199805: 2009-12-19 19:30:27 +00:00