mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
Kernel: Always dump kernel regions when dumping process regions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user