You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attaching GDB to the running qemu, for instance started with -s and -S, I expect to be able to examine and write to the memory mapped to hardware functions, too. Maybe this is a misunderstanding that it's possible? Or did we forget something? Let's investigate.
When attaching GDB to the running qemu, for instance started with -s and -S, I expect to be able to examine and write to the memory mapped to hardware functions, too. Maybe this is a misunderstanding that it's possible? Or did we forget something? Let's investigate.
For instance:
What? Here I'm modifying RAM at 0x40000000. That works OK. Then I'm trying to change FW_RAM at 0xd0000000. Nope.
I added debug prints to
tk1_mmio_read()
and_write()
. Onlyread()
is called.The text was updated successfully, but these errors were encountered: