1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:57:45 +00:00

UserspaceEmulator: Add Emulator::dump_regions() helper function

This commit is contained in:
Andreas Kling 2021-03-09 14:44:54 +01:00
parent 397f564144
commit 54bd2ee738
2 changed files with 19 additions and 0 deletions

View file

@ -68,6 +68,8 @@ public:
void did_receive_signal(int signum) { m_pending_signals |= (1 << signum); }
void dump_regions() const;
private:
const String m_executable_path;
const Vector<String> m_arguments;