[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Couple issues with DSF
|
- From: Dmitry Smirnov <divis1969@xxxxxxxxx>
- Date: Wed, 11 Feb 2009 20:37:05 +0300
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=iqwQVwELGFONSwzP4hMyq151j1/vgvVxzzdahx94zeo=; b=rHBDuTteRaAGjw99/R9nE+obdaDDptTKXNXFfXXN79plZI/NypMSrziCODjSREJ4Cp +2QUVGmehEzoedCv2aupQqHSCNMD5H7x2C3JRMqupgSzkQ6tIQwh85zp2HuBiYl3KRnZ M+cttLpEqZXB5Y8ALEp2VKSfFJMPn1JWLkZHk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=PRnzUb0wLUJ7Eqt3lyXuLZAPnOPsK85S8MGgBtIQ8SFxHxnMxr0OEriEoNiKC5Y5Mw hl+33BeYscGlv+nlol6krtpAYr1/R378ep7qkjmwXg3tjGtuJfMMe9sw44j+zqt9NslQ PHxv/o/cNzhADa69F3Bx0+auYeM25fBfuFi8M=
2009/2/11 Marc Khouzam <marc.khouzam@xxxxxxxxxxxx>:
> Yes, just a bugzilla bug that explains that it would be useful
> to have the option not to resume on a remote connection.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=264555
>> What is interesting here is how Hardware Debugger configuration
>> discover the stack frames. Are they using bt instead of
>> -stack-list-frames ?
>
> Interesting. I wonder why GDB 6.8 -stack-list-frames does not work
> in your case.
Well, that means that I have to debug GDB again...
BTW, -stack-list-frames is a MI command, so I cannot test this case in
command-line debugger, isn't it?
Dmitry