summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-01-29 23:36:10 +0000
committerjhb <jhb@FreeBSD.org>2008-01-29 23:36:10 +0000
commit2b547364abdf5b207fbb3c5c6e77990a6a3d9517 (patch)
treee80b75ea12b8a499680bc74058a9b25034f492ac /gnu
parentc7d5a7a42f4c8e35729371d86c8c05f38812561f (diff)
downloadFreeBSD-src-2b547364abdf5b207fbb3c5c6e77990a6a3d9517.zip
FreeBSD-src-2b547364abdf5b207fbb3c5c6e77990a6a3d9517.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/kgdb/kld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/kgdb/kld.c b/gnu/usr.bin/gdb/kgdb/kld.c
index d66abce..5995286 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
OpenPOWER on IntegriCloud