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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248838

View File

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