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:
parent
397f564144
commit
54bd2ee738
2 changed files with 19 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue