Subversion Repositories HelenOS

Rev

Rev 3005 | Rev 3093 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3005 Rev 3012
Line 41... Line 41...
41
    uint32_t back;
41
    uint32_t back;
42
} breakpoint_arch_t;
42
} breakpoint_arch_t;
43
 
43
 
44
typedef struct {
44
typedef struct {
45
    int singlestep;
45
    int singlestep;
-
 
46
    uint32_t sstep_back;
46
} dthread_arch_t;
47
} dthread_arch_t;
47
 
48
 
48
typedef struct {
49
typedef struct {
49
    uint32_t at;
50
    uint32_t at;
50
    uint32_t v0;
51
    uint32_t v0;