CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/12/13 14:18:09
Modified files:
devel/gdb : Makefile
devel/gdb/patches: patch-gdb_obsd-nat_c patch-gdb_obsd-nat_h
Added files:
devel/gdb/patches: patch-gdb_inflow_c
Log message:
Gdb improvements:
* Uses ptrace PT_GET_THREAD_* for both setting thread names and
detecting if threads are still alive. The thread_alive detection
fixes 'info threads' of processes whose threads exit while
debugging.
* Fixes SIGINT storm using patch from FreeBSD to direct the SIGINT
to the current inferior process instead of gdb's process group.
This allows ^C to bring us back to the gdb prompt on attached
processes.
okay jca@