Page MenuHomeFreeBSD

D57521.id179556.diff
No OneTemporary

D57521.id179556.diff

diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.c
@@ -1485,7 +1485,9 @@
C_DB_PRINTF("%" PRId64, c_time);
C_DB_PRINTF("%" PRId64, c_precision);
C_DB_PRINTF("%p", c_arg);
- C_DB_PRINTF("%p", c_func);
+ db_printf(" %s = %p (", "c_func", c->c_func);
+ db_printsym((db_addr_t)c->c_func, DB_STGY_ANY);
+ db_printf(")\n");
C_DB_PRINTF("%p", c_lock);
C_DB_PRINTF("%#x", c_flags);
C_DB_PRINTF("%#x", c_iflags);

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 18, 12:44 PM (16 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33878210
Default Alt Text
D57521.id179556.diff (490 B)

Event Timeline