kolibrios/programs/develop/mtdbg
vitalkrilov 46d9482bb0 Fixed misuse of "/rd/1" (changed to "/sys") for all other programs
git-svn-id: svn://kolibrios.org@9587 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-07 12:42:44 +00:00
..
build.bat
cmd_hist.inc * displaying of labels is fixed 2021-02-12 18:08:07 +00:00
cmd.inc
disasm_tbl.inc
disasm.inc Bugfix from 'Jurgen' for repne scasw / repnz stosw and handling of unknown/invalid opcodes. 2021-09-30 16:36:29 +00:00
gui.inc * displaying of labels is fixed 2021-02-12 18:08:07 +00:00
mtdbg.asm * displaying of labels is fixed 2021-02-12 18:08:07 +00:00
mtdbg.txt Fixed misuse of "/rd/1" (changed to "/sys") for all other programs 2022-01-07 12:42:44 +00:00
parser.inc
README * displaying of labels is fixed 2021-02-12 18:08:07 +00:00
sort.inc
symbols.inc MTDBG: cleaned up, removed old code in gui.inc 2014-04-24 12:23:56 +00:00
Tupfile.lua switch build system to Tup 2014-09-12 15:15:23 +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. Restructurize 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