git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
properly update the pprev of next node when deleting hlist_node (close #30)
[lunaix-os.git]
/
lunaix-os
/
includes
/
sdbg
/
gdbstub.h
1
#ifndef __LUNAIX_GDBSTUB_H
2
#define __LUNAIX_GDBSTUB_H
3
4
#include <lunaix/pcontext.h>
5
6
void
7
gdbstub_loop(isr_param* param);
8
9
#endif /* __LUNAIX_GDBSTUB_H */