> > (gdb) target remote /dev/ttyS0
> > Remote debugging using /dev/ttyS0
> > 0xffffffff9e120bd4 in ?? ()
> > (gdb) cont
> > Continuing.
> > [Inferior 1 (Remote target) exited with code 01]
> > (gdb) cont
> > The program is not being run.
> > (gdb) target remote /dev/ttyS0
> > Remote debugging using /dev/ttyS0
> > 0xffffffff85120bd4 in ?? ()
> > (gdb) bt
> > #0  0xffffffff85120bd4 in ?? ()
> > #1  0xffff88002350fe38 in ?? ()
> > #2  0xffffffff85121d0e in ?? ()
> > #3  0x0000000000000000 in ?? ()
> >
> > Can somebody point me at a FAQ, or otherwise help me figure out how to
> get symbol resolution working?
> 
> 
> https://www.kernel.org/pub/linux/kernel/people/jwessel/kdb/CompilingA
> Kernel.html#CompileKGDB
> 
> 
> Make sure you are using CONFIG_DEBUG_INFO as mentioned in the docs.  :-
> )
> 
> Jason.

Thank you so much for taking the time to reply.  I should have included in my 
first message what my other kernel debug parameters were.  I do have 
CONFIG_DEBUG_INFO set.  And here is that entire section:

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=1024
# CONFIG_STRIP_ASM_SYMS is not set
CONFIG_READABLE_ASM=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_KERNEL=y

Thanks again,
Jake Oshins


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Kgdb-bugreport mailing list
Kgdb-bugreport@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to