Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4616 6009 d 8 h brambora /branches/snapshot/ Added functions for storing task checkpoint to udebug interface.
Added uspace task chkpnt that launches the snapshot creation.
 
4605 6013 d 10 h decky /branches/snapshot/ add task snapshoting branch  
4384 6062 d 3 h svoboda /trunk/kernel/generic/src/ Clean up various log messages, mostly udebug.  
3870 6154 d 12 h decky /trunk/kernel/generic/src/ add includes necessary for LOG macro  
3683 6220 d 5 h svoboda /trunk/kernel/generic/ Rename udebug_thread_t.debug_active just to 'active'.  
3603 6236 d 2 h svoboda /trunk/ Stoppability sections must be much smaller (design error). Also fix deadlock in udebug_stop(). Fix pause functionality in tracer.  
3601 6236 d 9 h svoboda /trunk/kernel/generic/ Replace 'stop' in udebug_thread_t with 'go' for consistency with nomenclature.  
3600 6236 d 10 h svoboda /trunk/kernel/generic/ Udebug comments - 'is go', not 'has go'. Missing periods.  
3457 6299 d 5 h svoboda /trunk/kernel/generic/src/udebug/ Document functions in udebug.c and udebug_ops.c  
3441 6301 d 10 h svoboda /trunk/kernel/generic/src/ Use LOG() instead of printf() for debug messages.  
3438 6301 d 12 h svoboda /trunk/ Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.