Subversion Repositories HelenOS

Rev

Rev 2817 | Rev 2825 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2817 Rev 2818
Line 98... Line 98...
98
 * - ARG2 - number of bytes of the complete data
98
 * - ARG2 - number of bytes of the complete data
99
 *
99
 *
100
 */
100
 */
101
UDEBUG_M_THREAD_READ,
101
UDEBUG_M_THREAD_READ,
102
 
102
 
103
/** Read the list of the debugged tasks's memory.
103
/** Read the debugged tasks's memory.
104
 *
104
 *
105
 * - ARG2 - destination address in the caller's address space
105
 * - ARG2 - destination address in the caller's address space
106
 * - ARG3 - source address in the recipient's address space
106
 * - ARG3 - source address in the recipient's address space
107
 * - ARG4 - size of receiving buffer in bytes
107
 * - ARG4 - size of receiving buffer in bytes
108
 *
108
 *
109
 */
109
 */
110
UDEBUG_M_MEM_READ
110
UDEBUG_M_MEM_READ,
-
 
111
 
-
 
112
/** Write the debugged tasks's memory.
-
 
113
 *
-
 
114
 * - ARG2 - source address in the caller's address space
-
 
115
 * - ARG3 - destination address in the recipient's address space
-
 
116
 * - ARG4 - size of receiving buffer in bytes
-
 
117
 *
-
 
118
 */
-
 
119
UDEBUG_M_MEM_WRITE
-
 
120
 
111
 
121
 
112
} udebug_method_t;
122
} udebug_method_t;
113
 
123
 
114
 
124
 
115
typedef enum {
125
typedef enum {