Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/udebug/udebug.h

    ra074b4f r8af9950  
    9696 */
    9797UDEBUG_M_THREAD_READ,
    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,
    11298
    11399/** Read the debugged tasks's memory.
     
    153139
    154140#include <synch/mutex.h>
    155 #include <synch/condvar.h>
    156141#include <arch/interrupt.h>
    157142#include <atomic.h>
     
    196181        bool stoppable;         /**< thread is stoppable */
    197182        bool active;            /**< thread is in a debugging session */
    198         condvar_t active_cv;
    199183} udebug_thread_t;
    200184
Note: See TracChangeset for help on using the changeset viewer.