[Qt-creator] Cannot step into Qt 4.6.0 rc1 code
Robert Caldecott
robert.caldecott at gmail.com
Fri Nov 27 08:49:37 CET 2009
Attached is a log and a screen dump. My debug log includes the
following line which can't be right... can it?
<161set substitute-path
C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt
C:/Qt/4.6.0-rc1/include/..
C:/qt-greenhouse isn't one of my folders!
Have I downloaded the wrong 4.6.0 package?
2009/11/26 Andre Poenitz <andre.poenitz at mathematik.tu-chemnitz.de>:
> On Thu, Nov 26, 2009 at 08:40:10PM +0000, Robert Caldecott wrote:
>> I am running Qt Creator 1.3 and have decided to start using Qt 4.6.0
>> rc1 - I downloaded the package and all is well (I am using the MingGW
>> 4.4 toolset supplied with Qt Creator) - apps build fine and 4.6.0
>> seems pretty good. However, I cannot step into any Qt code in the
>> debugger - instead I get a flash of assembler code. The gdb stack
>> trace displays all Qt functions in grey, as if it doesn't know where
>> the source is...
>>
>> Is this a known issue with the Qt 4.6.0 rc or is this a configuration
>> issue? As an experiment I downloaded the special Qt MinGW package
>> from the FTP site, just in case it differs from the one shipped with
>> Qt Creator 1.3 but to no avail. The debugging helpers build fine (and
>> seem to work). I installed Qt 4.6.0 into the default folder
>> (C:\Qt\4.6.0.rc1) and the installer didn't display any errors. I am
>> running Windows XP FWIW.
>>
>> I don't often need to step into the Qt code, but it is a useful thing
>> to do at times.
>>
>> I can post logs/screenshots if necessary. Note that when using Qt
>> 4.5.3 the problem doesn't exist and I can step into Qt source code
>> fine.
>
> Having the log file would indeed be nice.
>
> Andre'
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
-------------- next part --------------
sStarting debugger for tool chain 'MinGW'...
dDebugger settings:
dUseAlternatingRowColours: false (default: false)
dUseMessageBoxForSignals: true (default: true)
dAutoQuit: false (default: false)
dLogTimeStamps: false (default: false)
dUseDebuggingHelper: true (default: true)
dUseCustomDebuggingHelperLocation: false (default: false)
dCustomDebuggingHelperLocation: (default: )
dDebugDebuggingHelpers: false (default: false)
dUseCodeModel: false (default: true)
dUseToolTips: true (default: false)
dUseToolTipsInLocalsView: true (default: false)
dUseToolTipsInBreakpointsView: false (default: false)
dUseAddressInBreakpointsView: false (default: false)
dUseAddressInStackView: false (default: false)
dLocation: C:\Qt\mingw\bin\gdb.exe (default: gdb)
dEnvironment: (default: )
dScriptFile: (default: )
dMaximalStackDepth: 20 (default: 20)
dListSourceFiles: false (default: false)
dSkipKnownFrames: false (default: false)
dEnableReverseDebugging: false (default: false)
dAllPluginBreakpoints: true (default: true)
dSelectedPluginBreakpoints: false (default: false)
dNoPluginBreakpoints: false (default: false)
dSelectedPluginBreakpointsPattern: (default: .*)
dC:/Documents and Settings/Robert Caldecott/Desktop/Projects/FTP/debug/FTP.exe0x2f98560
dState changed from DebuggerNotReady(0) to EngineStarting(1).
dState changed from EngineStarting(1) to AdapterStarting(2).
dTRYING TO START ADAPTER
dSTARTING GDB
dGDB STARTED, INITIALIZING IT
<150show version
<151-interpreter-exec console "help bb"
<152set print static-members off
<153set breakpoint pending on
<154set print elements 10000
<155set overload-resolution off
<156handle SIGSEGV nopass stop print
<157set unwindonsignal on
<158set width 0
<159set height 0
dState changed from AdapterStarting(2) to AdapterStarted(3).
dADAPTER SUCCESSFULLY STARTED
sStarting inferior...
dState changed from AdapterStarted(3) to InferiorStarting(6).
<160-file-exec-and-symbols "C:/Documents and Settings/Robert Caldecott/Desktop/Projects/FTP/debug/FTP.exe"
>~"GNU gdb 6.8\n"
>~"Copyright (C) 2008 Free Software Foundation, Inc.\n"
>~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
>~"This is free software: you are free to change and redistribute it.\n"
>~"There is NO WARRANTY, to the extent permitted by law. Type \"show copying\"\n"
>~"and \"show warranty\" for details.\n"
>~"This GDB was configured as \"i686-pc-mingw32\".\n"
>&"show version\n"
>~"GNU gdb 6.8\n"
>~"Copyright (C) 2008 Free Software Foundation, Inc.\n"
>~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
>~"This is free software: you are free to change and redistribute it.\n"
>~"There is NO WARRANTY, to the extent permitted by law. Type \"show copying\"\n"
>~"and \"show warranty\" for details.\n"
>~"This GDB was configured as \"i686-pc-mingw32\".\n"
>150^done
dVERSION: 150^done,{logstreamoutput="show version\n",consolestreamoutput="GNU gdb 6.8\nCopyright (C) 2008 Free Software Foundation, Inc.\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law. Type \"show copying\"\nand \"show warranty\" for details.\nThis GDB was configured as \"i686-pc-mingw32\".\nGNU gdb 6.8\nCopyright (C) 2008 Free Software Foundation, Inc.\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law. Type \"show copying\"\nand \"show warranty\" for details.\nThis GDB was configured as \"i686-pc-mingw32\".\n"}
d
dGDB VERSION: 60800, BUILD: 0
>&"Undefined command: \"bb\". Try \"help\".\n"
>151^error,msg="Undefined command: \"bb\". Try \"help\"."
>&"set print static-members off\n"
>152^done
>&"set breakpoint pending on\n"
>153^done
>&"set print elements 10000\n"
>154^done
>&"set overload-resolution off\n"
>155^done
>&"handle SIGSEGV nopass stop print\n"
>~"Signal Stop\tPrint\tPass to program\tDescription\n"
>~"SIGSEGV Yes\tYes\tNo\t\tSegmentation fault\n"
>156^done
>&"set unwindonsignal on\n"
>157^done
>&"set width 0\n"
>158^done
>&"set height 0\n"
>159^done
>160^done
<161set substitute-path C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt C:/Qt/4.6.0-rc1/include/..
sSetting breakpoints...
<162-file-list-exec-source-files
<163-break-list
>&"set substitute-path C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt C:/Qt/4.6.0-rc1/include/..\n"
>161^done
>162^done,files=[{file="../../../gcc-4.4.0/libgcc/../gcc/gthr-win32.h"},{file="../../../gcc-4.4.0/libgcc/../gcc/config/i386/gthr-win32.c"},{file="../../../gcc-4.4.0/libgcc/../gcc/config/i386/gthr-win32.c"},{file="../../../gcc-4.4.0/libgcc/../gcc/libgcc2.c"},{file="../../../gcc-4.4.0/libgcc/../gcc/config/i386/cygwin.asm"},{file="../../../gcc-4.4.0/libgcc/../gcc/config/i386/cygwin.asm"},{file="cp-demangle.c"},{file="cp-demangle.c"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/unwind-cxx.h"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_type.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_type.cc"},{file="/mingw/src/gcc-4.4.0/libstdc++-v3/libsupc++/typeinfo"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/vterminate.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/vterminate.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/pure.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/pure.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_term_handler.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_unex_handler.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/tinfo.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/tinfo.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/new_handler.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/new_handler.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_call.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_call.cc"},{file="/mingw/src/gccbf/mingw32/libstdc++-v3/include/mingw32/bits/gthr-default.h"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_alloc.cc"},{file="/mingw/src/gccbf/mingw32/libstdc++-v3/include/ext/concurrence.h"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_alloc.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_globals.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_globals.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_terminate.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_terminate.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_exception.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_exception.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/unwind-cxx.h"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_throw.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_throw.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/unwind-cxx.h"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_catch.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_catch.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/tinfo.h"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/class_type_info.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/class_type_info.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/si_class_type_info.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/si_class_type_info.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/tinfo.h"},{file="/mingw/src/gcc-4.4.0/libstdc++-v3/libsupc++/cxxabi.h"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/vmi_class_type_info.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/vmi_class_type_info.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/new"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/new_op.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/new_op.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/del_op.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/del_op.cc"},{file="/mingw/src/gcc-4.4.0/libstdc++-v3/libsupc++/exception"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/unwind-cxx.h"},{file="/mingw/src/gcc-4.4.0/libstdc++-v3/../gcc/unwind-pe.h"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_personality.cc"},{file="../../../../gcc-4.4.0/libstdc++-v3/libsupc++/eh_personality.cc"},{file="../../include/QtCore/../../src/corelib/tools/qvector.h"},{file="../../include/QtCore/../../src/corelib/global/qglobal.h"},{file="qtmain_win.cpp"},{file="../../include/QtCore/../../src/corelib/tools/qstring.h"},{file="../../include/QtCore/../../src/corelib/tools/qbytearray.h"},{file="../../include/QtCore/../../src/corelib/arch/qatomic_i386.h"},{file="../../include/QtCore/../../src/corelib/thread/qbasicatomic.h"},{file="qtmain_win.cpp"},{file="debug/../Dialog.h"},{file="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qscopedpointer.h",fullname="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qscopedpointer.h"},{file="debug/moc_Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP\\debug/moc_Dialog.cpp"},{file="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/global/qglobal.h",fullname="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/global/qglobal.h"},{file="debug/moc_Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/debug/moc_Dialog.cpp"},{file="Dialog.cpp"},{file="ui_Dialog.h"},{file="c:/Qt/4.6.0-rc1/include/QtGui/../../src/gui/widgets/qplaintextedit.h",fullname="c:/Qt/4.6.0-rc1/include/QtGui/../../src/gui/widgets/qplaintextedit.h"},{file="c:/Qt/4.6.0-rc1/include/QtGui/../../src/gui/kernel/qwidget.h",fullname="c:/Qt/4.6.0-rc1/include/QtGui/../../src/gui/kernel/qwidget.h"},{file="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qsize.h",fullname="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qsize.h"},{file="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qstring.h",fullname="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qstring.h"},{file="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qchar.h",fullname="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qchar.h"},{file="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/arch/qatomic_i386.h",fullname="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/arch/qatomic_i386.h"},{file="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/global/qglobal.h",fullname="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/global/qglobal.h"},{file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp"},{file="main.cpp"},{file="Dialog.h"},{file="c:/Qt/4.6.0-rc1/include/QtGui/../../src/gui/kernel/qwidget.h",fullname="c:/Qt/4.6.0-rc1/include/QtGui/../../src/gui/kernel/qwidget.h"},{file="main.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/main.cpp"}]
>163^done,BreakpointTable={nr_rows="0",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[]}
<164-break-insert -f "\"Dialog.cpp\":24"
>164^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x004016a8",func="Dialog::download()",file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24",times="0"}
dALL COMMANDS DONE; INVOKING CALLBACK
dBREAKPOINTS SET, CONTINUING INFERIOR STARTUP
dState changed from InferiorStarting(6) to InferiorRunningRequested(8).
<165-exec-run
>165^running
dState changed from InferiorRunningRequested(8) to InferiorRunning(10).
sRunning...
dINFERIOR STARTED
sInferior started.
>~"[New thread 2260.0x11ec]\n"
dFOUND PID 2260
d02260
dDumper injection loading triggered (C:/Qt/4.6.0-rc1/qtc-debugging-helper/debug/gdbmacros.dll)...
s[New thread 2260.0x11ec]
>~"[New thread 2260.0x11b8]\n"
s[New thread 2260.0x11b8]
>&"warning: Lowest section in C:\\WINDOWS\\system32\\xpsp2res.dll is .rsrc at 00011000\n"
>~"[New thread 2260.0x175c]\n"
s[New thread 2260.0x175c]
>~"[New thread 2260.0x14c8]\n"
s[New thread 2260.0x14c8]
>~"Current language: auto; currently c++\n"
>165*stopped,reason="breakpoint-hit",bkptno="1",thread-id="1",frame={addr="0x004016a8",func="Dialog::download",args=[{name="this",value="0x22fe74"}],file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24"}
dState changed from InferiorRunning(10) to InferiorStopping(11).
dState changed from InferiorStopping(11) to InferiorStopped(13).
<166call (void*)qDumpObjectData440(1,166+1,0,0,0,0,0,0)
<167p (char*)&qDumpOutBuffer
<168p 4
>&"call (void*)qDumpObjectData440(1,166+1,0,0,0,0,0,0)\n"
>~"$1 = (void *) 0x624b2760\n"
>166^done
>&"p (char*)&qDumpOutBuffer\n"
>~"$2 = 0x624b2760 \"tdumpers=[\\\"QAbstractItem\\\",\\\"QAbstractItemModel\\\",\\\"QByteArray\\\",\\\"QChar\\\",\\\"QDateTime\\\",\\\"QDir\\\",\\\"QFile\\\",\\\"QFileInfo\\\",\\\"QHash\\\",\\\"QHashNode\\\",\\\"QLinkedList\\\",\\\"QList\\\",\\\"QLocale\\\",\\\"QMap\\\",\\\"QMapNode\\\",\\\"QModelIndex\\\",\\\"QObject\\\",\\\"QObjectMethodList\\\",\\\"QObjectProperty\\\",\\\"QObjectPropertyList\\\",\\\"QObjectSignal\\\",\\\"QObjectSignalList\\\",\\\"QObjectSlot\\\",\\\"QObjectSlotList\\\",\\\"QObjectChildList\\\",\\\"QPoint\\\",\\\"QPointF\\\",\\\"QRect\\\",\\\"QRectF\\\",\\\"QSet\\\",\\\"QStack\\\",\\\"QString\\\",\\\"QStringList\\\",\\\"QTextCodec\\\",\\\"QVariant\\\",\\\"QVariantList\\\",\\\"QVector\\\",\\\"QMultiMap\\\",\\\"QSharedPointer\\\",\\\"QWeakPointer\\\",\\\"QWidget\\\",\\\"basic_string\\\",\\\"list\\\",\\\"map\\\",\\\"set\\\",\\\"vector\\\",\\\"string\\\",\\\"wstring\\\",\\\"std::basic_string\\\",\\\"std::list\\\",\\\"std::map\\\",\\\"std::set\\\",\\\"std::string\\\",\\\"std::vector\\\",\\\"std::wstring\\\",],qtversion=[\\\"4\\\",\\\"6\\\",\\\"0\\\"],namespace=\\\"\\\",dumperversion=\\\"1.3\\\",sizes=[[\\\"1\\\",\\\"std::char_traits<unsigned short>\\\",\\\"std::char_traits<char>\\\",\\\"std::allocator\\\"],[\\\"4\\\",\\\"QPointer\\\",\\\"QSharedDataPointer\\\",\\\"std::wstring\\\",\\\"std::string\\\",\\\"wstring\\\",\\\"string\\\",\\\"QQueue<int>\\\",\\\"QVector<int>\\\",\\\"QLinkedList<int>\\\",\\\"QList<int>\\\",\\\"QStringList\\\",\\\"QString\\\",\\\"char*\\\",\\\"int\\\"],[\\\"8\\\",\\\"QWeakPointer\\\",\\\"QSharedPointer\\\",\\\"QObject\\\"],[\\\"16\\\",\\\"QMapNode<QString,QString>\\\",\\\"QMapNode<QString,int>\\\",\\\"QMapNode<int,QString>\\\",\\\"QMapNode<int,int>\\\"],[\\\"20\\\",\\\"QWidget\\\"],[\\\"32\\\",\\\"QMapNode<QString,QVariant>\\\",\\\"QMapNode<int,QVariant>\\\"]]\""
>~"\n"
>167^done
sDumper version 1.3, 55 custom dumpers found.
>&"p 4\n"
>~"$3 = 4"
>~"\n"
>168^done
<169info shared
<170-break-list
sStopped at breakpoint.
<171-stack-list-arguments 2 0 0
<172-stack-list-locals 2
<173-stack-list-frames 0 20
<174-thread-list-ids
>&"info shared\n"
>~"From To Syms Read Shared Object Library\n"
>~"0x7c901000 0x7c9b1eb8 Yes C:\\WINDOWS\\system32\\ntdll.dll\n"
>~"0x7c801000 0x7c8f5c84 Yes C:\\WINDOWS\\system32\\kernel32.dll\n"
>~"0x6a101000 0x6a3d7a20 Yes C:\\Qt\\4.6.0-rc1\\bin\\QtCored4.dll\n"
>~"0x77dd1000 0x77e6aaf8 Yes C:\\WINDOWS\\system32\\advapi32.dll\n"
>~"0x77e71000 0x77f01488 Yes C:\\WINDOWS\\system32\\rpcrt4.dll\n"
>~"0x77fe1000 0x77ff0884 Yes C:\\WINDOWS\\system32\\secur32.dll\n"
>~"0x6fbc1000 0x6fbc6078 Yes C:\\Qt\\mingw\\bin\\mingwm10.dll\n"
>~"0x77c11000 0x77c67d74 Yes C:\\WINDOWS\\system32\\msvcrt.dll\n"
>~"0x774e1000 0x7761c0d4 Yes C:\\WINDOWS\\system32\\ole32.dll\n"
>~"0x77f11000 0x77f58870 Yes C:\\WINDOWS\\system32\\gdi32.dll\n"
>~"0x7e411000 0x7e4a0de4 Yes C:\\WINDOWS\\system32\\user32.dll\n"
>~"0x71ab1000 0x71ac6dc8 Yes C:\\WINDOWS\\system32\\ws2_32.dll\n"
>~"0x71aa1000 0x71aa7320 Yes C:\\WINDOWS\\system32\\ws2help.dll\n"
>~"0x6e941000 0x6e94f630 Yes C:\\Qt\\mingw\\bin\\libgcc_s_dw2-1.dll\n"
>~"0x00631000 0x0119e9e0 Yes C:\\Qt\\4.6.0-rc1\\bin\\QtGuid4.dll\n"
>~"0x763b1000 0x763f84dc Yes C:\\WINDOWS\\system32\\comdlg32.dll\n"
>~"0x5d091000 0x5d129080 Yes C:\\WINDOWS\\system32\\comctl32.dll\n"
>~"0x7c9c1000 0x7d1d64c0 Yes C:\\WINDOWS\\system32\\shell32.dll\n"
>~"0x77f61000 0x77fd59d4 Yes C:\\WINDOWS\\system32\\shlwapi.dll\n"
>~"0x76391000 0x763acc6c Yes C:\\WINDOWS\\system32\\imm32.dll\n"
>~"0x77121000 0x771aa414 Yes C:\\WINDOWS\\system32\\oleaut32.dll\n"
>~"0x76b41000 0x76b6c8b4 Yes C:\\WINDOWS\\system32\\winmm.dll\n"
>~"0x73001000 0x7302551c Yes C:\\WINDOWS\\system32\\winspool.drv\n"
>~"0x68001000 0x68141314 Yes C:\\Qt\\4.6.0-rc1\\bin\\QtNetworkd4.dll\n"
>~"0x629c1000 0x629c828e Yes C:\\WINDOWS\\system32\\lpk.dll\n"
>~"0x74d91000 0x74dfa696 Yes C:\\WINDOWS\\system32\\usp10.dll\n"
>~"0x6fa01000 0x6fa34724 Yes C:\\PROGRA~1\\Sophos\\SOPHOS~1\\sophos_detoured.dll\n"
>~"0x76bf1000 0x76bfa3c4 Yes C:\\WINDOWS\\system32\\psapi.dll\n"
>~"0x773d1000 0x774d2e28 Yes C:\\WINDOWS\\WinSxS\\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\\comctl32.dll\n"
>~"0x09f81000 0x09f883ec Yes C:\\WINDOWS\\system32\\avaudio32.dll\n"
>~"0x62481000 0x625ad030 Yes C:\\Qt\\4.6.0-rc1\\qtc-debugging-helper\\debug\\gdbmacros.dll\n"
>~"0x5ad71000 0x5ada7990 Yes C:\\WINDOWS\\system32\\uxtheme.dll\n"
>~"0x74721000 0x7476bc4c Yes C:\\WINDOWS\\system32\\msctf.dll\n"
>~"0x10001000 0x100051a6 Yes C:\\Program Files\\Utimaco\\SafeGuard Easy\\SgMsgBhk.dll\n"
>~"0x755c1000 0x755edba0 Yes C:\\WINDOWS\\system32\\msctfime.ime\n"
>~"0x0a1a1000 0x0a464448 Yes C:\\WINDOWS\\system32\\xpsp2res.dll\n"
>169^done
>170^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x004016a8",func="Dialog::download()",file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24",times="1"}]}
>171^done,stack-args=[frame={level="0",args=[{name="this",type="class Dialog * const",value="0x22fe74"}]}]
>172^done,locals=[{name="reply",type="class QNetworkReply *",value="0x22bcd4"},{name="file",type="class QFile *",value="0xa0d9958"}]
>173^done,stack=[frame={level="0",addr="0x004016a8",func="Dialog::download",file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24"},frame={level="1",addr="0x00401bd9",func="Dialog::qt_metacall",file="debug/moc_Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/debug/moc_Dialog.cpp",line="75"},frame={level="2",addr="0x6a200e14",func="QMetaObject::metacall",file="kernel\\qmetaobject.cpp",line="237"},frame={level="3",addr="0x6a210c13",func="QMetaObject::activate",file="kernel\\qobject.cpp",line="3274"},frame={level="4",addr="0x00c2ff68",func="QAbstractButton::clicked",file="tmp\\moc\\debug_shared\\moc_qabstractbutton.cpp",line="206"},frame={level="5",addr="0x009a665f",func="QAbstractButtonPrivate::emitClicked",file="widgets\\qabstractbutton.cpp",line="546"},frame={level="6",addr="0x009a65dd",func="QAbstractButtonPrivate::click",file="widgets\\qabstractbutton.cpp",line="539"},frame={level="7",addr="0x009a7a61",func="QAbstractButton::mouseReleaseEvent",file="widgets\\qabstractbutton.cpp",line="1118"},frame={level="8",addr="0x0068c614",func="QWidget::event",file="kernel\\qwidget.cpp",line="7973"},frame={level="9",addr="0x009a7914",func="QAbstractButton::event",file="widgets\\qabstractbutton.cpp",line="1080"},frame={level="10",addr="0x00a44ee0",func="QPushButton::event",file="widgets\\qpushbutton.cpp",line="664"},frame={level="11",addr="0x00642252",func="QApplicationPrivate::notify_helper",file="kernel\\qapplication.cpp",line="4242"},frame={level="12",addr="0x006406ae",func="QApplication::notify",file="kernel\\qapplication.cpp",line="3822"},frame={level="13",addr="0x6a1fc512",func="QCoreApplication::notifyInternal",file="kernel\\qcoreapplication.cpp",line="704"},frame={level="14",addr="0x00c90b2e",func="QCoreApplication::sendSpontaneousEvent",file="../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h",line="218"},frame={level="15",addr="0x0063eee8",func="QApplicationPrivate::sendMouseEvent",file="kernel\\qapplication.cpp",line="2954"},frame={level="16",addr="0x006a7240",func="QETWidget::translateMouseEvent",file="kernel\\qapplication_win.cpp",line="3206"},frame={level="17",addr="0x006a24f7",func="QtWndProc at 16",file="kernel\\qapplication_win.cpp",line="1617"},frame={level="18",addr="0x7e418734",func="USER32!GetDC",from="C:\\WINDOWS\\system32\\user32.dll"},frame={level="19",addr="0x00e40608",func="QCss::PseudoClass_Selected",from="C:\\Qt\\4.6.0-rc1\\bin\\QtGuid4.dll"},frame={level="20",addr="0x00000202",func="??"}]
>174^done,thread-ids={thread-id="4",thread-id="3",thread-id="1"},number-of-threads="3"
<<Rebuild Watchmodel 13>
sFinished retrieving data.
<175-var-delete "tooltip.x"
<176-var-create "tooltip.x" * ""uploadProgress(%1, %2)"
>&"Variable object not found\n"
>175^error,msg="Variable object not found"
>176^error,msg="Problem parsing arguments: var-create "tooltip.x" * ""uploadProgress(%1, %2)""
<<Rebuild Watchmodel 14>
sFinished retrieving data.
<--- token barrier ---
dState changed from InferiorStopped(13) to InferiorRunningRequested(8).
sStep requested...
<177-exec-step
>177^running
dState changed from InferiorRunningRequested(8) to InferiorRunning(10).
sRunning...
>177*stopped,reason="end-stepping-range",thread-id="1",frame={addr="0x00406f16",func="QString",args=[{name="this",value="0x22bba0"},{name="ch",value="0x40ebd1 \"ftp://localhost/pub/test.exe\""}],file="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qstring.h",fullname="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qstring.h",line="413"}
dState changed from InferiorRunning(10) to InferiorStopping(11).
dState changed from InferiorStopping(11) to InferiorStopped(13).
<178-break-list
sStopped: "end-stepping-range"
<179-stack-list-arguments 2 0 0
<180-stack-list-locals 2
<181-stack-list-frames 0 20
<182-thread-list-ids
>178^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x004016a8",func="Dialog::download()",file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24",times="1"}]}
>179^done,stack-args=[frame={level="0",args=[{name="this",type="QString * const",value="0x22bba0"},{name="ch",type="const char *",value="0x40ebd1 \"ftp://localhost/pub/test.exe\""}]}]
>180^done,locals=[]
>181^done,stack=[frame={level="0",addr="0x00406f16",func="QString",file="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qstring.h",fullname="c:/Qt/4.6.0-rc1/include/QtCore/../../src/corelib/tools/qstring.h",line="413"},frame={level="1",addr="0x004016be",func="Dialog::download",file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24"},frame={level="2",addr="0x00401bd9",func="Dialog::qt_metacall",file="debug/moc_Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/debug/moc_Dialog.cpp",line="75"},frame={level="3",addr="0x6a200e14",func="QMetaObject::metacall",file="kernel\\qmetaobject.cpp",line="237"},frame={level="4",addr="0x6a210c13",func="QMetaObject::activate",file="kernel\\qobject.cpp",line="3274"},frame={level="5",addr="0x00c2ff68",func="QAbstractButton::clicked",file="tmp\\moc\\debug_shared\\moc_qabstractbutton.cpp",line="206"},frame={level="6",addr="0x009a665f",func="QAbstractButtonPrivate::emitClicked",file="widgets\\qabstractbutton.cpp",line="546"},frame={level="7",addr="0x009a65dd",func="QAbstractButtonPrivate::click",file="widgets\\qabstractbutton.cpp",line="539"},frame={level="8",addr="0x009a7a61",func="QAbstractButton::mouseReleaseEvent",file="widgets\\qabstractbutton.cpp",line="1118"},frame={level="9",addr="0x0068c614",func="QWidget::event",file="kernel\\qwidget.cpp",line="7973"},frame={level="10",addr="0x009a7914",func="QAbstractButton::event",file="widgets\\qabstractbutton.cpp",line="1080"},frame={level="11",addr="0x00a44ee0",func="QPushButton::event",file="widgets\\qpushbutton.cpp",line="664"},frame={level="12",addr="0x00642252",func="QApplicationPrivate::notify_helper",file="kernel\\qapplication.cpp",line="4242"},frame={level="13",addr="0x006406ae",func="QApplication::notify",file="kernel\\qapplication.cpp",line="3822"},frame={level="14",addr="0x6a1fc512",func="QCoreApplication::notifyInternal",file="kernel\\qcoreapplication.cpp",line="704"},frame={level="15",addr="0x00c90b2e",func="QCoreApplication::sendSpontaneousEvent",file="../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h",line="218"},frame={level="16",addr="0x0063eee8",func="QApplicationPrivate::sendMouseEvent",file="kernel\\qapplication.cpp",line="2954"},frame={level="17",addr="0x006a7240",func="QETWidget::translateMouseEvent",file="kernel\\qapplication_win.cpp",line="3206"},frame={level="18",addr="0x006a24f7",func="QtWndProc at 16",file="kernel\\qapplication_win.cpp",line="1617"},frame={level="19",addr="0x7e418734",func="USER32!GetDC",from="C:\\WINDOWS\\system32\\user32.dll"},frame={level="20",addr="0x00e40608",func="QCss::PseudoClass_Selected",from="C:\\Qt\\4.6.0-rc1\\bin\\QtGuid4.dll"}]
>182^done,thread-ids={thread-id="4",thread-id="3",thread-id="1"},number-of-threads="3"
<<Rebuild Watchmodel 15>
sFinished retrieving data.
<--- token barrier ---
dState changed from InferiorStopped(13) to InferiorRunningRequested(8).
sFinish function requested...
<183-exec-finish
>183^running
dState changed from InferiorRunningRequested(8) to InferiorRunning(10).
sRunning...
>183*stopped,reason="function-finished",thread-id="1",frame={addr="0x004016be",func="Dialog::download",args=[{name="this",value="0x22fe74"}],file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24"}
dState changed from InferiorRunning(10) to InferiorStopping(11).
dState changed from InferiorStopping(11) to InferiorStopped(13).
<184-break-list
sStopped: "function-finished"
<185-stack-list-arguments 2 0 0
<186-stack-list-locals 2
<187-stack-list-frames 0 20
<188-thread-list-ids
>184^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x004016a8",func="Dialog::download()",file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24",times="1"}]}
>185^done,stack-args=[frame={level="0",args=[{name="this",type="class Dialog * const",value="0x22fe74"}]}]
>186^done,locals=[{name="reply",type="class QNetworkReply *",value="0x22bcd4"},{name="file",type="class QFile *",value="0xa0d9958"}]
>187^done,stack=[frame={level="0",addr="0x004016be",func="Dialog::download",file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24"},frame={level="1",addr="0x00401bd9",func="Dialog::qt_metacall",file="debug/moc_Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/debug/moc_Dialog.cpp",line="75"},frame={level="2",addr="0x6a200e14",func="QMetaObject::metacall",file="kernel\\qmetaobject.cpp",line="237"},frame={level="3",addr="0x6a210c13",func="QMetaObject::activate",file="kernel\\qobject.cpp",line="3274"},frame={level="4",addr="0x00c2ff68",func="QAbstractButton::clicked",file="tmp\\moc\\debug_shared\\moc_qabstractbutton.cpp",line="206"},frame={level="5",addr="0x009a665f",func="QAbstractButtonPrivate::emitClicked",file="widgets\\qabstractbutton.cpp",line="546"},frame={level="6",addr="0x009a65dd",func="QAbstractButtonPrivate::click",file="widgets\\qabstractbutton.cpp",line="539"},frame={level="7",addr="0x009a7a61",func="QAbstractButton::mouseReleaseEvent",file="widgets\\qabstractbutton.cpp",line="1118"},frame={level="8",addr="0x0068c614",func="QWidget::event",file="kernel\\qwidget.cpp",line="7973"},frame={level="9",addr="0x009a7914",func="QAbstractButton::event",file="widgets\\qabstractbutton.cpp",line="1080"},frame={level="10",addr="0x00a44ee0",func="QPushButton::event",file="widgets\\qpushbutton.cpp",line="664"},frame={level="11",addr="0x00642252",func="QApplicationPrivate::notify_helper",file="kernel\\qapplication.cpp",line="4242"},frame={level="12",addr="0x006406ae",func="QApplication::notify",file="kernel\\qapplication.cpp",line="3822"},frame={level="13",addr="0x6a1fc512",func="QCoreApplication::notifyInternal",file="kernel\\qcoreapplication.cpp",line="704"},frame={level="14",addr="0x00c90b2e",func="QCoreApplication::sendSpontaneousEvent",file="../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h",line="218"},frame={level="15",addr="0x0063eee8",func="QApplicationPrivate::sendMouseEvent",file="kernel\\qapplication.cpp",line="2954"},frame={level="16",addr="0x006a7240",func="QETWidget::translateMouseEvent",file="kernel\\qapplication_win.cpp",line="3206"},frame={level="17",addr="0x006a24f7",func="QtWndProc at 16",file="kernel\\qapplication_win.cpp",line="1617"},frame={level="18",addr="0x7e418734",func="USER32!GetDC",from="C:\\WINDOWS\\system32\\user32.dll"},frame={level="19",addr="0x00e40608",func="QCss::PseudoClass_Selected",from="C:\\Qt\\4.6.0-rc1\\bin\\QtGuid4.dll"},frame={level="20",addr="0x00000202",func="??"}]
>188^done,thread-ids={thread-id="4",thread-id="3",thread-id="1"},number-of-threads="3"
<<Rebuild Watchmodel 16>
sFinished retrieving data.
<--- token barrier ---
dState changed from InferiorStopped(13) to InferiorRunningRequested(8).
sStep requested...
<189-exec-step
>189^running
dState changed from InferiorRunningRequested(8) to InferiorRunning(10).
sRunning...
>189*stopped,reason="end-stepping-range",thread-id="1",frame={addr="0x6a1c3245",func="QUrl",args=[{name="this",value="0x22bb9c"},{name="url",value="@0x22bba0"}],file="io\\qurl.cpp",line="4073"}
dState changed from InferiorRunning(10) to InferiorStopping(11).
dState changed from InferiorStopping(11) to InferiorStopped(13).
<190-break-list
sStopped: "end-stepping-range"
<191-data-disassemble -f io\qurl.cpp -l 4073 -n -1 -- 1
<192-stack-list-arguments 2 0 0
<193-stack-list-locals 2
<194-stack-list-frames 0 20
<195-thread-list-ids
>190^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x004016a8",func="Dialog::download()",file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24",times="1"}]}
>191^done,asm_insns=[src_and_asm_line={line="4073",file="io\\qurl.cpp",line_asm_insn=[{address="0x6a1c31ee",func-name="QUrl",offset="0",inst="push %ebp"},{address="0x6a1c31ef",func-name="QUrl",offset="1",inst="mov %esp,%ebp"},{address="0x6a1c31f1",func-name="QUrl",offset="3",inst="push %ebx"},{address="0x6a1c31f2",func-name="QUrl",offset="4",inst="sub $0x14,%esp"},{address="0x6a1c31f5",func-name="QUrl",offset="7",inst="movl $0x58,(%esp)"},{address="0x6a1c31fc",func-name="QUrl",offset="14",inst="call 0x6a2b1d60 <_Znwj>"},{address="0x6a1c3201",func-name="QUrl",offset="19",inst="mov %eax,%ebx"},{address="0x6a1c3203",func-name="QUrl",offset="21",inst="mov %ebx,%eax"},{address="0x6a1c3205",func-name="QUrl",offset="23",inst="mov %eax,(%esp)"},{address="0x6a1c3208",func-name="QUrl",offset="26",inst="call 0x6a1bfdee <QUrlPrivate>"},{address="0x6a1c320d",func-name="QUrl",offset="31",inst="mov %ebx,%edx"},{address="0x6a1c320f",func-name="QUrl",offset="33",inst="mov 0x8(%ebp),%eax"},{address="0x6a1c3212",func-name="QUrl",offset="36",inst="mov %edx,(%eax)"}]},src_and_asm_line={line="4074",file="io\\qurl.cpp",line_asm_insn=[]},src_and_asm_line={line="4075",file="io\\qurl.cpp",line_asm_insn=[{address="0x6a1c3214",func-name="QUrl",offset="38",inst="mov 0xc(%ebp),%eax"},{address="0x6a1c3217",func-name="QUrl",offset="41",inst="mov %eax,(%esp)"},{address="0x6a1c321a",func-name="QUrl",offset="44",inst="call 0x6a2aeb84 <_ZNK7QString7isEmptyEv>"},{address="0x6a1c321f",func-name="QUrl",offset="49",inst="xor $0x1,%eax"},{address="0x6a1c3222",func-name="QUrl",offset="52",inst="test %al,%al"},{address="0x6a1c3224",func-name="QUrl",offset="54",inst="je 0x6a1c3238 <QUrl+74>"}]},src_and_asm_line={line="4076",file="io\\qurl.cpp",line_asm_insn=[{address="0x6a1c3226",func-name="QUrl",offset="56",inst="mov 0xc(%ebp),%eax"},{address="0x6a1c3229",func-name="QUrl",offset="59",inst="mov %eax,0x4(%esp)"},{address="0x6a1c322d",func-name="QUrl",offset="63",inst="mov 0x8(%ebp),%eax"},{address="0x6a1c3230",func-name="QUrl",offset="66",inst="mov %eax,(%esp)"},{address="0x6a1c3233",func-name="QUrl",offset="69",inst="call 0x6a1c3608 <_ZN4QUrl6setUrlERK7QString>"}]},src_and_asm_line={line="4077",file="io\\qurl.cpp",line_asm_insn=[{address="0x6a1c3238",func-name="QUrl",offset="74",inst="add $0x14,%esp"},{address="0x6a1c323b",func-name="QUrl",offset="77",inst="pop %ebx"},{address="0x6a1c323c",func-name="QUrl",offset="78",inst="leave "},{address="0x6a1c323d",func-name="QUrl",offset="79",inst="ret "}]}]
>192^done,stack-args=[frame={level="0",args=[{name="this",type="QUrl * const",value="0x22bb9c"},{name="url",type="const QString &",value="@0x22bba0: {d = 0x3f5d38}"}]}]
>193^done,locals=[]
>194^done,stack=[frame={level="0",addr="0x6a1c3245",func="QUrl",file="io\\qurl.cpp",line="4073"},frame={level="1",addr="0x004016d2",func="Dialog::download",file="Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/Dialog.cpp",line="24"},frame={level="2",addr="0x00401bd9",func="Dialog::qt_metacall",file="debug/moc_Dialog.cpp",fullname="C:\\Documents and Settings\\Robert Caldecott\\Desktop\\Projects\\FTP/debug/moc_Dialog.cpp",line="75"},frame={level="3",addr="0x6a200e14",func="QMetaObject::metacall",file="kernel\\qmetaobject.cpp",line="237"},frame={level="4",addr="0x6a210c13",func="QMetaObject::activate",file="kernel\\qobject.cpp",line="3274"},frame={level="5",addr="0x00c2ff68",func="QAbstractButton::clicked",file="tmp\\moc\\debug_shared\\moc_qabstractbutton.cpp",line="206"},frame={level="6",addr="0x009a665f",func="QAbstractButtonPrivate::emitClicked",file="widgets\\qabstractbutton.cpp",line="546"},frame={level="7",addr="0x009a65dd",func="QAbstractButtonPrivate::click",file="widgets\\qabstractbutton.cpp",line="539"},frame={level="8",addr="0x009a7a61",func="QAbstractButton::mouseReleaseEvent",file="widgets\\qabstractbutton.cpp",line="1118"},frame={level="9",addr="0x0068c614",func="QWidget::event",file="kernel\\qwidget.cpp",line="7973"},frame={level="10",addr="0x009a7914",func="QAbstractButton::event",file="widgets\\qabstractbutton.cpp",line="1080"},frame={level="11",addr="0x00a44ee0",func="QPushButton::event",file="widgets\\qpushbutton.cpp",line="664"},frame={level="12",addr="0x00642252",func="QApplicationPrivate::notify_helper",file="kernel\\qapplication.cpp",line="4242"},frame={level="13",addr="0x006406ae",func="QApplication::notify",file="kernel\\qapplication.cpp",line="3822"},frame={level="14",addr="0x6a1fc512",func="QCoreApplication::notifyInternal",file="kernel\\qcoreapplication.cpp",line="704"},frame={level="15",addr="0x00c90b2e",func="QCoreApplication::sendSpontaneousEvent",file="../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h",line="218"},frame={level="16",addr="0x0063eee8",func="QApplicationPrivate::sendMouseEvent",file="kernel\\qapplication.cpp",line="2954"},frame={level="17",addr="0x006a7240",func="QETWidget::translateMouseEvent",file="kernel\\qapplication_win.cpp",line="3206"},frame={level="18",addr="0x006a24f7",func="QtWndProc at 16",file="kernel\\qapplication_win.cpp",line="1617"},frame={level="19",addr="0x7e418734",func="USER32!GetDC",from="C:\\WINDOWS\\system32\\user32.dll"},frame={level="20",addr="0x00e40608",func="QCss::PseudoClass_Selected",from="C:\\Qt\\4.6.0-rc1\\bin\\QtGuid4.dll"}]
>195^done,thread-ids={thread-id="4",thread-id="3",thread-id="1"},number-of-threads="3"
<QString!local.url!url!!local.url!!
<196set {char[34]} &qDumpInBuffer = {81,83,116,114,105,110,103,0,108,111,99,97,108,46,117,114,108,0,117,114,108,0,0,108,111,99,97,108,46,117,114,108,0,0}
<197set {char[1]} &qDumpOutBuffer = {0}
<198call (void*)qDumpObjectData440(2,198+1,&(url),0,0,0,0,0)
sRetrieving data for watch view (3 requests pending)...
<199p (char*)&qDumpOutBuffer
>&"set {char[34]} &qDumpInBuffer = {81,83,116,114,105,110,103,0,108,111,99,97,108,46,117,114,108,0,117,114,108,0,0,108,111,99,97,108,46,117,114,108,0,0}\n"
>196^done
>&"set {char[1]} &qDumpOutBuffer = {0}\n"
>197^done
>&"call (void*)qDumpObjectData440(2,198+1,&(url),0,0,0,0,0)\n"
>~"$4 = (void *) 0x624b2760\n"
>198^done
>&"p (char*)&qDumpOutBuffer\n"
>~"$5 = 0x624b2760 \"tiname=\\\"local.url\\\",addr=\\\"0x22bba0\\\",value=\\\"ZgB0AHAAOgAvAC8AbABvAGMAYQBsAGgAbwBzAHQALwBwAHUAYgAvAHQAZQBzAHQALgBlAHgAZQA=\\\",valueencoded=\\\"2\\\",type=\\\"QString\\\",numchild=\\\"0\\\"\""
>~"\n"
>199^done
<<Rebuild Watchmodel 17>
sFinished retrieving data.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debug.png
Type: image/png
Size: 91965 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20091127/71962046/attachment.png
More information about the Qt-creator-old
mailing list