Commit Graph

33 Commits

Author SHA1 Message Date
Kenshin
6b05d70aad * displaying of labels is fixed
* command history
* documentation slightly updated

git-svn-id: svn://kolibrios.org@8591 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-12 18:08:07 +00:00
hidnplayr
60a2ed9972 Less GUI magic, more GUI logic. It's now possible to compile with a larger font.
git-svn-id: svn://kolibrios.org@7677 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-08-24 16:48:24 +00:00
hidnplayr
e1a519a379 clean up
git-svn-id: svn://kolibrios.org@7675 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-08-22 16:38:09 +00:00
Sergey Semyonov (Serge)
01a73f5dea mtdbg: insert small delay after new process creation
git-svn-id: svn://kolibrios.org@6344 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-03-16 08:39:17 +00:00
hidnplayr
48c31761cb MTDBG: human readable exception messages.
git-svn-id: svn://kolibrios.org@5461 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-02-24 16:51:52 +00:00
hidnplayr
c8a8b0eaa2 MTDBG: recognise long int 3 opcode (CD 03) as user breakpoint.
git-svn-id: svn://kolibrios.org@5460 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-02-24 15:47:28 +00:00
CleverMouse
7e04b7813d * fix F8 after commands with args, broken in r3675
* fix autoscroll of disassembler window, broken in r4908

git-svn-id: svn://kolibrios.org@5206 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-01 11:25:43 +00:00
Sergey Semyonov (Serge)
00914357e7 mtdbg: switching between mmx(default) and fpu registers
git-svn-id: svn://kolibrios.org@4914 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-05-01 14:23:42 +00:00
hidnplayr
f515d97bce Reduced binary size, updated version number to 0.35
(New since 0.34: MMX/FPU registers, resizeable window.)

git-svn-id: svn://kolibrios.org@4913 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-05-01 08:46:18 +00:00
Sergey Semyonov (Serge)
324a77be90 mtdbg fpu: 1)simplified code
2)two pass bcd to string converter
3)new output format

git-svn-id: svn://kolibrios.org@4912 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-30 11:45:59 +00:00
Sergey Semyonov (Serge)
752253d4f7 mtdbg: fix some rounding issues
git-svn-id: svn://kolibrios.org@4910 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-28 19:52:21 +00:00
Sergey Semyonov (Serge)
212556765d mtdbg: set rounding mode to -Inf
git-svn-id: svn://kolibrios.org@4909 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-28 11:26:30 +00:00
hidnplayr
1658e3af3a MTDBG: resizeable window
git-svn-id: svn://kolibrios.org@4908 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-27 22:13:37 +00:00
Sergey Semyonov (Serge)
cab8cf62a6 mtdbg: improve output formatting
git-svn-id: svn://kolibrios.org@4906 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-27 20:55:11 +00:00
Sergey Semyonov (Serge)
618c2d10ed mtdbg: handle some special floating-point values
git-svn-id: svn://kolibrios.org@4901 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-27 11:16:25 +00:00
Sergey Semyonov (Serge)
7a4d9fd314 mtdbg: display contents of fpu registers. some bugs still unfixed
git-svn-id: svn://kolibrios.org@4900 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-26 20:38:36 +00:00
Sergey Semyonov (Serge)
6f2aa3f1f1 kernel: fn69.1 - get simd context
mtdbg: display contents of mmx registers

git-svn-id: svn://kolibrios.org@4893 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-24 23:03:14 +00:00
hidnplayr
b130452317 MTDBG: cleaned up, removed old code in gui.inc
git-svn-id: svn://kolibrios.org@4890 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-24 12:23:56 +00:00
hidnplayr
113812d57f MTDBG 0.34: support for .map symbols file (such as generated by GCC), some GUI enhancements.
git-svn-id: svn://kolibrios.org@4886 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-23 19:59:17 +00:00
hidnplayr
6ba242ab84 MTDBG: Fixed some glitches in GUI. Added ability to select color theme before assembling.
git-svn-id: svn://kolibrios.org@4591 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-02-25 17:34:48 +00:00
CleverMouse
c8bb902077 mtdbg: F7/F8 for tracing now don't collide with 8/9 for text input
git-svn-id: svn://kolibrios.org@4590 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-02-25 17:15:54 +00:00
CleverMouse
9820d9190e 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.

git-svn-id: svn://kolibrios.org@4443 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-01-13 11:13:05 +00:00
tserj
7cfde6baf4 Mtdbg - bug fix: CTRL-F7 & CTRL-F8 aren't works right after loading. Added support of F7 & F8 - with the same functionality but without CTRL key
git-svn-id: svn://kolibrios.org@4285 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-11-24 01:09:17 +00:00
GerdtR
11e927c0c3 Now, if you restart the program, it will be reloaded symbols
git-svn-id: svn://kolibrios.org@3675 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-17 20:21:18 +00:00
Evgeny Grechnikov (Diamond)
6a2316b5f4 mtdbg: fix draw issues
git-svn-id: svn://kolibrios.org@1269 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-11-12 21:41:51 +00:00
Evgeny Grechnikov (Diamond)
875c1655f7 mtdbg: fix in work with symbols
git-svn-id: svn://kolibrios.org@1265 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-11-10 22:19:49 +00:00
Evgeny Grechnikov (Diamond)
0be9a1a504 mtdbg: flickering reduced
git-svn-id: svn://kolibrios.org@998 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-01-24 19:26:02 +00:00
Evgeny Grechnikov (Diamond)
37d1685bad mtdbg: small improvements in disassembler (but it is still incomplete)
git-svn-id: svn://kolibrios.org@809 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-27 08:58:00 +00:00
SPraid (simba)
f8ca762192 in some programs set not sized changed window
git-svn-id: svn://kolibrios.org@551 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-06-22 20:24:06 +00:00
Evgeny Grechnikov (Diamond)
6a21548368 * mtdbg: can load symbols information
* mtdbg: improved disassembler (some MMX and SSE commands)
* fasm: can generate symbols information

git-svn-id: svn://kolibrios.org@542 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-06-14 12:56:45 +00:00
heavyiron
4daae89053 *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt
*programs 
         new icons and logo for CPUID and ICON
         added new version of @ICON and ICONMNGR
         fixes in iconedit and calendar from DedOK
         new algoritm of fill background in pic4
         all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc)
         small fixes in build_all.bat script
         

git-svn-id: svn://kolibrios.org@485 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-05-10 13:48:35 +00:00
Evgeny Grechnikov (Diamond)
e7b5998b96 mtdbg knows about syscall and sysenter
git-svn-id: svn://kolibrios.org@410 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-03-10 11:27:17 +00:00
heavyiron
3eda462807 Kernel: Smoothing image code from Mario79, build scripts for skin and drivers/build.bat
Programs: fasm updated to 1.67.14, small fixes in desktop, stackcfg, calc, board, pipes, freecell, big cleanup of unused programs, added some applications from 0.6.3.0 distr...

git-svn-id: svn://kolibrios.org@205 a494cfbc-eb01-0410-851d-a64ba20cac60
2006-11-02 14:18:23 +00:00