Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2817 → Rev 2818

/branches/tracing/kernel/generic/include/udebug/udebug.h
100,7 → 100,7
*/
UDEBUG_M_THREAD_READ,
 
/** Read the list of the debugged tasks's memory.
/** Read the debugged tasks's memory.
*
* - ARG2 - destination address in the caller's address space
* - ARG3 - source address in the recipient's address space
107,8 → 107,18
* - ARG4 - size of receiving buffer in bytes
*
*/
UDEBUG_M_MEM_READ
UDEBUG_M_MEM_READ,
 
/** Write the debugged tasks's memory.
*
* - ARG2 - source address in the caller's address space
* - ARG3 - destination address in the recipient's address space
* - ARG4 - size of receiving buffer in bytes
*
*/
UDEBUG_M_MEM_WRITE
 
 
} udebug_method_t;