Rev 3012 | Rev 3100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3012 | Rev 3093 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef TYPES_H_ |
35 | #ifndef TYPES_H_ |
| 36 | #define TYPES_H_ |
36 | #define TYPES_H_ |
| 37 | 37 | ||
| 38 | #include <sys/types.h> |
38 | #include <sys/types.h> |
| - | 39 | #include "bstore.h" |
|
| 39 | 40 | ||
| 40 | typedef struct { |
41 | typedef struct { |
| 41 | uint32_t back; |
42 | bstore_t bs; |
| 42 | } breakpoint_arch_t; |
43 | } breakpoint_arch_t; |
| 43 | 44 | ||
| 44 | typedef struct { |
45 | typedef struct { |
| 45 | int singlestep; |
46 | int singlestep; |
| 46 | uint32_t sstep_back; |
47 | bstore_t cur, next; |
| 47 | } dthread_arch_t; |
48 | } dthread_arch_t; |
| 48 | 49 | ||
| 49 | typedef struct { |
50 | typedef struct { |
| 50 | uint32_t at; |
51 | uint32_t at; |
| 51 | uint32_t v0; |
52 | uint32_t v0; |