This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: v850 sim crash


Hello,

I am trying to debug a program with the v850 simulator of gdb 5.2.
Every time I reach a 'trap 31' asm-instruction, gdb crashes.
Where can I start to look for the problem?
Try the following as a starter ...

cd build-dir/gdb
<path-to-installed>/gdb --args ./gdb exe.v850
(top-gdb) run
(gdb) target sim
(gdb) load
(gdb) run
gdb crahses
(top-gdb) bt

Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]