Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2918 5892 d 23 h svoboda /branches/tracing/ Add support for INT3 breakpoints on IA32 to kernel. UDEBUG_EVENT_BREAKPOINT  
/branches/tracing/kernel/arch/ia32/include/breakpoint.h
/branches/tracing/kernel/arch/ia32/src/breakpoint.c
/branches/tracing/kernel/arch/ia32/Makefile.inc
/branches/tracing/kernel/arch/ia32/include/interrupt.h
/branches/tracing/kernel/arch/ia32/src/ia32.c
/branches/tracing/kernel/arch/ia32/src/pm.c
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/uspace/app/debug/main.c
2917 5893 d 0 h svoboda /branches/tracing/kernel/generic/src/udebug/ Fix: Must drop missed wakeups when waiting for go  
/branches/tracing/kernel/generic/src/udebug/udebug.c
2915 5893 d 3 h svoboda /branches/tracing/uspace/app/debug/ Hexdumping memory and setting IA32 breakpoints in debugger  
/branches/tracing/uspace/app/debug/main.h
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/main.c
2913 5893 d 4 h svoboda /branches/tracing/kernel/generic/src/ Print less debugging messages to make things go faster  
/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
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
2912 5893 d 4 h svoboda /branches/tracing/uspace/lib/libc/ Add udebug_mem_write() libc wrapper  
/branches/tracing/uspace/lib/libc/generic/udebug.c
/branches/tracing/uspace/lib/libc/include/udebug.h
2911 5893 d 4 h svoboda /branches/tracing/ Add 'debug' program - the foundation of a breakpoint debugger  
/branches/tracing/uspace/app/debug
/branches/tracing/uspace/app/debug/Makefile
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/cmd.h
/branches/tracing/uspace/app/debug/main.c
/branches/tracing/boot/arch/ia32/Makefile.inc
/branches/tracing/boot/arch/ia32/grub/menu.lst
/branches/tracing/uspace/Makefile
2908 5893 d 6 h svoboda /branches/tracing/kernel/generic/src/udebug/ Don't wait for another GO in THREAD_E event, terminate debugging of this thread instead  
/branches/tracing/kernel/generic/src/udebug/udebug.c
2906 5893 d 9 h svoboda /branches/tracing/uspace/app/sctrace/ Remove obsolete debug_api.x from sctrace  
/branches/tracing/uspace/app/sctrace/debug_api.c
/branches/tracing/uspace/app/sctrace/debug_api.h
2905 5893 d 10 h svoboda /branches/tracing/uspace/lib/libc/ Use prettier types in libc udebug wrapper  
/branches/tracing/uspace/lib/libc/generic/udebug.c
/branches/tracing/uspace/lib/libc/include/udebug.h
2904 5893 d 11 h svoboda /branches/tracing/uspace/ Move udebug API wrappers from sctrace to libc  
/branches/tracing/uspace/lib/libc/generic/udebug.c
/branches/tracing/uspace/app/sctrace/Makefile
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/lib/libc/Makefile
/branches/tracing/uspace/lib/libc/include/udebug.h
2903 5893 d 11 h svoboda /branches/tracing/ Rename event NEW_THREAD to THREAD_B. Add THREAD_E event - thread exit  
/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
2902 5893 d 12 h svoboda /branches/tracing/kernel/generic/ Implement proper kbox thread shutdown, with all bells and whistles. Use THREAD->debug_active in udebug_stoppable_xx() and friends  
/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
/branches/tracing/kernel/generic/src/udebug/udebug.c
2901 5894 d 0 h svoboda /branches/tracing/ Split SYSCALL event into SYSCALL_B and SYSCALL_E, the extra event allows seeing long-running syscalls immediately, as well as calls with invalid syscall id  
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/syscall/syscall.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
/branches/tracing/uspace/app/sctrace/sctrace.c
2900 5894 d 1 h svoboda /branches/tracing/kernel/generic/src/udebug/ Remove superfluous malloc return value checks  
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
2899 5894 d 1 h svoboda /branches/tracing/ Add support for SET_EVMASK debug operation  
/branches/tracing/kernel/generic/include/proc/task.h
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/include/udebug/udebug_ops.h
/branches/tracing/kernel/generic/src/proc/task.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
/branches/tracing/uspace/app/sctrace/debug_api.c
/branches/tracing/uspace/app/sctrace/debug_api.h
/branches/tracing/uspace/app/sctrace/sctrace.c
2898 5894 d 2 h svoboda /branches/tracing/ Implement operation UDEBUG_M_STOP that stops a thread. Can be used for stopping program by hitting a key in debugger. Somewhat jittery demo in sctrace. Fix missing lock of THREAD->debug_lock in udebug_stoppable_end()  
/branches/tracing/kernel/generic/include/proc/thread.h
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/include/udebug/udebug_ops.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
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
/branches/tracing/uspace/app/sctrace/debug_api.c
/branches/tracing/uspace/app/sctrace/debug_api.h
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/app/tester/debug/debug1.c
2897 5894 d 5 h svoboda /branches/tracing/kernel/generic/ Fix bad allocation with locks held in udebug_thread_read()  
/branches/tracing/kernel/generic/include/udebug/udebug_ops.h
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
2896 5894 d 5 h svoboda /branches/tracing/kernel/generic/src/udebug/ Handle malloc return values properly  
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
2895 5894 d 6 h svoboda /branches/tracing/uspace/app/sctrace/ Prevent sctrace tables from becoming broken when syscall/ipc/errno enums change  
/branches/tracing/uspace/app/sctrace/errors.c
/branches/tracing/uspace/app/sctrace/ipc_desc.c
/branches/tracing/uspace/app/sctrace/syscalls.c
2894 5894 d 6 h svoboda /branches/tracing/ Add missing copyright messages  
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/include/udebug/udebug_ipc.h
/branches/tracing/kernel/generic/include/udebug/udebug_ops.h
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
/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/ipc_desc.c
/branches/tracing/uspace/app/sctrace/ipc_desc.h
/branches/tracing/uspace/app/sctrace/ipcp.c
/branches/tracing/uspace/app/sctrace/ipcp.h
/branches/tracing/uspace/app/sctrace/proto.c
/branches/tracing/uspace/app/sctrace/proto.h
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/app/sctrace/syscalls.c
/branches/tracing/uspace/app/sctrace/syscalls.h
/branches/tracing/uspace/app/tester/debug/debug1.c
/branches/tracing/uspace/lib/libc/include/udebug.h

Show All