Ignore:
Timestamp:
2008-11-21T22:14:24Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32e6c9c
Parents:
384c488
Message:

Stoppability sections must be much smaller (design error). Also fix deadlock in udebug_stop(). Fix pause functionality in tracer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/udebug/udebug_ops.c

    r384c488 r741fd16  
    318318
    319319        LOG("udebug_stop()\n");
    320         mutex_lock(&TASK->udebug.lock);
    321320
    322321        /*
     
    355354        _thread_op_end(t);
    356355
     356        mutex_lock(&TASK->udebug.lock);
    357357        ipc_answer(&TASK->answerbox, call);
    358358        mutex_unlock(&TASK->udebug.lock);
Note: See TracChangeset for help on using the changeset viewer.