commit 8acc3bf44691ec767efcfc7d0ba2c5da48329972
Author: Matthew Dillon <[email protected]>
Date: Wed Mar 29 11:23:47 2017 -0700
kernel - Add KERN_PROC_SIGTRAMP
* Add a sysctl to retrieve the sigtramp address range for gdb.
Reported-by: marino
Summary of changes:
sys/kern/kern_exec.c | 2 +-
sys/kern/kern_proc.c | 29 +++++++++++++++++++++++++++++
sys/sys/kinfo.h | 9 +++++++++
sys/sys/sysctl.h | 2 +-
4 files changed, 40 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8acc3bf44691ec767efcfc7d0ba2c5da48329972
--
DragonFly BSD source repository