Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-28 09:16:40
Last Modify:2020-03-17 13:28:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ptrace_notify

Proto:void ptrace_notify(int exit_code)

Type:void

Parameter:

TypeParameterName
intexit_code
2268  BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP)
2269  If Value for the false possibility is greater at compile time(task_works) Then task_work_run()
2272  spin_lock_irq( & siglock)
2273  ptrace_do_notify(SIGTRAP, exit_code, raced child has trapped )
2274  spin_unlock_irq( & siglock)
Caller
NameDescribe
ptrace_eventptrace_event - possibly stop for a ptrace event notification*@event: %PTRACE_EVENT_* value to report*@message: value for %PTRACE_GETEVENTMSG to return* Check whether @event is enabled and, if so, report @event and @message* to the ptrace parent.