Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
kdb_debugger.c File Reference
#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
 

Function Documentation

EXPORT_SYMBOL_GPL ( kdb_poll_funcs  )
EXPORT_SYMBOL_GPL ( kdb_poll_idx  )
void kdb_gdb_state_pass ( char buf)

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.

Variable Documentation

get_char_func kdb_poll_funcs[]
Initial value:

Definition at line 22 of file kdb_debugger.c.

int kdb_poll_idx = 1

Definition at line 32 of file kdb_debugger.c.