summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-08-15 02:06:27 +0000
committerrwatson <rwatson@FreeBSD.org>2004-08-15 02:06:27 +0000
commitb3113cfdfe2dba0017cb48d90a506c9e584a28b1 (patch)
treedfac1a4fe94a8e589e9163fe93d88bbe109cdcab /gnu/usr.bin/gdb
parente2cfa215cf52959df773bf83451fa42161329f6d (diff)
downloadFreeBSD-src-b3113cfdfe2dba0017cb48d90a506c9e584a28b1.zip
FreeBSD-src-b3113cfdfe2dba0017cb48d90a506c9e584a28b1.tar.gz
Add a new sysctl, debug.kdb.stop_cpus, which controls whether or not we
attempt to IPI other cpus when entering the debugger in order to stop them while in the debugger. The default remains to issue the stop; however, that can result in a hang if another cpu has interrupts disabled and is spinning, since the IPI won't be received and the KDB will wait indefinitely. We probably need to add a timeout, but this is a useful stopgap in the mean time. Reviewed by: marcel
Diffstat (limited to 'gnu/usr.bin/gdb')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud