From f9e95e8372cd62db4805feb30b74223b8db5444b Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Tue, 29 Dec 2015 03:26:05 +0100 Subject: Improve VM map debugging * 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/vm_print.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vm/vm_print.h') diff --git a/vm/vm_print.h b/vm/vm_print.h index eab534eb..8a36d75e 100644 --- a/vm/vm_print.h +++ b/vm/vm_print.h @@ -23,7 +23,8 @@ #include /* Debugging: print a map */ -extern void vm_map_print(vm_map_t); +extern void vm_map_print(db_expr_t addr, boolean_t have_addr, + db_expr_t count, const char *modif); /* Pretty-print a copy object for ddb. */ extern void vm_map_copy_print(const vm_map_copy_t); -- cgit v1.2.3