Subversion Repositories HelenOS

Rev

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

Rev 3613 Rev 3617
Line 192... Line 192...
192
 
192
 
193
void udebug_syscall_event(unative_t a1, unative_t a2, unative_t a3,
193
void udebug_syscall_event(unative_t a1, unative_t a2, unative_t a3,
194
    unative_t a4, unative_t a5, unative_t a6, unative_t id, unative_t rc,
194
    unative_t a4, unative_t a5, unative_t a6, unative_t id, unative_t rc,
195
    bool end_variant);
195
    bool end_variant);
196
 
196
 
197
void udebug_thread_b_event(struct thread *t);
197
void udebug_thread_b_event_attach(struct thread *t, struct task *ta);
198
void udebug_thread_e_event(void);
198
void udebug_thread_e_event(void);
199
 
199
 
200
void udebug_stoppable_begin(void);
200
void udebug_stoppable_begin(void);
201
void udebug_stoppable_end(void);
201
void udebug_stoppable_end(void);
202
 
202