On Wed, Oct 14, 2009 at 08:06:46PM +0400, Rudenko Eugene wrote:
>> The result should look like
>>
>> (('QList<QPair<QString,QString> >'*)0x01234568)->queryItems()
>>
>> (assuming that you don't have configured your Qt with -qtnamespace)
>>
> Can you decode this string ? What is each part means ?
> As I can understans this means ...
> ( ("DataType name "[pointer sign] )Address)->method();
> Is it right ?
Yes.
Be aware of the single quotes. They are not valid in C++ but needed
to convince gdb to do the right thing.
Andre'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator