1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 00:47:35 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling 9af1a4b9b1 UserspaceEmulator: Support the first two levels of CPUID
GCC uses these when deciding which memcpy implementation to use.
2020-11-08 22:47:02 +01:00
..
CMakeLists.txt UserspaceEmulator: Set the process and thread name to "(UE) Executable" 2020-07-27 19:10:18 +02:00
Emulator.cpp UserspaceEmulator: Fix busted backtraces with --report-to-debug 2020-11-08 01:15:02 +01:00
Emulator.h UserspaceEmulator: Don't audit accesses within realloc(), malloc_size() 2020-11-08 01:15:02 +01:00
main.cpp UserspaceEmulator: Optionally write reports to the debug log 2020-10-25 10:13:03 +01:00
MallocTracer.cpp UserspaceEmulator+LibC: Have UE notice realloc() and update accounting 2020-11-08 10:43:15 +01:00
MallocTracer.h UserspaceEmulator+LibC: Have UE notice realloc() and update accounting 2020-11-08 10:43:15 +01:00
MmapRegion.cpp UserspaceEmulator: Optionally write reports to the debug log 2020-10-25 10:13:03 +01:00
MmapRegion.h UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584) 2020-09-23 20:45:43 +02: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+LibX86: Add support for 64-bit memory reads and writes (#3584) 2020-09-23 20:45:43 +02: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+LibX86: Add support for 64-bit memory reads and writes (#3584) 2020-09-23 20:45:43 +02:00
SoftCPU.cpp UserspaceEmulator: Support the first two levels of CPUID 2020-11-08 22:47:02 +01:00
SoftCPU.h UserspaceEmulator+LibX86: Clean up some obnoxious template spam 2020-09-23 21:15:01 +02:00
SoftMMU.cpp UserspaceEmulator: Optionally write reports to the debug log 2020-10-25 10:13:03 +01:00
SoftMMU.h UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584) 2020-09-23 20:45:43 +02:00
ValueWithShadow.h AK+Format: Do some housekeeping in the format implementation. 2020-10-02 20:48:19 +02:00