Samuel Anderson
Samuel Anderson
This PR adds support for GDB watchpoints to Sedna's GDB stub. It also adds support for floating point registers and CSRs. That even includes the Sedna specific `0xbc0` CSR for...
Support for XUL extensions will be removed in Firefox 57. This extension needs to be ported to WebExtensions before then, otherwise it will no longer work.
The size of the eosio/eosio-web-ide image has jumped from 828.68 MB to 1012.95 MB from version v0.1.0 to v0.1.1 The main culprit appears to be this command ```bash tar -xjf...
Since sedna only supports Sv39 and Sv48 paging modes, `writeCSR` checks writes to `satp` to make sure one of those modes has been selected, else the write is ignored. However,...