Don't look for "foo.ko.symbols" files. GDB is smart enough to open the
".symbols" file automatically when you tell it to load "foo.ko" because of the debug link.
This commit is contained in:
parent
c7d5a7a42f
commit
2b547364ab
@ -68,7 +68,6 @@ kld_ok (char *path)
|
||||
* - filename (e.g. foo.ko)
|
||||
*/
|
||||
static const char *kld_suffixes[] = {
|
||||
".symbols",
|
||||
".debug",
|
||||
"",
|
||||
NULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user