Skip to main content

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

Hi,
I resolved these problems by patching GDB,
I sent these two patches to http://sources.redhat.com/ml/gdb-patches/2003-07/, for evaluation.
I hope they are useful for eclipse world.
ciao
Andrea.


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


Andrea Michelotti wrote:


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




_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev



--
------------------------------------------------------------------------
Andrea Michelotti - HW/SW Co-Design Manager
IPITEC (ATMEL) - Via G.V. Galati 87 - 00155 Roma - Italy
office phone: +39-06-40901432
fax phone:+39-06-40501613
mailto: amichelotti@xxxxxxxxx
web: www.ipitec.it, www.atmel.com
------------------------------------------------------------------------






Back to the top