Ignore:
Timestamp:
2008-12-07T18:36:51Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
925fdd7
Parents:
5d9430d7
Message:

Rename udebug_thread_t.debug_active just to 'active'.

File:
1 edited

Legend:

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

    r5d9430d7 r8af9950  
    178178        /** What type of event are we stopped in or 0 if none. */
    179179        udebug_event_t cur_event;
    180         bool go;           /**< thread is GO */
    181         bool stoppable;    /**< thread is stoppable */
    182         bool debug_active; /**< thread is in a debugging session */
     180        bool go;                /**< thread is GO */
     181        bool stoppable;         /**< thread is stoppable */
     182        bool active;            /**< thread is in a debugging session */
    183183} udebug_thread_t;
    184184
Note: See TracChangeset for help on using the changeset viewer.