serenity/Userland/DevTools/UserspaceEmulator
Liav A 6c0486277e Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
This syscall will be used later on to ensure we can declare virtual
memory mappings as immutable (which means that the underlying Region is
basically immutable for both future annotations or changing the
protection bits of it).
2022-12-16 01:02:00 -07:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Emulator.cpp LibX86: Only pass ProcessorMode to Instruction constructor 2022-12-11 22:06:30 +01:00
Emulator.h Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall 2022-12-16 01:02:00 -07:00
Emulator_syscalls.cpp Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall 2022-12-16 01:02:00 -07:00
EmulatorControl.h
main.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
MallocTracer.cpp
MallocTracer.h
MmapRegion.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MmapRegion.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Range.cpp
Range.h
RangeAllocator.cpp
RangeAllocator.h
Region.cpp
Region.h
Report.h
SimpleRegion.cpp
SimpleRegion.h
SoftCPU.cpp UserspaceEmulator: Implement MOV_RM16_seg 2022-12-07 13:18:48 +01:00
SoftCPU.h UserspaceEmulator: Implement MOV_seg_RM32 and MOV_seg_RM16 2022-12-07 13:18:48 +01:00
SoftFPU.cpp
SoftFPU.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SoftMMU.cpp
SoftMMU.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
SoftVPU.cpp
SoftVPU.h
ValueWithShadow.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00