Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3617 5677 d 0 h svoboda /trunk/kernel/generic/ Fix race that allowed Udebug to report THREAD_B events for threads already reported with THREAD_READ.  
3613 5677 d 6 h svoboda /trunk/kernel/generic/ Merge feature from tracing: correct stopping of CPU-intensive tasks in udebug.  
3604 5677 d 19 h svoboda /trunk/kernel/generic/ Get rid of int_lock from udebug_thread_t, as is flawed.  
3603 5677 d 19 h svoboda /trunk/ Stoppability sections must be much smaller (design error). Also fix deadlock in udebug_stop(). Fix pause functionality in tracer.  
3601 5678 d 3 h svoboda /trunk/kernel/generic/ Replace 'stop' in udebug_thread_t with 'go' for consistency with nomenclature.  
3600 5678 d 3 h svoboda /trunk/kernel/generic/ Udebug comments - 'is go', not 'has go'. Missing periods.  
3468 5736 d 9 h svoboda /trunk/kernel/generic/src/udebug/ Document functions in udebug_ipc.c  
3457 5740 d 22 h svoboda /trunk/kernel/generic/src/udebug/ Document functions in udebug.c and udebug_ops.c  
3441 5743 d 4 h svoboda /trunk/kernel/generic/src/ Use LOG() instead of printf() for debug messages.  
3438 5743 d 5 h svoboda /trunk/ Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.