Rev 2808 | Rev 2812 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2808 | Rev 2809 | ||
---|---|---|---|
Line 250... | Line 250... | ||
250 | * - ARG2 - number of bytes of the complete data |
250 | * - ARG2 - number of bytes of the complete data |
251 | * |
251 | * |
252 | */ |
252 | */ |
253 | #define IPC_M_DEBUG_THREAD_READ 13 |
253 | #define IPC_M_DEBUG_THREAD_READ 13 |
254 | 254 | ||
- | 255 | /** Read the list of the debugged tasks's memory. |
|
- | 256 | * |
|
- | 257 | * - ARG1 - destination address in the caller's address space |
|
- | 258 | * - ARG2 - source address in the recipient's address space |
|
- | 259 | * - ARG3 - size of receiving buffer in bytes |
|
- | 260 | * |
|
- | 261 | */ |
|
- | 262 | #define IPC_M_DEBUG_MEM_READ 14 |
|
- | 263 | ||
255 | /* Well-known methods */ |
264 | /* Well-known methods */ |
256 | #define IPC_M_LAST_SYSTEM 511 |
265 | #define IPC_M_LAST_SYSTEM 511 |
257 | #define IPC_M_PING 512 |
266 | #define IPC_M_PING 512 |
258 | /* User methods */ |
267 | /* User methods */ |
259 | #define IPC_FIRST_USER_METHOD 1024 |
268 | #define IPC_FIRST_USER_METHOD 1024 |