summaryrefslogtreecommitdiff
path: root/usr.bin/gcore/elfcore.c
AgeCommit message (Expand)Author
7 daysRemove all code under __SPE__Minsoo Choo
2025-03-24gcore(1): dump NT_PROCSTAT_KQUEUES sectionKonstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-06-30gcore: Use PT_GETREGSET for NT_THRMISC and NT_PTLWPINFO.John Baldwin
2022-06-30gcore: Remove unused typedefs.John Baldwin
2022-06-06gcore: Don't hardcode VM write permissions.John Baldwin
2022-06-06gcore: Remove unused elf_note_arm_vfp function.John Baldwin
2022-05-19Use getpagesize in gcore to find the page sizeAndrew Turner
2022-03-24x86: Add a NT_X86_SEGBASES register set.John Baldwin
2022-03-23arm,arm64: Add a NT_ARM_TLS read-only register set.John Baldwin
2022-03-23Use a regset for NT_ARM_VFP.John Baldwin
2022-03-10gcore: Use PT_GETREGSET to fetch NT_PRSTATUS and NT_FPREGSET.John Baldwin
2021-11-30elf(3): Fix a typo in a sysctl descriptionGordon Bergling
2019-12-07gcore: Avoid using vm_map_entry_t.Mark Johnston
2019-11-16gcore: Don't add VSX notes on powerpcspeJustin Hibbits
2018-06-02Included VSX registers in powerpc core dumpsJustin Hibbits
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-14Add a NT_ARM_VFP ELF core note to hold VFP registers for each thread.John Baldwin
2017-06-29Store a 32-bit PT_LWPINFO struct for 32-bit process core dumps.John Baldwin
2017-03-30Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale
2017-02-08Trim trailing whitespace (mostly introduced in r313407).John Baldwin
2017-02-07Copy the e_machine and e_flags fields from the binary into an ELF core dump.John Baldwin
2016-07-21Mirror r303120 to gcoreConrad Meyer
2016-07-20Add extended segment support to gcoreConrad Meyer
2016-07-18Include process IDs in core dumps.John Baldwin
2016-07-14Include command line arguments in core dump process info.John Baldwin
2016-06-24gcore: Forward pending signals when detaching from the target.Mark Johnston
2016-05-11Fix buffer overrun in gcore(1) NT_PRPSINFOConrad Meyer
2015-02-14Include OBJT_PHYS VM objects in ELF core dumps. In particular thisJohn Baldwin
2015-01-14Make use of the new Altivec ptrace support, to save the Altivec registers inJustin Hibbits
2014-11-21Improve support for XSAVE with debuggers.John Baldwin
2014-07-31Remove an unsed variable.Kevin Lo
2014-07-26Create 32-bit core files for 32-bit processes on 64-bit machines.Marcel Moolenaar
2013-04-20Wrong cast.Mikolaj Golub
2013-04-20Sync gcore(1) with the recent changes in kernel code aimed at addingMikolaj Golub
2011-07-11Match size_t and ssize_t by using %zu and %zd instead of %d.Xin LI
2010-11-22Add the ability for GDB to printout the thread name along with otherAttilio Rao
2010-07-14Fix the way the segments are included in the gcore outputs (with theAttilio Rao
2009-11-25Change gcore in order to get rid of the procfs accesses and use FreeBSD'sAttilio Rao
2009-09-23Use %zu for size_t, not %zd.Ed Maste
2008-07-18Use %zd for size_t. With this gcore(1) is WARNS=6 clean.Xin LI
2007-04-10Eliminate memory leak from an accidental malloc().Ed Maste
2006-03-25Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map filePeter Wemm
2004-07-12Teach gcore about the pathname field of '/proc/*/map' so that it doesn'tRobert Watson
2004-02-15Fix some WARNS:David Malone
2002-09-13Add #include <sys/queue.h> for sparc64's benefit. The MD includes therePeter Wemm
2002-09-13Use a crowbar to move the a.out code out of gcore.c and into its ownPeter Wemm
2002-09-05Include stdint.h to make this compile.Ian Dowse
2002-09-04ANSIify function definitions.David Malone