1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:18:12 +00:00
serenity/Userland/DevTools/UserspaceEmulator
asynts acdcf59a33 Everywhere: Remove unnecessary debug comments.
It would be tempting to uncomment these statements, but that won't work
with the new changes.

This was done with the following commands:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/#define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/#define/ { toggle = 1 }' {} \;

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/ #define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/ #define/ { toggle = 1 }' {} \;
2021-01-25 09:47:36 +01:00
..
CMakeLists.txt Kernel+Userland: Remove shared buffers (shbufs) 2021-01-17 09:07:32 +01:00
Emulator.cpp Everywhere: Use CMake to generate AK/Debug.h. 2021-01-25 09:47:36 +01:00
Emulator.h UserspaceEmulator: Implement chown 2021-01-23 16:47:09 +01:00
main.cpp UserspaceEmulator: Improve error message for typos 2021-01-23 16:47:09 +01:00
MallocTracer.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
MallocTracer.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
MmapRegion.cpp Everywhere: Convert a handful of String::format() => formatted() 2021-01-16 14:52:04 +01:00
MmapRegion.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Region.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Region.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Report.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
SimpleRegion.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
SimpleRegion.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
SoftCPU.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
SoftCPU.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
SoftMMU.cpp Kernel+Userland: Remove shared buffers (shbufs) 2021-01-17 09:07:32 +01:00
SoftMMU.h Kernel+Userland: Remove shared buffers (shbufs) 2021-01-17 09:07:32 +01:00
ValueWithShadow.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00