mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +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
|
@ -106,6 +106,8 @@ public:
|
|||
static Region* region_from_vaddr(Process&, VirtualAddress);
|
||||
static const Region* region_from_vaddr(const Process&, VirtualAddress);
|
||||
|
||||
void dump_kernel_regions();
|
||||
|
||||
private:
|
||||
MemoryManager();
|
||||
~MemoryManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue