mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
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
e5d28f17bd
commit
a4d5f8a2b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175806
@ -68,7 +68,6 @@ kld_ok (char *path)
|
||||
* - filename (e.g. foo.ko)
|
||||
*/
|
||||
static const char *kld_suffixes[] = {
|
||||
".symbols",
|
||||
".debug",
|
||||
"",
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user