Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
2869 5908 d 5 h svoboda /branches/tracing/kernel/generic/src/time/ Make preempted threads stoppable, so CPU-bound threads can be stopped  
/branches/tracing/kernel/generic/src/time/clock.c
2867 5908 d 10 h svoboda /branches/tracing/ Signal hash of new thread with a UDEBUG_EVENT_NEW_THREAD message  
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/proc/thread.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/app/tester/debug/debug1.c
2866 5908 d 16 h svoboda /branches/tracing/kernel/generic/ Verify that thread is waiting in syscall event when reading syscall args  
/branches/tracing/kernel/generic/include/proc/thread.h
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/proc/thread.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2865 5908 d 16 h svoboda /branches/tracing/kernel/generic/src/ Put proper udebug_stoppable_end() in uinit  
/branches/tracing/kernel/generic/src/main/uinit.c
/branches/tracing/kernel/generic/src/proc/thread.c
2854 5926 d 18 h svoboda /branches/tracing/ Fix condition for generating debug events. Properly initialize threads created during debugging session  
/branches/tracing/kernel/generic/src/proc/thread.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/app/tester/debug/debug1.c
2851 5927 d 4 h svoboda /branches/tracing/kernel/generic/src/udebug/ Fix locking order in udebug_rp_end (to the somewhat unintuitive threads_lock => t->debug_lock => t->lock  
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2849 5927 d 5 h svoboda /branches/tracing/kernel/generic/src/udebug/ Move code for verifying and locking down a thread for a debugging op to _thread_op_begin()/_thread_op_end(). Rewritten to prevent case of mistaken task identity  
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2848 5927 d 15 h svoboda /branches/tracing/kernel/generic/ Use debug_lock in thread struct for finer locking, to avoid problems with waitq_wakeup  
/branches/tracing/kernel/generic/include/proc/thread.h
/branches/tracing/kernel/generic/src/proc/thread.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2842 5928 d 8 h svoboda /branches/tracing/kernel/generic/src/udebug/ Fix and document verify_thread()  
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2841 5928 d 8 h svoboda /branches/tracing/kernel/generic/src/udebug/ Add verify_thread() to check that a thread is valid for debug ops  
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2840 5928 d 8 h svoboda /branches/tracing/kernel/generic/src/ipc/ Fix: Clear kb_thread_at_hand when terminating kbox thread  
/branches/tracing/kernel/generic/src/ipc/ipc.c
2839 5928 d 8 h svoboda /branches/tracing/kernel/generic/ Add thread_attach_by_id() and use it to do ipc_connect_kbox() with proper locking  
/branches/tracing/kernel/generic/include/proc/task.h
/branches/tracing/kernel/generic/include/proc/thread.h
/branches/tracing/kernel/generic/src/ipc/ipc.c
/branches/tracing/kernel/generic/src/proc/task.c
/branches/tracing/kernel/generic/src/proc/thread.c
2838 5928 d 11 h svoboda /branches/tracing/ Respond to pending GO messages with UDEBUG_EVENT_FINISHED on terminating the debugging session. Set retval for DEBUG_END answer.  
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/uspace/app/sctrace/sctrace.c
2837 5928 d 15 h svoboda /branches/tracing/ Handle hangup message sent to kbox. Exit kbox thread when the last phone has been disconnected.  
/branches/tracing/kernel/generic/src/ipc/ipc.c
/branches/tracing/uspace/app/sctrace/sctrace.c
2836 5928 d 16 h svoboda /branches/tracing/kernel/generic/src/ipc/ Fix: only create kbox thread if it doesn't exist yet  
/branches/tracing/kernel/generic/src/ipc/ipc.c
2835 5928 d 16 h svoboda /branches/tracing/ Improve UDEBUG_M_END handling, switch sctrace to async API  
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/uspace/app/sctrace/debug_api.c
/branches/tracing/uspace/app/sctrace/debug_api.h
/branches/tracing/uspace/app/sctrace/sctrace.c
2834 5929 d 4 h svoboda /branches/tracing/kernel/generic/src/udebug/ Handle UDEBUG_M_END call, fix check in udebug_syscall_event()  
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2833 5929 d 4 h svoboda /branches/tracing/ Remove buffer size argument from ARGS_READ call.  
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/uspace/app/sctrace/debug_api.c
2827 5932 d 15 h svoboda /branches/tracing/kernel/generic/ Verify that a thread/task is in appropriate state when handling debug calls  
/branches/tracing/kernel/generic/include/proc/thread.h
/branches/tracing/kernel/generic/src/proc/thread.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2826 5932 d 16 h svoboda /branches/tracing/kernel/generic/ Move debug_go_call from task struct to thread struct  
/branches/tracing/kernel/generic/include/proc/task.h
/branches/tracing/kernel/generic/include/proc/thread.h
/branches/tracing/kernel/generic/src/proc/task.c
/branches/tracing/kernel/generic/src/proc/thread.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c

Show All