KGDB: Accept KLD symbol files with the ".symbols" extension.

Submitted by:	gibbs
Approved by:	ken (mentor)
Sponsored by:	Spectra Logic
MFC after:	1 month
This commit is contained in:
Will Andrews 2013-03-28 17:07:02 +00:00
parent c89d0ca50b
commit 5cabf7777e

View File

@ -78,6 +78,7 @@ kld_ok (char *path)
*/
static const char *kld_suffixes[] = {
".debug",
".symbols",
"",
NULL
};