[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 22:07:20 +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=Rc9ciJ1LOolWC1mZu85bOSYuXiGpZlBWksEVgAQ5qMk=; b=S5V/rpbHzqY06VJHL4grVHQt8sgINbGVuUjEPp6aBkwz7Zq/WT9QNk1Ur5sbIj0h7j VMUG7WHW8GXfzqnw6Aqzs+lfl7kWM7alh7Om5KJJBMR/3yVYnoUA6lSWrBxqseH+TZPx LuIJ+wZM5l+xq9sBqdfR2BU0wS8PYktncKPgs=
- 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=afyT3/8DVGBS2ZlpKnbDu2xVVnI3w8xqFWmIzqS7oErCznYGgjnsbYAfpry25J0Z/9 uphBqlUUMghF4XnhO+5RdBTDgmVTX71II9K0az6ll9N8dnybGHVEioYRnt8t7AR5vWMP 32GIsOPGfjqjLLT285rOvfXgFgjMhJmHSRFOI=
>> 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?
>
> Sure. You can start the debugging in MI mode: gdb -i mi
> Even easier, you can run an MI command outside of MI mode like this:
> interpreter-exec mi -stack-list-frames
Could you please take a look at
http://sourceware.org/ml/gdb/2009-02/msg00094.html ? I had posted a
question in that list and have got a reply. As I remember DSF debugger
does not have verbose console mode?