Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4615 → Rev 4616

/branches/snapshot/kernel/generic/include/udebug/udebug.h
105,6 → 105,18
*/
UDEBUG_M_MEM_READ,
 
UDEBUG_M_TASK_MEM_AREAS_READ,
 
UDEBUG_M_THREAD_COPY_KSTACK,
 
UDEBUG_M_THREAD_GET_THREAD_STRUCT,
 
UDEBUG_M_MEM_WRITE,
 
UDEBUG_M_THREAD_RESTORE_THREAD_STRUCT,
 
UDEBUG_M_RESTORE_KSTACK,
 
} udebug_method_t;