#include <linux/tracehook.h>
#include <linux/signal.h>
#include <linux/uprobes.h>
#include <linux/key.h>
#include <asm/hw_breakpoint.h>
#include <asm/uaccess.h>
#include <asm/unistd.h>
#include <asm/debug.h>
#include "signal.h"
Go to the source code of this file.
|
void __user * | get_sigframe (struct k_sigaction *ka, struct pt_regs *regs, size_t frame_size, int is_32) |
|
void | do_notify_resume (struct pt_regs *regs, unsigned long thread_info_flags) |
|
long | sys_sigaltstack (const stack_t __user *uss, stack_t __user *uoss, unsigned long r5, unsigned long r6, unsigned long r7, unsigned long r8, struct pt_regs *regs) |
|
int show_unhandled_signals = 0 |