Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] arm-elf-gdb crashes using CDT

Hi,
I'm trying to use eclipse+CDT to debug ARM programs (using arm-elf-gdb 5.3), but I noticed at least two bugs: 1) arm-elf-gdb with "info threads" command crash (I resolved by patching Target.java, removing the generation of the initial info threads command... raw patch..). 2) gdb crash reading ARM registers (registers view) with the following log generated by eclipse (cdt.debug.mi.core log):

...log ok..
1,039,886,395,691] 39-var-create - * $pc
[1,039,886,395,692] 39^done,name="var16",numchild="0",type="int32_t"
[1,039,886,395,693] (gdb)
[1,039,886,395,694] 40-var-create - * $f0
[1,039,886,395,696] &"../../gdb/findvar.c:334: gdb-internal-error: Register \"f0\" (16) has conflict\
ing raw (12) and virtual (8) size\n"

Could someone help me?
thanks
andrea.

Andrea Michelotti
HW/SW Co-Design Manager
Ipitec/Atmel Rome






Back to the top