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:
kib 2014-05-17 11:29:32 +00:00
parent 44661f3f1d
commit 60f375b2c7

View File

@ -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;
}
}