Linux Kernel
3.7.1
|
#include <linux/kgdb.h>
#include <linux/kdb.h>
#include <linux/kdebug.h>
#include <linux/export.h>
#include <linux/hardirq.h>
#include "kdb_private.h"
#include "../debug_core.h"
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL_GPL (kdb_poll_funcs) | |
EXPORT_SYMBOL_GPL (kdb_poll_idx) | |
int | kdb_stub (struct kgdb_state *ks) |
void | kdb_gdb_state_pass (char *buf) |
Variables | |
get_char_func | kdb_poll_funcs [] |
int | kdb_poll_idx = 1 |
EXPORT_SYMBOL_GPL | ( | kdb_poll_funcs | ) |
EXPORT_SYMBOL_GPL | ( | kdb_poll_idx | ) |
Definition at line 165 of file kdb_debugger.c.
int kdb_stub | ( | struct kgdb_state * | ks | ) |
Definition at line 37 of file kdb_debugger.c.
get_char_func kdb_poll_funcs[] |
Definition at line 22 of file kdb_debugger.c.
int kdb_poll_idx = 1 |
Definition at line 32 of file kdb_debugger.c.