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

The second problem is the gdb issue. The only thing you can do in CDT to
avoid it is to turn off the "Auto-Refresh" option of the registers view.

Mikhail
----- Original Message -----
From: "Andrea Michelotti" <amichelotti@xxxxxxxxx>
To: "cdt-debug-dev" <cdt-debug-dev@xxxxxxxxxxx>
Sent: Tuesday, June 10, 2003 1:02 PM
Subject: [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
>
>
>
>
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
>



Back to the top