Comment 1 for bug 1094908

Revision history for this message
Peter Júnoš (petoju) wrote :

This bug is also present in MSIM mainline from bzr://d3s.mff.cuni.cz/msim/mainline

[msim] break 0x1000 10 rw
[msim] dumpbreak
[address ] [mode] [hits ]
0x0000000000001000 -w 0

Mainline MSIM also fails, when reaching breakpoint and simulation ends:
<msim> Fault: Unexpected physical memory breakpoint kind
Aborted (core dumped)

However, this bug is does not appear in MSIM stable (bzr://d3s.mff.cuni.cz/msim/stable-1.3). That version uses different commands and they work as expected:

[msim] break 0x1000 rw
[msim] bd
Address Mode Hits
---------- ---- --------------------
0x00001000 rw 0
[msim] continue

Debug: Written to address 0x1000

[msim]