Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
2882 5875 d 22 h svoboda /branches/tracing/uspace/app/sctrace/ Set protocol 'console' by default for phone 1  
/branches/tracing/uspace/app/sctrace/ipcp.c
/branches/tracing/uspace/app/sctrace/ipcp.h
/branches/tracing/uspace/app/sctrace/sctrace.c
2880 5875 d 22 h svoboda /branches/tracing/uspace/app/sctrace/ Detect and display operation names by method number  
/branches/tracing/uspace/app/sctrace/ipcp.c
/branches/tracing/uspace/app/sctrace/proto.c
/branches/tracing/uspace/app/sctrace/proto.h
/branches/tracing/uspace/app/sctrace/sctrace.c
2878 5875 d 23 h svoboda /branches/tracing/uspace/app/sctrace/ Protocol registration, detect protocol by service name, display protocol name  
/branches/tracing/uspace/app/sctrace/proto.c
/branches/tracing/uspace/app/sctrace/Makefile
/branches/tracing/uspace/app/sctrace/ipcp.c
/branches/tracing/uspace/app/sctrace/proto.h
/branches/tracing/uspace/app/sctrace/sctrace.c
2877 5876 d 1 h svoboda /branches/tracing/uspace/app/ Match sync call answers properly, handle connects and disconnects  
/branches/tracing/uspace/app/sctrace/ipcp.c
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/app/tester/debug/debug1.c
2874 5876 d 3 h svoboda /branches/tracing/uspace/app/sctrace/ Rename ipc.* to ipcp.* in sctrace  
/branches/tracing/uspace/app/sctrace/ipcp.c
/branches/tracing/uspace/app/sctrace/ipcp.h
/branches/tracing/uspace/app/sctrace/ipc.c
/branches/tracing/uspace/app/sctrace/ipc.h
/branches/tracing/uspace/app/sctrace/sctrace.c
2873 5876 d 5 h svoboda /branches/tracing/uspace/app/sctrace/ Match IPC responses to questions in sctrace ipcp module  
/branches/tracing/uspace/app/sctrace/proto.h
/branches/tracing/uspace/app/sctrace/ipc.c
/branches/tracing/uspace/app/sctrace/ipc.h
/branches/tracing/uspace/app/sctrace/sctrace.c
2872 5876 d 18 h svoboda /branches/tracing/uspace/app/ Add call hashes, sync calls and hangups to IPC module interface of sctrace  
/branches/tracing/uspace/app/sctrace/ipc.c
/branches/tracing/uspace/app/sctrace/ipc.h
/branches/tracing/uspace/app/sctrace/ipc_desc.c
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/app/tester/ipc/register.c
2871 5877 d 0 h svoboda /branches/tracing/uspace/app/sctrace/ Foundation for parsing IPC messages in sctrace  
/branches/tracing/uspace/app/sctrace/ipc.c
/branches/tracing/uspace/app/sctrace/ipc.h
/branches/tracing/uspace/app/sctrace/ipc_desc.c
/branches/tracing/uspace/app/sctrace/ipc_desc.h
/branches/tracing/uspace/app/sctrace/Makefile
/branches/tracing/uspace/app/sctrace/sctrace.c
2868 5877 d 22 h svoboda /branches/tracing/uspace/app/sctrace/ Start tracing new threads in sctrace  
/branches/tracing/uspace/app/sctrace/sctrace.c
2867 5877 d 22 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
2862 5890 d 16 h svoboda /branches/tracing/uspace/app/sctrace/ Use async_serialize_start/end() for fibril synchronization in sctrace  
/branches/tracing/uspace/app/sctrace/sctrace.c
2854 5896 d 6 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
2853 5896 d 7 h svoboda /branches/tracing/uspace/app/ Fix thread index passed to fibril_create in sctrace.c  
/branches/tracing/uspace/app/sctrace/debug_api.c
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/app/tester/debug/debug1.c
2850 5896 d 17 h svoboda /branches/tracing/uspace/app/ Initial support for multithreaded tasks in sctrace. Replace debug1 test.  
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/app/tester/debug/debug1.c
2838 5897 d 23 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 5898 d 3 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
2835 5898 d 4 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
2832 5898 d 19 h svoboda /branches/tracing/ Add separate syscall tracing program (sctrace), displaying correct number of arguments and return value decoding  
/branches/tracing/uspace/app/sctrace
/branches/tracing/uspace/app/sctrace/Makefile
/branches/tracing/uspace/app/sctrace/debug_api.c
/branches/tracing/uspace/app/sctrace/debug_api.h
/branches/tracing/uspace/app/sctrace/errors.c
/branches/tracing/uspace/app/sctrace/errors.h
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/app/sctrace/syscalls.c
/branches/tracing/uspace/app/sctrace/syscalls.h
/branches/tracing/boot/arch/amd64/Makefile.inc
/branches/tracing/boot/arch/amd64/grub/menu.lst
/branches/tracing/boot/arch/arm32/loader/Makefile
/branches/tracing/boot/arch/ia32/Makefile.inc
/branches/tracing/boot/arch/ia32/grub/menu.lst
/branches/tracing/boot/arch/ia32xen/Makefile.inc
/branches/tracing/boot/arch/ia32xen/grub/menu.debug.lst
/branches/tracing/boot/arch/ia32xen/grub/menu.lst
/branches/tracing/boot/arch/ia64/loader/Makefile
/branches/tracing/boot/arch/mips32/loader/Makefile
/branches/tracing/boot/arch/ppc32/loader/Makefile
/branches/tracing/boot/arch/ppc64/loader/Makefile
/branches/tracing/boot/arch/sparc64/loader/Makefile
/branches/tracing/uspace/Makefile

Show All