1TRACEHOOK_EXPECT_BRE(9) Kernel Internals TRACEHOOK_EXPECT_BRE(9)
2
3
4
6 tracehook_expect_breakpoints - guess if task memory might be touched
7
9 int tracehook_expect_breakpoints(struct task_struct * task);
10
12 task
13 current task, making a new mapping
14
16 Return nonzero if task is expected to want breakpoint insertion in its
17 memory at some point. A zero return is no guarantee it won´t be done,
18 but this is a hint that it´s known to be likely.
19
20 May be called with task->mm->mmap_sem held for writing.
21
22
23
24Kernel Hackers Manual 2.6. June 2019 TRACEHOOK_EXPECT_BRE(9)