debug target core on x86 with gdb

I am not using eclipse and am compiling for 4 targets with the -g debug
option. Can I load a core file from a SH4 device into gdb on an x86 and
see the backtrace?

Joseph Witherspoon wrote:

I am not using eclipse and am compiling for 4 targets with the -g debug
option. Can I load a core file from a SH4 device into gdb on an x86 and
see the backtrace?

Yes. Just run ntosh-gdb . Alternatively you can use
the ‘core-file’ command at the gdb prompt.

cheers,

Kris