* Add info if the B_NO_HANDLED_INFO flag is set in the "ints" KDL command.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34448 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
90d870c155
commit
939b3801ea
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2008, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||||
* Copyright 2002-2009, Axel Dörfler, axeld@pinc-software.de.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
||||
@ -89,8 +89,9 @@ dump_int_statistics(int argc, char **argv)
|
||||
if (strchr(imageName, '/') != NULL)
|
||||
imageName = strrchr(imageName, '/') + 1;
|
||||
|
||||
kprintf("\t%s:%s (%p), data %p, handled %8lld\n", imageName, symbol, io->func,
|
||||
io->data, io->handled_count);
|
||||
kprintf("\t%s:%s (%p), data %p, handled %8lld%s\n", imageName,
|
||||
symbol, io->func, io->data, io->handled_count,
|
||||
io->no_handled_info ? ", NO HANDLED INFO" : "");
|
||||
} else
|
||||
kprintf("\t%p, data %p\n", io->func, io->data);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user