Rev 2870 | Rev 2894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2870 | Rev 2885 | ||
|---|---|---|---|
| Line 88... | Line 88... | ||
| 88 | * - ARG3 - size of receiving buffer in bytes |
88 | * - ARG3 - size of receiving buffer in bytes |
| 89 | * |
89 | * |
| 90 | * The kernel fills the buffer with a series of sysarg_t values |
90 | * The kernel fills the buffer with a series of sysarg_t values |
| 91 | * (thread ids). On answer, the kernel will set: |
91 | * (thread ids). On answer, the kernel will set: |
| 92 | * |
92 | * |
| 93 | * - ARG1 - number of bytes that were actually copied |
93 | * - ARG2 - number of bytes that were actually copied |
| 94 | * - ARG2 - number of bytes of the complete data |
94 | * - ARG3 - number of bytes of the complete data |
| 95 | * |
95 | * |
| 96 | */ |
96 | */ |
| 97 | UDEBUG_M_THREAD_READ, |
97 | UDEBUG_M_THREAD_READ, |
| 98 | 98 | ||
| 99 | /** Read the debugged tasks's memory. |
99 | /** Read the debugged tasks's memory. |