1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:58:11 +00:00
serenity/DevTools/UserspaceEmulator
asynts ba3488a6d5 UserspaceEmulator: Replace printf usages with format.
This replaces almost all usages. Some have to remain because 'outf'
always appends a newline. (It inherits this behaviour from LogStream.)
2020-10-02 13:44:42 +02:00
..
CMakeLists.txt UserspaceEmulator: Set the process and thread name to "(UE) Executable" 2020-07-27 19:10:18 +02:00
Emulator.cpp UserspaceEmulator: Replace printf usages with format. 2020-10-02 13:44:42 +02:00
Emulator.h UserspaceEmulator: Implement the getsid() syscall 2020-09-28 23:34:55 +02:00
main.cpp Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
MallocTracer.cpp UserspaceEmulator: Replace printf usages with format. 2020-10-02 13:44:42 +02:00
MallocTracer.h UserspaceEmulator: Report heap buffer overflows :^) 2020-08-01 09:44:19 +02:00
MmapRegion.cpp UserspaceEmulator: Replace printf usages with format. 2020-10-02 13:44:42 +02:00
MmapRegion.h UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584) 2020-09-23 20:45:43 +02: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: Replace printf usages with format. 2020-10-02 13:44:42 +02:00
SoftCPU.h UserspaceEmulator+LibX86: Clean up some obnoxious template spam 2020-09-23 21:15:01 +02:00
SoftMMU.cpp UserspaceEmulator: Replace printf usages with format. 2020-10-02 13:44:42 +02: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 UserspaceEmulator: Replace printf usages with format. 2020-10-02 13:44:42 +02:00