Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2925 → Rev 3346

/branches/tracing/uspace/lib/libc/include/udebug.h
51,7 → 51,8
int udebug_args_read(int phoneid, thash_t tid, sysarg_t *buffer);
int udebug_regs_read(int phoneid, thash_t tid, void *buffer);
int udebug_regs_write(int phoneid, thash_t tid, void *buffer);
int udebug_go(int phoneid, thash_t tid, int *ev_type, int *val0, int *val1);
int udebug_go(int phoneid, thash_t tid, udebug_event_t *ev_type,
sysarg_t *val0, sysarg_t *val1);
int udebug_stop(int phoneid, thash_t tid);
 
#endif