Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/kgdb.h>
#include <linux/kdb.h>
#include <linux/reboot.h>
#include <linux/uaccess.h>
#include <asm/cacheflush.h>
#include <asm/unaligned.h>
#include "debug_core.h"
Go to the source code of this file.
Macros | |
#define | KGDB_MAX_THREAD_QUERY 17 |
#define | BUF_THREAD_ID_SIZE 8 |
Functions | |
void | gdbstub_msg_write (const char *s, int len) |
char * | kgdb_mem2hex (char *mem, char *buf, int count) |
int | kgdb_hex2mem (char *buf, char *mem, int count) |
int | kgdb_hex2long (char **ptr, unsigned long *long_val) |
int | gdb_serial_stub (struct kgdb_state *ks) |
int | gdbstub_state (struct kgdb_state *ks, char *cmd) |
void | gdbstub_exit (int status) |
int gdb_serial_stub | ( | struct kgdb_state * | ks | ) |