Ignore:
Timestamp:
2008-11-21T14:38:18Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
741fd16
Parents:
1378b2b
Message:

Replace 'stop' in udebug_thread_t with 'go' for consistency with nomenclature.

File:
1 edited

Legend:

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

    r1378b2b r384c488  
    185185
    186186        /** What type of event are we stopped in or 0 if none. */
    187         udebug_event_t cur_event;       
    188         bool stop;
    189         bool stoppable;
    190         bool debug_active; /**< in a debugging session */
     187        udebug_event_t cur_event;
     188        bool go;           /**< thread is GO */
     189        bool stoppable;    /**< thread is stoppable */
     190        bool debug_active; /**< thread is in a debugging session */
    191191} udebug_thread_t;
    192192
Note: See TracChangeset for help on using the changeset viewer.