..
CMakeLists.txt
UserspaceEmulator: Keep Emulator& closer to the action in some places
2020-11-16 15:11:02 +01:00
Emulator.cpp
AK: Make MappedFile heap-allocated and ref-counted
2021-01-10 16:49:13 +01:00
Emulator.h
AK: Make MappedFile heap-allocated and ref-counted
2021-01-10 16:49:13 +01:00
main.cpp
LibELF: Remove ELF::Loader and move everyone to ELF::Image
2020-12-25 02:14:56 +01:00
MallocTracer.cpp
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
2021-01-01 19:37:36 +01:00
MallocTracer.h
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
2021-01-01 19:37:36 +01:00
MmapRegion.cpp
UserspaceEmulator: Support dynamically loaded programs
2020-12-14 23:05:53 +01:00
MmapRegion.h
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
2021-01-01 19:37:36 +01:00
Region.cpp
UserspaceEmulator: Keep Emulator& closer to the action in some places
2020-11-16 15:11:02 +01:00
Region.h
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
2021-01-01 19:37:36 +01:00
Report.h
UserspaceEmulator: Optionally write reports to the debug log
2020-10-25 10:13:03 +01:00
SharedBufferRegion.cpp
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes ( #3584 )
2020-09-23 20:45:43 +02:00
SharedBufferRegion.h
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
2021-01-01 19:37:36 +01:00
SimpleRegion.cpp
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes ( #3584 )
2020-09-23 20:45:43 +02:00
SimpleRegion.h
UserspaceEmulator: Make Region a top-level class
2020-11-16 15:11:02 +01:00
SoftCPU.cpp
UserspaceEmulator: Fix build after MOVSX shadowing changes
2021-01-08 12:29:46 +01:00
SoftCPU.h
UserspaceEmulator: Support dynamically loaded programs
2020-12-14 23:05:53 +01:00
SoftMMU.cpp
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
2021-01-01 19:37:36 +01:00
SoftMMU.h
UserspaceEmulator: Use ring 3 segment selectors
2020-12-25 15:39:26 +01:00
ValueWithShadow.h
AK+Format: Remove TypeErasedFormatParams& from format function.
2020-12-30 20:33:53 +01:00