Changeset 7e6c9eb in mainline


Ignore:
Timestamp:
2008-11-22T11:30:22Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
48eb7a14
Parents:
3ff2b54
Message:

Add another stopping point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/syscall/syscall.c

    r3ff2b54 r7e6c9eb  
    119119#ifdef CONFIG_UDEBUG
    120120        udebug_syscall_event(a1, a2, a3, a4, a5, a6, id, rc, true);
     121
     122        /*
     123         * Stopping point needed for tasks that only invoke non-blocking
     124         * system calls.
     125         */
     126        udebug_stoppable_begin();
     127        udebug_stoppable_end();
    121128#endif 
    122129        return rc;
Note: See TracChangeset for help on using the changeset viewer.