MFC r265825:
When printing the map with the ddb 'show procvm' command, do not dump page queues for the backing objects.
This commit is contained in:
parent
44661f3f1d
commit
60f375b2c7
@ -4154,7 +4154,7 @@ vm_map_print(vm_map_t map)
|
||||
db_indent += 2;
|
||||
vm_object_print((db_expr_t)(intptr_t)
|
||||
entry->object.vm_object,
|
||||
1, 0, (char *)0);
|
||||
0, 0, (char *)0);
|
||||
db_indent -= 2;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user