Subversion Repositories HelenOS

Rev

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

Filtering Options

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