ladybird/DevTools/UserspaceEmulator
Andreas Kling 4d3787ae33 UserspaceEmulator: Support the fstat() and get_process_name() syscalls
For now, we just pretend that the process name is "EMULATED". We can
probably do better though. :^)
2020-07-13 13:50:22 +02:00
..
CMakeLists.txt UserspaceEmulator: Start sketching out a SoftMMU class :^) 2020-07-09 16:18:47 +02:00
Emulator.cpp UserspaceEmulator: Support the fstat() and get_process_name() syscalls 2020-07-13 13:50:22 +02:00
Emulator.h UserspaceEmulator: Support the fstat() and get_process_name() syscalls 2020-07-13 13:50:22 +02:00
main.cpp UserspaceEmulator: Put the executable name in argv[0] :^) 2020-07-12 21:37:54 +02:00
SoftCPU.cpp UserspaceEmulator: Put the executable name in argv[0] :^) 2020-07-12 21:37:54 +02:00
SoftCPU.h UserspaceEmulator: Put the executable name in argv[0] :^) 2020-07-12 21:37:54 +02:00
SoftMMU.cpp UserspaceEmulator: Add some convenient SoftMMU APIs for copying data 2020-07-12 17:42:57 +02:00
SoftMMU.h UserspaceEmulator: Add some convenient SoftMMU APIs for copying data 2020-07-12 17:42:57 +02:00