Changes between Version 6 and Version 7 of HBDBPlanning
- Timestamp:
- 08/06/11 21:53:41 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HBDBPlanning
v6 v7 8 8 * read HLL annotations 9 9 * read data from debug segment 10 ?code instrumentation (steal from parrot-instrument)11 ?code introspection (steal from parrot-instrument)10 * ? code instrumentation (steal from parrot-instrument) 11 * ? code introspection (steal from parrot-instrument) 12 12 * add debugee interactively with a gdb-like 'file' command 13 13 * enable/disable breakpoints … … 15 15 * breakpoints (function) 16 16 * watchpoints (registers) 17 ?reversible debugging17 * ? reversible debugging 18 18 * execute until the next annotation change 19 19 * backtrace 20 20 * bytecode disassembly 21 ?debugger scripting22 ?repl21 * ? debugger scripting 22 * ? repl 23 23 * trace open file handles (including children) 24 ?dynamic memory analysis (check for uninitialized values)25 ?dynamic memory analysis (destruction-triggered watchpoints)24 * ? dynamic memory analysis (check for uninitialized values) 25 * ? dynamic memory analysis (destruction-triggered watchpoints) 26 26 * print internal debugger state info 27 27 * start/continue execution
