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

Documentation for command break is wrong #55

Closed KronwarsCZ closed 8 months ago

KronwarsCZ commented 8 months ago

Hi everyone,
I would like to report an issue with wrong documentation, section System commands -> break here.

Documentation shows syntax for break: break address type, which is incorrect for msim 2.2.0, where break syntax is this:

[msim] help break
Add a new physical memory breakpoint
Syntax: break <addr> <cnt> <type>
        <addr> memory address
        <cnt> count
        <type> Read or write breakpoint

The documentation then describes parameters address and count instead of type.

vhotspur commented 8 months ago

Thanks for the report, the fix is already visible in the online documentation.