Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9587 848 d 17 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9209 947 d 13 h hidnplayr /programs/develop/mtdbg/ Bugfix from 'Jurgen' for repne scasw / repnz stosw and handling of unknown/invalid opcodes.
See https://board.kolibrios.org/viewtopic.php?p=77209#p77209 for details.
 
8591 1177 d 12 h Kenshin /programs/develop/mtdbg/ * displaying of labels is fixed
* command history
* documentation slightly updated
 
7683 1703 d 18 h leency /programs/develop/mtdbg/ mtdbg: use bigger font by default  
7677 1715 d 13 h hidnplayr /programs/develop/mtdbg/ Less GUI magic, more GUI logic. It's now possible to compile with a larger font.  
7675 1717 d 13 h hidnplayr /programs/develop/mtdbg/ clean up  
6344 2971 d 21 h serge /programs/develop/mtdbg/ mtdbg: insert small delay after new process creation  
5696 3191 d 17 h hidnplayr /programs/develop/mtdbg/ MTDBG: draw window large enough at frist draw, to prevent double draw on startup.  
5461 3357 d 13 h hidnplayr /programs/develop/mtdbg/ MTDBG: human readable exception messages.  
5460 3357 d 14 h hidnplayr /programs/develop/mtdbg/ MTDBG: recognise long int 3 opcode (CD 03) as user breakpoint.  
5206 3442 d 18 h clevermouse /programs/develop/mtdbg/ * fix F8 after commands with args, broken in r3675
* fix autoscroll of disassembler window, broken in r4908
 
5098 3522 d 14 h clevermouse / switch build system to Tup  
4924 3644 d 10 h Serge /programs/develop/mtdbg/ mtdbg fpu: detect denormal, infinity or not-a-number value  
4914 3656 d 15 h Serge /programs/develop/mtdbg/ mtdbg: switching between mmx(default) and fpu registers  
4913 3656 d 21 h hidnplayr /programs/develop/mtdbg/ Reduced binary size, updated version number to 0.35
(New since 0.34: MMX/FPU registers, resizeable window.)
 
4912 3657 d 18 h Serge /programs/develop/mtdbg/ mtdbg fpu: 1)simplified code
2)two pass bcd to string converter
3)new output format
 
4911 3659 d 10 h Serge /programs/develop/mtdbg/ mtdbg: fix extra zero in exponent  
4910 3659 d 10 h Serge /programs/develop/mtdbg/ mtdbg: fix some rounding issues  
4909 3659 d 18 h Serge /programs/develop/mtdbg/ mtdbg: set rounding mode to -Inf  
4908 3660 d 7 h hidnplayr /programs/develop/mtdbg/ MTDBG: resizeable window  
4907 3660 d 9 h Serge /programs/develop/mtdbg/ mtdbg: fix garbage  
4906 3660 d 9 h Serge /programs/develop/mtdbg/ mtdbg: improve output formatting  
4905 3660 d 12 h Serge /programs/develop/mtdbg/ mtdbg: and again, thanks to Yogev  
4904 3660 d 17 h Serge /programs/develop/mtdbg/ mtdbg: and another one  
4903 3660 d 17 h Serge /programs/develop/mtdbg/ mtdbg: fix mistype  
4902 3660 d 18 h Serge /programs/develop/mtdbg/ mtdbg: 1)set rounding mode
2)improve output formatting
 
4901 3660 d 18 h Serge /programs/develop/mtdbg/ mtdbg: handle some special floating-point values  
4900 3661 d 9 h Serge /programs/develop/mtdbg/ mtdbg: display contents of fpu registers. some bugs still unfixed  
4895 3662 d 10 h Serge /programs/develop/mtdbg/ mtdbg: 1)minor optimisations
2)display contents of fpu registers. Warrning! Only labels are valid
 
4893 3663 d 7 h Serge / kernel: fn69.1 - get simd context
mtdbg: display contents of mmx registers
 
4890 3663 d 17 h hidnplayr /programs/develop/mtdbg/ MTDBG: cleaned up, removed old code in gui.inc  
4889 3663 d 18 h hidnplayr /programs/develop/mtdbg/ MTDBG: Another bugfix in gui (draw colon before flags in correct color).  
4888 3663 d 18 h hidnplayr /programs/develop/mtdbg/ MTDBG: load symbol information from .bss and .data sections in map file. Fixed bug which caused active register set title to dissapear on redraw.  
4886 3664 d 10 h hidnplayr /programs/develop/mtdbg/ MTDBG 0.34: support for .map symbols file (such as generated by GCC), some GUI enhancements.  
4739 3685 d 6 h leency /programs/develop/mtdbg/ mtdbg: small fix for previous revision  
4738 3685 d 6 h leency /programs/develop/mtdbg/ mtdbg: fix terrible redraw that made me crazy for a long time  
4594 3721 d 10 h hidnplayr /programs/develop/mtdbg/ MTDBG: Fixed window caption, broken in previous revision.  
4591 3721 d 12 h hidnplayr /programs/develop/mtdbg/ MTDBG: Fixed some glitches in GUI. Added ability to select color theme before assembling.  
4590 3721 d 12 h clevermouse /programs/develop/mtdbg/ mtdbg: F7/F8 for tracing now don't collide with 8/9 for text input  
4443 3764 d 19 h clevermouse /programs/develop/mtdbg/ I have finally found why mtdbg sometimes seems to lose control over the debugged program!
r3675 has broken single-stepping and everything that depends on it.
And, of course, commit message for r3675 has nothing to do with changes in r3675.