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
2887 5903 d 23 h svoboda /branches/tracing/kernel/ Split executive parts of udebug_ipc.c to udebug_ops.c  
/branches/tracing/kernel/generic/include/udebug/udebug_ops.h
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
/branches/tracing/kernel/Makefile
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2886 5904 d 1 h svoboda /branches/tracing/kernel/generic/src/udebug/ Move rest of debug method processing, that can be moved, to kbox thread  
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2885 5904 d 2 h svoboda /branches/tracing/ Start moving debug method processing to kbox_thread. Start with BEGIN, END, THREAD_READ  
/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
2870 5906 d 13 h svoboda /branches/tracing/kernel/generic/ Terminate debugging session on debugger disconnect  
/branches/tracing/kernel/generic/include/proc/task.h
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/ipc/ipc.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2869 5906 d 14 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 5906 d 19 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 5907 d 0 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 5907 d 1 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 5925 d 2 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 5925 d 13 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 5925 d 13 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 5925 d 23 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 5926 d 17 h svoboda /branches/tracing/kernel/generic/src/udebug/ Fix and document verify_thread()  
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
2841 5926 d 17 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 5926 d 17 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 5926 d 17 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 5926 d 20 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 5926 d 23 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 5927 d 1 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 5927 d 1 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

Show All