git.samba.org
/
sfrench
/
cifs-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kgdb: Add the ability to schedule a breakpoint via a tasklet
[sfrench/cifs-2.6.git]
/
include
/
linux
/
kgdb.h
diff --git
a/include/linux/kgdb.h
b/include/linux/kgdb.h
index 19d1b29a26947bd81c8302d334f0fe349f19febf..ee007ea341b8459a476c6e5808d58dd83649acc1 100644
(file)
--- a/
include/linux/kgdb.h
+++ b/
include/linux/kgdb.h
@@
-271,6
+271,7
@@
extern int kgdb_mem2hex(char *mem, char *buf, int count);
extern int kgdb_hex2mem(char *buf, char *mem, int count);
extern int kgdb_isremovedbreak(unsigned long addr);
+extern void kgdb_schedule_breakpoint(void);
extern int
kgdb_handle_exception(int ex_vector, int signo, int err_code,