From a4d5f8a2b7545b01ac4cbfc664158fd518d1b513 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 29 Jan 2008 23:36:10 +0000 Subject: [PATCH] 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. --- gnu/usr.bin/gdb/kgdb/kld.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/usr.bin/gdb/kgdb/kld.c b/gnu/usr.bin/gdb/kgdb/kld.c index d66abcefba0..5995286251e 100644 --- a/gnu/usr.bin/gdb/kgdb/kld.c +++ b/gnu/usr.bin/gdb/kgdb/kld.c @@ -68,7 +68,6 @@ kld_ok (char *path) * - filename (e.g. foo.ko) */ static const char *kld_suffixes[] = { - ".symbols", ".debug", "", NULL