Comment that tdsignal() may be entered from the debugger.

This commit is contained in:
Robert Watson 2007-05-23 17:27:42 +00:00
parent 63d69d2592
commit 4dec0e67ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169907

View File

@ -1977,6 +1977,10 @@ sigtd(struct proc *p, int sig, int prop)
* regardless of the signal action (eg, blocked or ignored).
*
* Other ignored signals are discarded immediately.
*
* NB: This function may be entered from the debugger via the "kill" DDB
* command. There is little that can be done to mitigate the possibly messy
* side effects of this unwise possibility.
*/
void
psignal(struct proc *p, int sig)