kolibrios/programs/develop/mtdbg
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
..
build.bat Kernel: Smoothing image code from Mario79, build scripts for skin and drivers/build.bat 2006-11-02 14:18:23 +00:00
cmd.inc Now, if you restart the program, it will be reloaded symbols 2013-06-17 20:21:18 +00:00
disasm_tbl.inc Now, if you restart the program, it will be reloaded symbols 2013-06-17 20:21:18 +00:00
disasm.inc Now, if you restart the program, it will be reloaded symbols 2013-06-17 20:21:18 +00:00
gui.inc 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 2013-11-24 01:09:17 +00:00
mtdbg.asm I have finally found why mtdbg sometimes seems to lose control over the debugged program! 2014-01-13 11:13:05 +00:00
mtdbg.txt * mtdbg: can load symbols information 2007-06-14 12:56:45 +00:00
parser.inc Now, if you restart the program, it will be reloaded symbols 2013-06-17 20:21:18 +00:00
README Now, if you restart the program, it will be reloaded symbols 2013-06-17 20:21:18 +00:00
sort.inc Now, if you restart the program, it will be reloaded symbols 2013-06-17 20:21:18 +00:00

Description
===========

Kolibri debugger - simple user mode debugger

TODO
====

See inline 'TODO' comments
Also long term goals:

1. Commands history and navigation
2. Command autocompletion
3. Save memory block into file
4. Gdb remote protocol support (gdb-stub)
5. Live assembly
6. Improve disassembly engine
7. Split out context handling and kernel interface
8. Split out commands handler and tables in cmd.inc
8. Restrurize and refactor data section
9. Add disassembler listing export into file
10. Record trace log
11. Improve FPU/MMX/SSE/AVX debugging
12. Document disassembly engine deeply
13. Add tips for insufficient code sequences


Hacking
=======

If you want improve or change some features see files description:

1. mtdbg.asm - Main loop, events handling, data container
2. gui.inc - GUI implementation
3. disasm.inc - Disassembler engine
4. disasm_tbl.inc - Instruction tables for disassembler engine
5. parser.inc - Parser and evaluator of expressions