aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore/elfcore.c
Commit message (Expand)AuthorAgeFilesLines
* gcore: Avoid using vm_map_entry_t.Mark Johnston2019-12-071-20/+27
* gcore: Don't add VSX notes on powerpcspeJustin Hibbits2019-11-161-0/+2
* Included VSX registers in powerpc core dumpsJustin Hibbits2018-06-021-0/+26
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a NT_ARM_VFP ELF core note to hold VFP registers for each thread.John Baldwin2017-09-141-0/+31
* Store a 32-bit PT_LWPINFO struct for 32-bit process core dumps.John Baldwin2017-06-291-4/+12
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-301-0/+21
* Trim trailing whitespace (mostly introduced in r313407).John Baldwin2017-02-081-1/+1
* Copy the e_machine and e_flags fields from the binary into an ELF core dump.John Baldwin2017-02-071-9/+16
* Mirror r303120 to gcoreConrad Meyer2016-07-211-6/+6
* Add extended segment support to gcoreConrad Meyer2016-07-201-3/+31
* Include process IDs in core dumps.John Baldwin2016-07-181-0/+1
* Include command line arguments in core dump process info.John Baldwin2016-07-141-1/+15
* gcore: Forward pending signals when detaching from the target.Mark Johnston2016-06-241-3/+13
* Fix buffer overrun in gcore(1) NT_PRPSINFOConrad Meyer2016-05-111-2/+2
* Include OBJT_PHYS VM objects in ELF core dumps. In particular thisJohn Baldwin2015-02-141-1/+2
* Make use of the new Altivec ptrace support, to save the Altivec registers inJustin Hibbits2015-01-141-0/+32
* Improve support for XSAVE with debuggers.John Baldwin2014-11-211-0/+35
* Remove an unsed variable.Kevin Lo2014-07-311-1/+1
* Create 32-bit core files for 32-bit processes on 64-bit machines.Marcel Moolenaar2014-07-261-15/+53
* Wrong cast.Mikolaj Golub2013-04-201-2/+1
* Sync gcore(1) with the recent changes in kernel code aimed at addingMikolaj Golub2013-04-201-202/+373
* Match size_t and ssize_t by using %zu and %zd instead of %d.Xin LI2011-07-111-1/+1
* Add the ability for GDB to printout the thread name along with otherAttilio Rao2010-11-221-0/+11
* Fix the way the segments are included in the gcore outputs (with theAttilio Rao2010-07-141-5/+10
* Change gcore in order to get rid of the procfs accesses and use FreeBSD'sAttilio Rao2009-11-251-180/+163
* Use %zu for size_t, not %zd.Ed Maste2009-09-231-3/+3
* Use %zd for size_t. With this gcore(1) is WARNS=6 clean.Xin LI2008-07-181-3/+3
* Eliminate memory leak from an accidental malloc().Ed Maste2007-04-101-1/+0
* Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map filePeter Wemm2006-03-251-3/+3
* Teach gcore about the pathname field of '/proc/*/map' so that it doesn'tRobert Watson2004-07-121-3/+3
* Fix some WARNS:David Malone2004-02-151-4/+3
* Add #include <sys/queue.h> for sparc64's benefit. The MD includes therePeter Wemm2002-09-131-0/+1
* Use a crowbar to move the a.out code out of gcore.c and into its ownPeter Wemm2002-09-131-1/+21
* Include stdint.h to make this compile.Ian Dowse2002-09-051-0/+1
* ANSIify function definitions.David Malone2002-09-041-9/+10
* Add FBSDID. Do not \n terminate err() strings. Spelling.Philippe Charnier2002-03-261-5/+6
* Removed unused include of kernel-only file <sys/lock.h>.Bruce Evans2001-10-131-1/+0
* Null terminate buffer.Jonathan Lemon2001-06-071-1/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+1
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-2/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make gcore work again. It was broken by a format change in theJohn Polstra1999-07-171-2/+2
* Fix errors detected by -Wformat.John Polstra1998-11-011-2/+3
* Make gcore work for ELF.John Polstra1998-10-191-0/+513