Ignore:
Timestamp:
2008-11-22T17:10:12Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0aa1665
Parents:
2eb893b
Message:

Fix race that allowed Udebug to report THREAD_B events for threads already reported with THREAD_READ.

File:
1 edited

Legend:

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

    r2eb893b r13964ef  
    195195    bool end_variant);
    196196
    197 void udebug_thread_b_event(struct thread *t);
     197void udebug_thread_b_event_attach(struct thread *t, struct task *ta);
    198198void udebug_thread_e_event(void);
    199199
Note: See TracChangeset for help on using the changeset viewer.