~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to kernel/generic/include/udebug/udebug.h

  • Committer: Jiri Svoboda
  • Date: 2010-01-23 14:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 222.
  • Revision ID: jiri@wiwaxia-20100123142532-bsv3g3piyluvpub5
Fix THREAD_READ, add AREAS_READ Udebug method. Add task dump utility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 */
97
97
UDEBUG_M_THREAD_READ,
98
98
 
 
99
/** Read the list of the debugged task's address space areas.
 
100
 *
 
101
 * - ARG2 - destination address in the caller's address space
 
102
 * - ARG3 - size of receiving buffer in bytes
 
103
 *
 
104
 * The kernel fills the buffer with a series of as_area_info_t structures.
 
105
 * Upon answer, the kernel will set:
 
106
 *
 
107
 * - ARG2 - number of bytes that were actually copied
 
108
 * - ARG3 - number of bytes of the complete data
 
109
 *
 
110
 */
 
111
UDEBUG_M_AREAS_READ,
 
112
 
99
113
/** Read the debugged tasks's memory.
100
114
 *
101
115
 * - ARG2 - destination address in the caller's address space