mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
ad1051089c
The kernel profiles were recently changed to have a `strings` array as part of the profile objects. The `ProfileViewer` now checks for that during startup and declares the profile invalid if the array is not present. The UserspaceEmulator doesn't use the API which the kernel exposed the string array for, so just fake it by always adding an empty array to the generated profiles. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Emulator.cpp | ||
Emulator.h | ||
Emulator_syscalls.cpp | ||
EmulatorControl.h | ||
main.cpp | ||
MallocTracer.cpp | ||
MallocTracer.h | ||
MmapRegion.cpp | ||
MmapRegion.h | ||
Range.cpp | ||
Range.h | ||
RangeAllocator.cpp | ||
RangeAllocator.h | ||
Region.cpp | ||
Region.h | ||
Report.h | ||
SimpleRegion.cpp | ||
SimpleRegion.h | ||
SoftCPU.cpp | ||
SoftCPU.h | ||
SoftFPU.cpp | ||
SoftFPU.h | ||
SoftMMU.cpp | ||
SoftMMU.h | ||
ValueWithShadow.h |