[Bug 232829] Kernel debugger only reads .dynsym even if .symtab exists

2018-10-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232829 --- Comment #2 from Conrad Meyer --- A related but tangential is GNU hash support for symbol lookup by name and/or linking. amd64 .ko's are weird and not "finished" objects, so binutils doesn't generate a ".gnu.hash" section for them, but

[Bug 232829] Kernel debugger only reads .dynsym even if .symtab exists

2018-10-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232829 --- Comment #1 from Conrad Meyer --- Seems like a good idea to me. On my local amd64 kernels, I see SYMTAB in the stripped binary (objdump -x) and not in the corresponding .debug file in /usr/lib/debug. (Conditional on MK_DEBUG_FILES, bsd

[Bug 232829] Kernel debugger only reads .dynsym even if .symtab exists

2018-10-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232829 Alex Richardson changed: What|Removed |Added Severity|Affects Only Me |Affects Some People -- You are

[Bug 232829] Kernel debugger only reads .dynsym even if .symtab exists

2018-10-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232829 Bug ID: 232829 Summary: Kernel debugger only reads .dynsym even if .symtab exists Product: Base System Version: CURRENT Hardware: Any OS: Any