aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_print.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve VM map debuggingRichard Braun2015-12-291-1/+2
| | | | | | * vm/vm_map.c (vm_map_print): Update arguments to conform to ddb protocol. * vm/vm_print.h (vm_map_print): Likewise for prototype.
* vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-2/+2
|
* Add copyrightMarin Ramesa2013-11-191-0/+18
| | | | | | * ddb/db_write_cmd.h: Add copyright. * ipc/ipc_print.h: Likewise. * vm/vm_print.h: Likewise.
* vm: organize vm print function prototypesMarin Ramesa2013-07-181-0/+22
* vm/vm_print.h: New file. Include <vm/vm_map.h>. Include <machine/db_machdep.h>. (vm_map_print): Add prototype. (vm_map_copy_print): Likewise. (vm_object_print): Likewise. (vm_page_print): Likewise. Include <vm/vm_object.h>. Include <vm/vm_page.h> * vm/vm_map.h (vm_map_print): Remove prototype. * vm/vm_map.c [MACH_KDB]: Include <vm/vm_print.h>. * vm/vm_object.h (vm_object_print): Remove prototype. * vm/vm_object.c [MACH_KDB]: Include <vm/vm_print.h>. * vm/vm_resident.c [MACH_KDB]: Include <vm/vm_print.h>.