Guys,
I'm either totally blind or it's really not in the manual - how can I trace read and/or write access to a specific address? Sometimes having a trace breakpoint for a change isn't enough - for instance videl init/deinit happens many times with the same values but I still want to know when/where the access happened.
Right now I'm doing it in the dumbest way possible, trace cpu_disasm + grep ;-)
--