Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4390 5516 d 7 h svoboda /branches/tracing/ Start porting debugger to amd64 (not done yet).  
4380 5520 d 10 h svoboda /branches/tracing/ Finish merge, part 2.  
4377 5520 d 10 h svoboda /branches/tracing/ Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing.  
3597 5692 d 8 h svoboda /branches/tracing/ Merge latest trunk changes into tracing.  
3536 5711 d 12 h svoboda /branches/tracing/ Merge latest trunk changes into tracing.  
3472 5749 d 16 h svoboda /branches/tracing/uspace/app/ Port execute-and-debug feature to the debugger application.  
3429 5757 d 19 h svoboda /branches/tracing/uspace/app/debug/ debug: pass task ID as a command-line argument  
3100 5860 d 21 h svoboda /branches/tracing/uspace/app/debug/ Add support for mips32 branch instructions. (Still no delay slots)  
3018 5868 d 13 h svoboda /branches/tracing/ Isolate udebug-related thread_t fields into udebug_thread_t  
3008 5870 d 11 h svoboda /branches/tracing/uspace/app/debug/ Remove obsolete source file  
3005 5870 d 11 h svoboda /branches/tracing/ Generic breakpoint accounting in debugger  
2947 5879 d 22 h svoboda /branches/tracing/uspace/app/debug/ Add command for listing breakpoints. Fix command name comparison.  
2946 5880 d 8 h svoboda /branches/tracing/uspace/ Get rid of warnings  
2942 5880 d 10 h svoboda /branches/tracing/uspace/app/debug/ Singlestepping in debugger (ia32)  
2940 5880 d 12 h svoboda /branches/tracing/uspace/app/debug/ Display current PC value in debugger  
2939 5880 d 14 h svoboda /branches/tracing/uspace/app/debug/ Finish transition of debugger to new bokkeeping. Allow pausing application  
2938 5880 d 14 h svoboda /branches/tracing/uspace/app/debug/ Proper thread bookkeeping in debugger  
2937 5880 d 15 h svoboda /branches/tracing/uspace/app/debug/ Listing threads in debugger, printing and changing 'working thread'  
2936 5880 d 15 h svoboda /branches/tracing/uspace/app/debug/ Allow debugger to asynchronously print messages without disrupting its command line  
2935 5880 d 16 h svoboda /branches/tracing/uspace/app/debug/ Use simple passive fibril synchronization in debugger. 'go' command for resuming thread execution  
2924 5882 d 11 h svoboda /branches/tracing/ Preliminary mips32 breakpoint support for udebug/debugger. (You must write-enable code segments for it to work, yet)  
2923 5883 d 18 h svoboda /branches/tracing/uspace/app/debug/ Isolate ia32-dependent code from debugger into arch/ia32 subdirectory  
2922 5883 d 21 h svoboda /branches/tracing/uspace/app/debug/ Crude test in 'debug' allowing multiple breakpoints to be set  
2918 5884 d 8 h svoboda /branches/tracing/ Add support for INT3 breakpoints on IA32 to kernel. UDEBUG_EVENT_BREAKPOINT  
2915 5884 d 11 h svoboda /branches/tracing/uspace/app/debug/ Hexdumping memory and setting IA32 breakpoints in debugger  
2911 5884 d 13 h svoboda /branches/tracing/ Add 'debug' program - the foundation of a breakpoint debugger