d-iii-s / msim

Light-weight MIPS R4000 and RISC-V system simulator
https://d3s.mff.cuni.cz/software/msim/
GNU General Public License v2.0
5 stars 4 forks source link

More debugging features #40

Open vhotspur opened 1 year ago

vhotspur commented 1 year ago

Copying this as-is from a TODO file (there is no context whether this refers to emulated memory, some part of some student assignments or MSIM's use of malloc):

add debug features
 - memory allocation
 - first and last block check
 - show all allocated memory blocks
 - check for unallocated memory at the end of the program or at the free function call
 - allocation information (function, file and the line number)