Changeset 8af9950 in mainline for kernel/generic/include/udebug/udebug.h
- Timestamp:
- 2008-12-07T18:36:51Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 925fdd7
- Parents:
- 5d9430d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/udebug/udebug.h
r5d9430d7 r8af9950 178 178 /** What type of event are we stopped in or 0 if none. */ 179 179 udebug_event_t cur_event; 180 bool go; 181 bool 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 */ 183 183 } udebug_thread_t; 184 184
Note:
See TracChangeset
for help on using the changeset viewer.