Rev 650 | Rev 1221 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 650 | Rev 747 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #ifndef __DEBUG_H__ |
29 | #ifndef __DEBUG_H__ |
| 30 | #define __DEBUG_H__ |
30 | #define __DEBUG_H__ |
| 31 | 31 | ||
| 32 | #include <panic.h> |
32 | #include <panic.h> |
| 33 | #include <arch/debug.h> |
33 | #include <arch/debug.h> |
| 34 | #include <arch.h> |
- | |
| 35 | 34 | ||
| 36 | #define CALLER ((__address)__builtin_return_address(0)) |
35 | #define CALLER ((__address)__builtin_return_address(0)) |
| 37 | 36 | ||
| 38 | #ifndef HERE |
37 | #ifndef HERE |
| 39 | /** Current Instruction Pointer address */ |
38 | /** Current Instruction Pointer address */ |