*LOTS* of small changes to make the kernel compatible with Be's KernelExport.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1683 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,17 +17,11 @@ char dbg_putch(char c);
|
||||
void dbg_puts(const char *s);
|
||||
bool dbg_set_serial_debug(bool new_val);
|
||||
bool dbg_get_serial_debug(void);
|
||||
int dprintf(const char *fmt, ...) __PRINTFLIKE(1,2);
|
||||
int panic(const char *fmt, ...) __PRINTFLIKE(1,2);
|
||||
void kernel_debugger(const char *);
|
||||
|
||||
/* special return codes for kernel debugger command function*/
|
||||
#define B_KDEBUG_CONT 2
|
||||
#define B_KDEBUG_QUIT 3
|
||||
|
||||
int add_debugger_command(const char * name, int (*func)(int, char **), const char *desc);
|
||||
int remove_debugger_command(const char * name, int (*func)(int, char **));
|
||||
|
||||
extern void dbg_save_registers(int *); /* arch provided */
|
||||
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user