Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 20:42:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 119358] [kernel] [patch] SYSINIT_VERBOSE can be more verbose
Message-ID:  <bug-119358-8-oAcMibZ5gs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-119358-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-119358-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=119358

--- Comment #1 from Dan Lukes <dan@obluda.cz> ---
Partially solved by independent commit:

 ----------------------------
Revision 236404
Modified Fri Jun 1 15:42:37 2012 UTC by jhb

Extend VERBOSE_SYSINIT to also print out the name of variables passed
to SYSINIT routines if they can be resolved via symbol look up in DDB.
To avoid false positives, only honor a name if the symbol resolves
exactly to the pointer value (no offset).
 -----------------------------

Proposal related to SI_SUB_COPYRIGHT still pending.

Attached patch doesn't fit current code as it has been slightly changed in mean
time, but it require just small changes.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-119358-8-oAcMibZ5gs>