Rev 2941 | Rev 3108 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2941 | Rev 2942 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | typedef struct { |
38 | typedef struct { |
39 | unsigned char back; |
39 | unsigned char back; |
40 | } breakpoint_arch_t; |
40 | } breakpoint_arch_t; |
41 | 41 | ||
42 | typedef struct { |
42 | typedef struct { |
- | 43 | int singlestep; |
|
- | 44 | } dthread_arch_t; |
|
- | 45 | ||
- | 46 | typedef struct { |
|
43 | uint32_t eax; |
47 | uint32_t eax; |
44 | uint32_t ecx; |
48 | uint32_t ecx; |
45 | uint32_t edx; |
49 | uint32_t edx; |
46 | uint32_t esi; |
50 | uint32_t esi; |
47 | uint32_t edi; |
51 | uint32_t edi; |