Changeset 3698e44 in mainline for kernel/generic/include/udebug/udebug.h
- Timestamp:
- 2010-01-26T22:46:29Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 196a1439, 2314381
- Parents:
- e515b21a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/udebug/udebug.h
re515b21a r3698e44 107 107 */ 108 108 UDEBUG_M_THREAD_READ, 109 110 /** Read the name of the debugged task. 111 * 112 * - ARG2 - destination address in the caller's address space 113 * - ARG3 - size of receiving buffer in bytes 114 * 115 * The kernel fills the buffer with a non-terminated string. 116 * 117 * - ARG2 - number of bytes that were actually copied 118 * - ARG3 - number of bytes of the complete data 119 * 120 */ 121 UDEBUG_M_NAME_READ, 109 122 110 123 /** Read the list of the debugged task's address space areas.
Note:
See TracChangeset
for help on using the changeset viewer.