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
3127 5831 d 3 h svoboda /branches/tracing/kernel/generic/src/ Fix rounding error in as_debug_write() - prevent panic when writing on page boundary  
/branches/tracing/kernel/generic/src/mm/as.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
3126 5831 d 3 h svoboda /branches/tracing/uspace/app/debug/arch/arm32/src/ Add support for frequent 'mov pc, lr' instr. on arm32  
/branches/tracing/uspace/app/debug/arch/arm32/src/arm32.c
3125 5831 d 4 h svoboda /branches/tracing/kernel/arch/arm32/src/ ARM bkpt causes prefetch abort, not data abort  
/branches/tracing/kernel/arch/arm32/src/exception.c
/branches/tracing/kernel/arch/arm32/src/mm/page_fault.c
3124 5831 d 10 h svoboda /branches/tracing/uspace/app/debug/arch/arm32/ Add basic arm32 support to debugger.  
/branches/tracing/uspace/app/debug/arch/arm32
/branches/tracing/uspace/app/debug/arch/arm32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/arm32/include
/branches/tracing/uspace/app/debug/arch/arm32/include/arch.h
/branches/tracing/uspace/app/debug/arch/arm32/include/types.h
/branches/tracing/uspace/app/debug/arch/arm32/src
/branches/tracing/uspace/app/debug/arch/arm32/src/arm32.c
3123 5831 d 15 h svoboda /branches/tracing/kernel/arch/arm32/src/ Generating breakpoint events on arm32. (GXemul must be patched to support ARM BKPT instruction.)  
/branches/tracing/kernel/arch/arm32/src/exception.c
3122 5832 d 6 h svoboda /branches/tracing/kernel/arch/arm32/include/ Add missing include of arch/exception.h to arm32/arch/interrupt.h  
/branches/tracing/kernel/arch/arm32/include/interrupt.h
3121 5832 d 6 h svoboda /branches/tracing/uspace/app/ Add initial ppc32 support to debugger. (Won't work yet because of missing IMBs and such).  
/branches/tracing/uspace/app/debug/arch/ppc32
/branches/tracing/uspace/app/debug/arch/ppc32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/ppc32/include
/branches/tracing/uspace/app/debug/arch/ppc32/include/arch.h
/branches/tracing/uspace/app/debug/arch/ppc32/include/types.h
/branches/tracing/uspace/app/debug/arch/ppc32/src
/branches/tracing/uspace/app/debug/arch/ppc32/src/ppc32.c
/branches/tracing/uspace/app/debug/genarch/Makefile.inc
/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
/branches/tracing/uspace/app/tester/debug/debug1.c
3116 5834 d 11 h svoboda /branches/tracing/kernel/arch/ppc32/ Generating udebug breakpoint events on ppc32  
/branches/tracing/kernel/arch/ppc32/include/interrupt.h
/branches/tracing/kernel/arch/ppc32/include/regutils.h
/branches/tracing/kernel/arch/ppc32/src/interrupt.c
3114 5834 d 12 h svoboda /branches/tracing/kernel/arch/ppc32/include/ ppc32: fix swapped msr bits in renames.h. Implement istate_from_uspace()  
/branches/tracing/kernel/arch/ppc32/include/regutils.h
/branches/tracing/kernel/arch/ppc32/include/asm/regname.h
/branches/tracing/kernel/arch/ppc32/include/exception.h
3108 5835 d 15 h svoboda /branches/tracing/ Split part of mips32 debugging into a genarch/idec directory for use with other trap-flag-less arches.  
/branches/tracing/uspace/app/debug/arch/mips32/include/arch.h
/branches/tracing/uspace/app/debug/genarch
/branches/tracing/uspace/app/debug/genarch/idec
/branches/tracing/uspace/app/debug/genarch/idec/bstore.c
/branches/tracing/uspace/app/debug/genarch/idec/bstore.h
/branches/tracing/uspace/app/debug/genarch/idec/idec.c
/branches/tracing/uspace/app/debug/genarch/idec/idec.h
/branches/tracing/uspace/app/debug/arch/mips32/include/bstore.h
/branches/tracing/uspace/app/debug/arch/mips32/src/bstore.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/uspace/app/debug/Makefile
/branches/tracing/uspace/app/debug/arch/ia32/include/types.h
/branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c
/branches/tracing/uspace/app/debug/arch/mips32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/mips32/include/types.h
/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
/branches/tracing/uspace/app/sctrace/sctrace.c
3100 5836 d 15 h svoboda /branches/tracing/uspace/app/debug/ Add support for mips32 branch instructions. (Still no delay slots)  
/branches/tracing/uspace/app/debug/arch/mips32/include/types.h
/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
/branches/tracing/uspace/app/debug/dthread.c
/branches/tracing/uspace/app/debug/include/arch.h
/branches/tracing/uspace/app/debug/main.c
3099 5837 d 3 h svoboda /branches/tracing/uspace/app/debug/arch/mips32/src/ Support breaking on mips32 jump instructions (skip delay slots)  
/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
3093 5837 d 11 h svoboda /branches/tracing/uspace/app/debug/ Make mips32 breakpoints/singlestepping more straightforward. Intermix breakpoint BREAKs with singlestepping BREAKs correctly.  
/branches/tracing/uspace/app/debug/arch/mips32/include/bstore.h
/branches/tracing/uspace/app/debug/arch/mips32/src/bstore.c
/branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c
/branches/tracing/uspace/app/debug/arch/mips32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/mips32/include/types.h
/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/include/arch.h
3042 5839 d 11 h svoboda /branches/tracing/ Merged latest trunk changes to tracing.  
/branches/tracing/boot/arch/arm32/loader/_link.ld.in
/branches/tracing/boot/arch/ia64/loader/_link.ld.in
/branches/tracing/boot/arch/mips32/loader/_link.ld.in.binary
/branches/tracing/boot/arch/mips32/loader/_link.ld.in.ecoff
/branches/tracing/boot/arch/ppc32/loader/_link.ld.in
/branches/tracing/boot/arch/ppc64/loader/_link.ld.in
/branches/tracing/boot/arch/sparc64/loader/_link.ld.in
/branches/tracing/boot/tools/pack.py
/branches/tracing/tools/fix_symlinks.sh
/branches/tracing/tools/mktmpfs.py
/branches/tracing/boot/arch/arm32/loader/pack
/branches/tracing/boot/arch/ia64/loader/pack
/branches/tracing/boot/arch/mips32/loader/pack
/branches/tracing/boot/arch/ppc32/loader/pack
/branches/tracing/boot/arch/ppc64/loader/pack
/branches/tracing/boot/arch/sparc64/loader/pack
/branches/tracing/tools/cygwin_symlink_patch.sh
/branches/tracing/HelenOS.config
/branches/tracing/boot/arch/arm32/loader/Makefile
/branches/tracing/boot/arch/arm32/loader/main.c
/branches/tracing/boot/arch/ia64/loader/Makefile
/branches/tracing/boot/arch/mips32/loader/Makefile
/branches/tracing/boot/arch/mips32/loader/main.c
/branches/tracing/boot/arch/ppc32/loader/Makefile
/branches/tracing/boot/arch/ppc32/loader/main.c
/branches/tracing/boot/arch/ppc64/loader/Makefile
/branches/tracing/boot/arch/ppc64/loader/main.c
/branches/tracing/boot/arch/sparc64/loader/Makefile
/branches/tracing/kernel/arch/amd64/include/memstr.h
/branches/tracing/kernel/arch/ia32/include/memstr.h
/branches/tracing/kernel/arch/mips32/include/atomic.h
/branches/tracing/kernel/generic/include/ipc/ipc.h
/branches/tracing/kernel/generic/include/lib/rd.h
/branches/tracing/kernel/generic/src/ipc/ipc.c
/branches/tracing/kernel/generic/src/ipc/sysipc.c
/branches/tracing/kernel/generic/src/lib/rd.c
/branches/tracing/kernel/generic/src/main/kinit.c
/branches/tracing/tools/config.py
/branches/tracing/uspace/lib/libc/arch/mips32/include/atomic.h
/branches/tracing/uspace/srv/pci/update-ids
3037 5839 d 16 h svoboda /branches/tracing/kernel/generic/src/ipc/ Detach kb_thread after joining it.  
/branches/tracing/kernel/generic/src/ipc/ipc.c
3036 5840 d 8 h svoboda /branches/tracing/kernel/generic/ Make sure area written by debugger is private and anonymous by copying it, if necessary. (Not atomic atm)  
/branches/tracing/kernel/generic/include/mm/as.h
/branches/tracing/kernel/generic/src/mm/as.c
3035 5841 d 12 h svoboda /branches/tracing/kernel/generic/ Use thread_join() to wait for kbox thread termination, instead of specific wait queue.  
/branches/tracing/kernel/generic/include/proc/task.h
/branches/tracing/kernel/generic/src/ipc/ipc.c
/branches/tracing/kernel/generic/src/proc/task.c
3034 5841 d 15 h svoboda /branches/tracing/kernel/generic/ Convert kb_cleanup_lock to a mutex  
/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
3033 5842 d 4 h svoboda /branches/tracing/kernel/generic/src/ipc/ Fix tasks_lock being released too soon in ipc_connect_kbox()  
/branches/tracing/kernel/generic/src/ipc/ipc.c
3032 5842 d 4 h svoboda /branches/tracing/kernel/generic/src/udebug/ Move ipc_answer()s into THREAD->udebug.lock mutexes, slightly simplifying udebug_stoppable_begin()  
/branches/tracing/kernel/generic/src/udebug/udebug.c

Show All