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:
parent
c89d0ca50b
commit
5cabf7777e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248838
@ -78,6 +78,7 @@ kld_ok (char *path)
|
|||||||
*/
|
*/
|
||||||
static const char *kld_suffixes[] = {
|
static const char *kld_suffixes[] = {
|
||||||
".debug",
|
".debug",
|
||||||
|
".symbols",
|
||||||
"",
|
"",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user