Subversion Repositories HelenOS

Rev

Rev 4605 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4605 Rev 4616
Line 103... Line 103...
103
 * - ARG4 - size of receiving buffer in bytes
103
 * - ARG4 - size of receiving buffer in bytes
104
 *
104
 *
105
 */
105
 */
106
UDEBUG_M_MEM_READ,
106
UDEBUG_M_MEM_READ,
107
 
107
 
-
 
108
UDEBUG_M_TASK_MEM_AREAS_READ,
-
 
109
 
-
 
110
UDEBUG_M_THREAD_COPY_KSTACK,
-
 
111
 
-
 
112
UDEBUG_M_THREAD_GET_THREAD_STRUCT,
-
 
113
 
-
 
114
UDEBUG_M_MEM_WRITE,
-
 
115
 
-
 
116
UDEBUG_M_THREAD_RESTORE_THREAD_STRUCT,
-
 
117
 
-
 
118
UDEBUG_M_RESTORE_KSTACK,
-
 
119
 
108
} udebug_method_t;
120
} udebug_method_t;
109
 
121
 
110
               
122
               
111
typedef enum {
123
typedef enum {
112
    UDEBUG_EVENT_FINISHED = 1/**< Debuging session has finished */
124
    UDEBUG_EVENT_FINISHED = 1/**< Debuging session has finished */