Changeset 629 for trunk/libs/libalmosmkh
- Timestamp:
- May 17, 2019, 9:27:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/libalmosmkh/almosmkh.h
r626 r629 267 267 * This syscall implements an user-level interactive debugger that can be 268 268 * introduced in any user application to display various kernel distributed structures. 269 * The supported commands are:270 * - p (cxy) : display all processes descriptors in a given cluster.271 * - s (cxy,lid) : display all threads attached to a given core in a given cluster.272 * - v (cxy) : display the calling process VMM in a given cluster.273 * - t (tid) : display all owner process descriptors attached to a TXT terminal.274 * - x : force the calling process to exit.275 * - c : continue calling process execution.276 * - h : list the supported commands277 269 ***************************************************************************************/ 278 270 void idbg( void );
Note: See TracChangeset
for help on using the changeset viewer.