Rev 2825 | Rev 2838 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2825 | Rev 2833 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | 42 | ||
43 | /** Read arguments of a syscall. |
43 | /** Read arguments of a syscall. |
44 | * |
44 | * |
45 | * - ARG2 - thread identification |
45 | * - ARG2 - thread identification |
46 | * - ARG3 - destination address in the caller's address space |
46 | * - ARG3 - destination address in the caller's address space |
47 | * - ARG4 - size of receiving buffer in bytes |
- | |
48 | * |
47 | * |
49 | * on answer, the kernel will set: |
- | |
50 | * |
- | |
51 | * - ARG1 - actual size in bytes of data read |
- | |
52 | */ |
48 | */ |
53 | UDEBUG_M_ARGS_READ, |
49 | UDEBUG_M_ARGS_READ, |
54 | 50 | ||
55 | /** Read thread's userspace register state (istate_t). |
51 | /** Read thread's userspace register state (istate_t). |
56 | * |
52 | * |