1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling 27c1690504 UserspaceEmulator: Pass arguments through to emulated process
Ultimately we'll want to support passing some options to the emulator
as well, but for now just pass all arguments (except argv[0] of course)
through to the emulated process.

This is still not perfect, but slightly better than what we had before.
2020-07-13 13:50:22 +02:00
..
CMakeLists.txt UserspaceEmulator: Move SimpleRegion to its own files 2020-07-13 13:50:22 +02:00
Emulator.cpp UserspaceEmulator: Pass arguments through to emulated process 2020-07-13 13:50:22 +02:00
Emulator.h UserspaceEmulator: Pass arguments through to emulated process 2020-07-13 13:50:22 +02:00
main.cpp UserspaceEmulator: Pass arguments through to emulated process 2020-07-13 13:50:22 +02:00
SimpleRegion.cpp UserspaceEmulator: Move SimpleRegion to its own files 2020-07-13 13:50:22 +02:00
SimpleRegion.h UserspaceEmulator: Move SimpleRegion to its own files 2020-07-13 13:50:22 +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