Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2869 → Rev 2870

/branches/tracing/kernel/generic/include/udebug/udebug.h
137,6 → 137,9
UDEBUG_TS_SHUTDOWN
} udebug_task_state_t;
 
struct task;
struct thread;
 
void udebug_syscall_event(unative_t a1, unative_t a2, unative_t a3,
unative_t a4, unative_t a5, unative_t a6, unative_t id, unative_t rc);
void udebug_new_thread_event(struct thread *t);
144,6 → 147,8
void udebug_stoppable_begin(void);
void udebug_stoppable_end(void);
 
int udebug_task_cleanup(struct task *ta);
 
#endif
 
#endif