mirror of
https://github.com/RGBCube/serenity
synced 2025-07-01 11:12:07 +00:00
Kernel: Always dump kernel regions when dumping process regions
This commit is contained in:
parent
345f92d5ac
commit
19c31d1617
3 changed files with 23 additions and 23 deletions
|
@ -1266,6 +1266,8 @@ void Process::dump_regions()
|
|||
region.vmobject().is_purgeable() ? 'P' : ' ',
|
||||
region.name().characters());
|
||||
}
|
||||
|
||||
MM.dump_kernel_regions();
|
||||
}
|
||||
|
||||
void Process::sys$exit(int status)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue