summaryrefslogtreecommitdiff
path: root/DevTools/UserspaceEmulator/SoftMMU.cpp
AgeCommit message (Expand)Author
2020-07-15UserspaceEmulator: Add support for shared buffers (shbuf)Andreas Kling
2020-07-13UserspaceEmulator: Add some more syscallsAndreas Kling
2020-07-12UserspaceEmulator: Add some convenient SoftMMU APIs for copying dataAndreas Kling
2020-07-12UserspaceEmulator: Add basic TLS (thread-local storage) supportAndreas Kling
2020-07-10UserspaceEmulator: Warn in SoftMMU if accessing unknown memoryAndreas Kling
2020-07-10UserspaceEmulator: Add 8/16 bit memory read/write operationsAndreas Kling
2020-07-09UserspaceEmulator: Start sketching out a SoftMMU class :^)Andreas Kling