Ignore:
Timestamp:
2010-01-23T19:19:18Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03333bc
Parents:
336db295
Message:

Implement fault notifications and task monitoring service.

File:
1 edited

Legend:

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

    r336db295 ra074b4f  
    153153
    154154#include <synch/mutex.h>
     155#include <synch/condvar.h>
    155156#include <arch/interrupt.h>
    156157#include <atomic.h>
     
    195196        bool stoppable;         /**< thread is stoppable */
    196197        bool active;            /**< thread is in a debugging session */
     198        condvar_t active_cv;
    197199} udebug_thread_t;
    198200
Note: See TracChangeset for help on using the changeset viewer.