Subversion Repositories HelenOS

Rev

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

Rev 2867 Rev 2870
Line 135... Line 135...
135
    UDEBUG_TS_ACTIVE,
135
    UDEBUG_TS_ACTIVE,
136
    /** Task is shutting down, no more debug activities allowed */
136
    /** Task is shutting down, no more debug activities allowed */
137
    UDEBUG_TS_SHUTDOWN
137
    UDEBUG_TS_SHUTDOWN
138
} udebug_task_state_t;
138
} udebug_task_state_t;
139
 
139
 
-
 
140
struct task;
-
 
141
struct thread;
-
 
142
 
140
void udebug_syscall_event(unative_t a1, unative_t a2, unative_t a3,
143
void udebug_syscall_event(unative_t a1, unative_t a2, unative_t a3,
141
    unative_t a4, unative_t a5, unative_t a6, unative_t id, unative_t rc);
144
    unative_t a4, unative_t a5, unative_t a6, unative_t id, unative_t rc);
142
void udebug_new_thread_event(struct thread *t);
145
void udebug_new_thread_event(struct thread *t);
143
 
146
 
144
void udebug_stoppable_begin(void);
147
void udebug_stoppable_begin(void);
145
void udebug_stoppable_end(void);
148
void udebug_stoppable_end(void);
146
 
149
 
-
 
150
int udebug_task_cleanup(struct task *ta);
-
 
151
 
147
#endif
152
#endif
148
 
153
 
149
#endif
154
#endif
150
 
155
 
151
/** @}
156
/** @}