K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-02-25T22:20:13.000000Z K 7 svn:log V 561 MFC: Mostly sync kgdb with HEAD including the following changes: - Add a new 'add-kld ' command to locate a kld and load its symbols. - If the quiet flag is specified, don't dump the unread portion of the message buffer on startup. - Remove the warnx() from kgdb_lookup() and add it in callers where a failed lookup is warning worthy. - Add a shared library backend for kernel files that treats klds as shared libraries and auto-load symbols for klds on startup. - Build a section table from the kernel file so that 'info files' output looks sane. END