This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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]

deprecated_register_convertible error on arm-elf target


The new insight-6.1 builds and installs for arm-elf under Cygwin/WinXP, but I'm having a problem with it. I'm not sure if this is a gdb problem or an insight problem, so maybe this is the wrong forum, but here it is:

Insight connects to the remote ARM target, loads the elf, sets a breakpoint, and stops on the BP when I press Continue. But if I open up a register display window, I get an error message that says:

-----
gdbarch.c:3906: internal-error: gdbarch_deprecated_register_convertible: 
Assertion `gdbarch->deprecated_register_convertible != NULL' failed.
A problem internal to GDB has been detected, further debugging may prove unreliable.
Quit this debugging session?
-----

I can't reproduce this error in a gdb command-line window, it only occurs when I view the registers in the GUI.  It seems to be related to the commands that insight is sending to gdb in the background, but I don't know how to make that communication visible.
Has anyone seen this before?  

I built insight with these commands:

  ./configure --target=arm-elf
  make
  make install

Remote target is a gdb stub on /dev/com1

Thanks for any pointers, and sorry if it's off-topic.

Brian


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