msemu icon indicating copy to clipboard operation
msemu copied to clipboard

Enable per-device debug output

Open kbembedded opened this issue 6 years ago • 1 comments

Currently all device access is output via log_debug(). Separate it out so individual device access can be monitored when debugging.

Probably going to be a pain in the ass to implement with the current debugging setup and would require a rewrite.

kbembedded avatar Oct 03 '19 06:10 kbembedded

Current debug breakpoint implementation has break on memory read or write of a specific address, and leaves room for breaking on specific IO access. I'm not sure how useful specific device debug output would be, but I can't say its completely useless.

kbembedded avatar Feb 02 '20 07:02 kbembedded