#include <linux/ptrace.h>
#include <linux/kgdb.h>
#include <linux/kdebug.h>
#include <linux/sched.h>
#include <linux/smp.h>
#include <asm/inst.h>
#include <asm/fpu.h>
#include <asm/cacheflush.h>
#include <asm/processor.h>
#include <asm/sigcontext.h>
Go to the source code of this file.
|
| int | dbg_set_reg (int regno, void *mem, struct pt_regs *regs) |
| |
| char * | dbg_get_reg (int regno, void *mem, struct pt_regs *regs) |
| |
| void | arch_kgdb_breakpoint (void) |
| |
| void | kgdb_roundup_cpus (unsigned long flags) |
| |
| void | sleeping_thread_to_gdb_regs (unsigned long *gdb_regs, struct task_struct *p) |
| |
| void | kgdb_arch_set_pc (struct pt_regs *regs, unsigned long pc) |
| |
| int | kgdb_arch_handle_exception (int vector, int signo, int err_code, char *remcom_in_buffer, char *remcom_out_buffer, struct pt_regs *regs) |
| |
| int | kgdb_arch_init (void) |
| |
| void | kgdb_arch_exit (void) |
| |
| void kgdb_roundup_cpus |
( |
unsigned long |
flags | ) |
|
| struct kgdb_arch arch_kgdb_ops |