HelenOS sources

thash_t           126 uspace/lib/c/generic/udebug.c errno_t udebug_args_read(async_sess_t *sess, thash_t tid, sysarg_t *buffer)
thash_t           136 uspace/lib/c/generic/udebug.c errno_t udebug_regs_read(async_sess_t *sess, thash_t tid, void *buffer)
thash_t           146 uspace/lib/c/generic/udebug.c errno_t udebug_go(async_sess_t *sess, thash_t tid, udebug_event_t *ev_type,
thash_t           160 uspace/lib/c/generic/udebug.c errno_t udebug_stop(async_sess_t *sess, thash_t tid)
thash_t            55 uspace/lib/c/include/udebug.h extern errno_t udebug_args_read(async_sess_t *, thash_t, sysarg_t *);
thash_t            56 uspace/lib/c/include/udebug.h extern errno_t udebug_regs_read(async_sess_t *, thash_t, void *);
thash_t            57 uspace/lib/c/include/udebug.h extern errno_t udebug_go(async_sess_t *, thash_t, udebug_event_t *, sysarg_t *,
thash_t            59 uspace/lib/c/include/udebug.h extern errno_t udebug_stop(async_sess_t *, thash_t);
thash_t            55 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_args_read(async_sess_t *, thash_t, sysarg_t *);
thash_t            56 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_regs_read(async_sess_t *, thash_t, void *);
thash_t            57 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_go(async_sess_t *, thash_t, udebug_event_t *, sysarg_t *,
thash_t            59 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_stop(async_sess_t *, thash_t);
HelenOS homepage, sources at GitHub