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
3124 5851 d 21 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
3121 5852 d 17 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
3108 5856 d 2 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 5857 d 2 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 5857 d 14 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 5857 d 21 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 5859 d 22 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
3018 5864 d 18 h svoboda /branches/tracing/ Isolate udebug-related thread_t fields into udebug_thread_t  
/branches/tracing/kernel/generic/include/proc/thread.h
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/interrupt/interrupt.c
/branches/tracing/kernel/generic/src/proc/thread.c
/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/debug/main.c
/branches/tracing/uspace/app/tester/Makefile
3012 5865 d 21 h svoboda /branches/tracing/uspace/app/debug/arch/mips32/ Basic mips32 singlestepping  
/branches/tracing/uspace/app/debug/arch/mips32/include/types.h
/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
3011 5866 d 14 h svoboda /branches/tracing/ Merged latest trunk changes to tracing  
/branches/tracing/kernel/generic/src/ipc/sysipc.c
/branches/tracing/kernel/generic/src/lib/elf.c
/branches/tracing/kernel/generic/src/mm/backend_elf.c
/branches/tracing/uspace/app/tester/vfs/vfs1.c
/branches/tracing/uspace/lib/libc/arch/amd64/_link.ld.in
/branches/tracing/uspace/lib/libc/arch/arm32/_link.ld.in
/branches/tracing/uspace/lib/libc/arch/ia32/_link.ld.in
/branches/tracing/uspace/lib/libc/arch/ia64/_link.ld.in
/branches/tracing/uspace/lib/libc/arch/mips32/_link.ld.in
/branches/tracing/uspace/lib/libc/arch/ppc32/_link.ld.in
/branches/tracing/uspace/lib/libc/arch/ppc64/_link.ld.in
/branches/tracing/uspace/lib/libc/arch/sparc64/_link.ld.in
/branches/tracing/uspace/lib/libfs/libfs.c
/branches/tracing/uspace/srv/fs/fat/fat.h
/branches/tracing/uspace/srv/fs/fat/fat_idx.c
/branches/tracing/uspace/srv/fs/fat/fat_ops.c
/branches/tracing/uspace/srv/fs/tmpfs/tmpfs.c
/branches/tracing/uspace/srv/fs/tmpfs/tmpfs.h
/branches/tracing/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/tracing/uspace/srv/vfs/vfs_ops.c
3008 5866 d 16 h svoboda /branches/tracing/uspace/app/debug/ Remove obsolete source file  
/branches/tracing/uspace/app/debug/fib_synch.c
/branches/tracing/uspace/app/debug/fib_synch.h
/branches/tracing/uspace/app/debug/Makefile
/branches/tracing/uspace/app/debug/main.c
/branches/tracing/uspace/app/debug/main.h
3006 5866 d 17 h svoboda /branches/tracing/uspace/app/debug/ Add missing files breakpoin.c, breakpoint.h  
/branches/tracing/uspace/app/debug/breakpoint.c
/branches/tracing/uspace/app/debug/breakpoint.h
3005 5866 d 17 h svoboda /branches/tracing/ Generic breakpoint accounting in debugger  
/branches/tracing/boot/arch/mips32/loader/Makefile
/branches/tracing/uspace/app/debug/Makefile
/branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c
/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
/branches/tracing/uspace/app/debug/main.c
/branches/tracing/uspace/app/debug/main.h
2947 5876 d 3 h svoboda /branches/tracing/uspace/app/debug/ Add command for listing breakpoints. Fix command name comparison.  
/branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/main.c
2946 5876 d 13 h svoboda /branches/tracing/uspace/ Get rid of warnings  
/branches/tracing/uspace/app/debug/cons.c
/branches/tracing/uspace/app/debug/dthread.c
/branches/tracing/uspace/app/debug/main.c
/branches/tracing/uspace/app/sctrace/Makefile
/branches/tracing/uspace/app/sctrace/ipcp.c
/branches/tracing/uspace/app/sctrace/proto.c
/branches/tracing/uspace/app/sctrace/sctrace.c
/branches/tracing/uspace/lib/libc/generic/udebug.c
/branches/tracing/uspace/lib/libc/include/udebug.h
2943 5876 d 15 h svoboda /branches/tracing/uspace/app/debug/ Breakpoint removal. Don't clear TF when a breakpoint is active  
/branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c
/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
2942 5876 d 16 h svoboda /branches/tracing/uspace/app/debug/ Singlestepping in debugger (ia32)  
/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/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/dthread.h
/branches/tracing/uspace/app/debug/include/arch.h
/branches/tracing/uspace/app/debug/main.c
/branches/tracing/uspace/app/debug/main.h
2941 5876 d 17 h svoboda /branches/tracing/uspace/app/debug/ Dumping registers in debugger. (Only those saved in istate, atm)  
/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/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/dthread.c
/branches/tracing/uspace/app/debug/include/arch.h
2940 5876 d 18 h svoboda /branches/tracing/uspace/app/debug/ Display current PC value in debugger  
/branches/tracing/uspace/app/debug/arch/ia32/include/types.h
/branches/tracing/uspace/app/debug/dthread.c
/branches/tracing/uspace/app/debug/dthread.h
/branches/tracing/uspace/app/debug/include/arch.h
/branches/tracing/uspace/app/debug/main.c
2939 5876 d 19 h svoboda /branches/tracing/uspace/app/debug/ Finish transition of debugger to new bokkeeping. Allow pausing application  
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/dthread.c
/branches/tracing/uspace/app/debug/dthread.h
/branches/tracing/uspace/app/debug/main.c

Show All