aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore/elfcore.c
Commit message (Expand)AuthorAgeFilesLines
* gcore(1): dump NT_PROCSTAT_KQUEUES sectionKonstantin Belousov2025-03-241-1/+11
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* gcore: Use PT_GETREGSET for NT_THRMISC and NT_PTLWPINFO.John Baldwin2022-06-301-50/+2
* gcore: Remove unused typedefs.John Baldwin2022-06-301-6/+0
* gcore: Don't hardcode VM write permissions.John Baldwin2022-06-061-1/+3
* gcore: Remove unused elf_note_arm_vfp function.John Baldwin2022-06-061-25/+0
* Use getpagesize in gcore to find the page sizeAndrew Turner2022-05-191-3/+5
* x86: Add a NT_X86_SEGBASES register set.John Baldwin2022-03-241-0/+1
* arm,arm64: Add a NT_ARM_TLS read-only register set.John Baldwin2022-03-231-0/+3
* Use a regset for NT_ARM_VFP.John Baldwin2022-03-231-5/+2
* gcore: Use PT_GETREGSET to fetch NT_PRSTATUS and NT_FPREGSET.John Baldwin2022-03-101-50/+37
* elf(3): Fix a typo in a sysctl descriptionGordon Bergling2021-11-301-1/+1
* 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