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
@ -78,6 +78,7 @@ kld_ok (char *path)
|
||||
*/
|
||||
static const char *kld_suffixes[] = {
|
||||
".debug",
|
||||
".symbols",
|
||||
"",
|
||||
NULL
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user