Subversion Repositories HelenOS

Rev

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

Rev 2941 Rev 2942
Line 40... Line 40...
40
typedef struct {
40
typedef struct {
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;
-
 
46
} dthread_arch_t;
-
 
47
 
-
 
48
typedef struct {
45
    uint32_t at;
49
    uint32_t at;
46
    uint32_t v0;
50
    uint32_t v0;
47
    uint32_t v1;
51
    uint32_t v1;
48
    uint32_t a0;
52
    uint32_t a0;
49
    uint32_t a1;
53
    uint32_t a1;