[Qt-creator] On windows QtCreator 2.7 does not load local & expressions data automatically

Abir Basak abirbasak at gmail.com
Wed May 15 07:00:27 CEST 2013


On Tue, May 14, 2013 at 6:20 PM, Poenitz Andre <Andre.Poenitz at digia.com>wrote:

> Hi.
>
> There seem to be attempt to set strange breakpoints:
>
> These two (probably intentional, coming from 'Startup commands' settings?)
> > 103b _wassert
> > b _assert
>

Yes. They are from additional startup commands. I removed them to check
again. But the problem persists.


> and these:
> > 110-break-insert "\"\":0"
> > 111-break-insert "\"\":0"
> > 112-break-insert "\"\":0"
> > 113-break-insert "\"\":0"
> > [...]
> > 120-break-insert -f abort
>

The abort break is there when I checked "Stop when abort() is called". For
the other break-insert, I have no idea from where they came from. Without
them , the problem persists.


> I'd try to remove them first to limit sources of surprise.
>
> Maybe you could attach also the output part of the Log (right hand side),
> so we
> can perhaps see what kind of output led to the 'bb' command not being send.
>
> I am posting both left and right side of the log for QtC 2.7.
The compiler used is mingw w64 2.7.2, x86 version build by rubenvb, and the
debugger is gdb  GNU gdb (rubenvb-4.7.2-release) 7.5.50.20120920-cvs
(which works with QtC 2.6.2 and before, and does not work with QtC 2.7.0
and all daily builds after).
I will be able to provide any more information if you need.

Thanks

Log (Left Pane)
-------------------------------------------------

95show version
96show debug-file-directory
97set print object on
98set breakpoint pending on
99set print elements 10000
100set overload-resolution off
101handle SIGSEGV nopass stop print
102set unwindonsignal on
103set width 0
104set height 0
105-interpreter-exec console "set remotecache on"
106-interpreter-exec console "maintenance set internal-warning quit no"
107-interpreter-exec console "maintenance set internal-error quit no"
108-interpreter-exec console "disassemble 0 0"
109set substitute-path C:/iwmake/build_mingw_opensource
C:/Qt/Desktop/482/mingw32
110set substitute-path C:/ndk_buildrepos/qt-desktop/src
C:/Qt/Desktop/482/mingw32
111set substitute-path Q:/qt5_workdir/w/s C:/Qt/Desktop/482/mingw32
112-interpreter-exec console "set auto-solib-add on"
113-interpreter-exec console "python print 43"
114-interpreter-exec console "pwd"
115-interpreter-exec console "set target-async off"
116-interpreter-exec console "set build-id-verbose 2"
117attach 6956
118-break-insert "\"main.cpp\":27"
119info line *0x401c45
120maint print msymbols C:/Users/abir/AppData/Local/Temp/gdb_ns_.KF7452
121-exec-continue
122-interpreter-exec console "python
execfile('C:/Qt/qtcreator-2.7.0/share/qtcreator/dumper/bridge.py')"
123-interpreter-exec console "python
execfile('C:/Qt/qtcreator-2.7.0/share/qtcreator/dumper/dumper.py')"
124-interpreter-exec console "python
execfile('C:/Qt/qtcreator-2.7.0/share/qtcreator/dumper/qttypes.py')"
125-interpreter-exec console "python qqStringCutOff = 10000"
126-interpreter-exec console "bbsetup"
--- token barrier ---
127-exec-next
--- token barrier ---
128-exec-next

 log (right Pane)
---------------------------------------------------------------------

sStarting debugger "GdbEngine" for ABI "x86-windows-msys-pe-32bit"...
dStart parameters: 'trial' mode: 1
dABI: x86-windows-msys-pe-32bit
dLanguages: c++
dExecutable: E:\build-trial-Desktop-Debug\debug\trial  [terminal]
dDirectory: E:\build-trial-Desktop-Debug
dDebugger: E:\lib\mingw\win32-gcc4.7.2\bin\gdb.exe
dProject: E:\trial (built: E:\build-trial-Desktop-Debug)
dQML server: 127.0.0.1:3768
dRemote: :0
dSysroot:
dDebug Source Location:
dSymbol file:
dDumper libraries:  C:\Qt\Desktop\482\mingw32\qtc-debugging-helper\
C:\Qt\qtcreator-2.7.0\qtc-debugging-helper\138875010\
C:\Users\abir\AppData\Local\QtProject\QtCreator\qtc-debugging-helper\138875010\
dDebugger settings:
dUseAlternatingRowColours: false  (default: false)
dFontSizeFollowsEditor: false  (default: false)
dUseMessageBoxForSignals: true  (default: true)
dAutoQuit: false  (default: false)
dLogTimeStamps: false  (default: false)
dVerboseLog: false  (default: false)
dCloseBuffersOnExit: false  (default: false)
dSwitchModeOnExit: false  (default: false)
dBreakpointsFullPath: false  (default: false)
dRaiseOnInterrupt: true  (default: true)
dUseDebuggingHelper: true  (default: true)
dUseCodeModel: true  (default: true)
dShowThreadNames: false  (default: false)
dUseToolTips: false  (default: false)
dUseToolTipsInLocalsView: false  (default: false)
dUseToolTipsInBreakpointsView: false  (default: false)
dUseAddressInBreakpointsView: false  (default: false)
dUseAddressInStackView: false  (default: false)
dRegisterForPostMortem: false  (default: false)
dLoadGdbInit: true  (default: true)
dAttemptQuickStart: false  (default: false)
dGdbStartupCommands:   (default: )
dGdbPostAttachCommands:   (default: )
dWatchdogTimeout: 20  (default: 20)
dAutoEnrichParameters: true  (default: true)
dUseDynamicType: true  (default: true)
dTargetAsync: false  (default: false)
dWarnOnReleaseBuilds: true  (default: true)
dMultiInferior: false  (default: false)
dIntelFlavor: false  (default: false)
dMaximalStackDepth: 20  (default: 20)
dAlwaysAdjustStackColumnWidths: false  (default: false)
dShowStandardNamespace: true  (default: true)
dShowQtNamespace: true  (default: true)
dSortStructMembers: true  (default: true)
dAutoDerefPointers: true  (default: true)
dAlwaysAdjustLocalsColumnWidths: false  (default: false)
dMaximalStringLength: 10000  (default: 10000)
dListSourceFiles: false  (default: false)
dSkipKnownFrames: false  (default: false)
dEnableReverseDebugging: false  (default: false)
dAllPluginBreakpoints: true  (default: true)
dSelectedPluginBreakpoints: false  (default: false)
dAdjustBreakpointLocations: true  (default: true)
dAlwaysAdjustBreakpointsColumnWidths: false  (default: false)
dNoPluginBreakpoints: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dBreakOnThrow: false  (default: false)
dBreakOnCatch: false  (default: false)
dBreakOnWarning: false  (default: false)
dBreakOnFatal: false  (default: false)
dBreakOnAbort: false  (default: false)
dAlwaysAdjustRegistersColumnWidths: false  (default: false)
dAlwaysAdjustSnapshotsColumnWidths: false  (default: false)
dAlwaysAdjustThreadsColumnWidths: false  (default: false)
dAlwaysAdjustModulesColumnWidths: false  (default: false)
dShowQmlObjectTree: true  (default: true)
dQmlInspector.ShowAppOnTop: false  (default: false)
dQmlInspector.FromQml: false  (default: false)
dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
dQUEUE: SETUP ENGINE
dCALL: SETUP ENGINE
dTRYING TO START ADAPTER
dENABLING TEST CASE: 0
dSTARTING E:\lib\mingw\win32-gcc4.7.2\bin\gdb.exe -i mi
dGDB STARTED, INITIALIZING IT
<95show version
<96show debug-file-directory
<97set print object on
<98set breakpoint pending on
<99set print elements 10000
<100set overload-resolution off
<101handle SIGSEGV nopass stop print
<102set unwindonsignal on
<103set width 0
<104set height 0
<105-interpreter-exec console "set remotecache on"
<106-interpreter-exec console "maintenance set internal-warning quit no"
<107-interpreter-exec console "maintenance set internal-error quit no"
dTHE FOLLOWING COMMAND CHECKS AVAILABLE FEATURES. AN ERROR IS EXPECTED.
<108-interpreter-exec console "disassemble 0 0"
dEXAMINING E:/build-trial-Desktop-Debug/debug/trial
dELF SECTIONS:
dNO SECTION HEADERS FOUND. IS THIS AN EXECUTABLE?
sSetting up inferior...
<109set substitute-path C:/iwmake/build_mingw_opensource
C:/Qt/Desktop/482/mingw32
<110set substitute-path C:/ndk_buildrepos/qt-desktop/src
C:/Qt/Desktop/482/mingw32
<111set substitute-path Q:/qt5_workdir/w/s C:/Qt/Desktop/482/mingw32
<112-interpreter-exec console "set auto-solib-add on"
<113-interpreter-exec console "python print 43"
<114-interpreter-exec console "pwd"
>=thread-group-added,id="i1"
>~"GNU gdb (rubenvb-4.7.2-release) 7.5.50.20120920-cvs\n"
>~"Copyright (C) 2012 Free Software Foundation, Inc.\n"
>~"License 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.\n"
>~"This GDB was configured as \"i686-w64-mingw32\".\nFor bug reporting
instructions, please see:\n"
>~"<mingw-w64-public at lists.sourceforge.net>.\n"


>&"show version\n"
>~"GNU gdb (rubenvb-4.7.2-release) 7.5.50.20120920-cvs\n"
>~"Copyright (C) 2012 Free Software Foundation, Inc.\n"
>~"License 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.\n"
>~"This GDB was configured as \"i686-w64-mingw32\".\nFor bug reporting
instructions, please see:\n"
>~"<mingw-w64-public at lists.sourceforge.net>.\n"
>95^done
dPARSING VERSION: 95^done
dUNSUPPORTED GDB VERSION GNU gdb (rubenvb-4.7.2-release) 7.5.50.20120920-cvs
dCopyright (C) 2012 Free Software Foundation, Inc.
dLicense GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
dThis is free software: you are free to change and redistribute it.
dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
dand "show warranty" for details.
dThis GDB was configured as "i686-w64-mingw32".
dFor bug reporting instructions, please see:
d<mingw-w64-public at lists.sourceforge.net>.
dGNU gdb (rubenvb-4.7.2-release) 7.5.50.20120920-cvs
dCopyright (C) 2012 Free Software Foundation, Inc.
dLicense GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
dThis is free software: you are free to change and redistribute it.
dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
dand "show warranty" for details.
dThis GDB was configured as "i686-w64-mingw32".
dFor bug reporting instructions, please see:
d<mingw-w64-public at lists.sourceforge.net>.
dUSING GDB VERSION: 40702, BUILD: 7
<115-interpreter-exec console "set target-async off"
<116-interpreter-exec console "set build-id-verbose 2"

>&"show debug-file-directory\n"
>~"The directory where separate debug symbols are searched for is
\"c:\\home\\ruben\\mingw-w64\\mingw32mingw32\\mingw32\\lib\\debug\".\n"
>96^done

>&"set print object on\n"
>=cmd-param-changed,param="print object",value="on"
>97^done

>&"set breakpoint pending on\n"
>=cmd-param-changed,param="breakpoint pending",value="on"
>98^done

>&"set print elements 10000\n"
>=cmd-param-changed,param="print elements",value="10000"
>99^done

>&"set overload-resolution off\n"
>=cmd-param-changed,param="overload-resolution",value="off"
>100^done

>&"handle SIGSEGV nopass stop print\n"
>~"Signal        Stop\tPrint\tPass to program\tDescription\n"
>~"SIGSEGV       Yes\tYes\tNo\t\tSegmentation fault\n"
>101^done

>&"set unwindonsignal on\n"
>=cmd-param-changed,param="unwindonsignal",value="on"
>102^done

>&"set width 0\n"
>=cmd-param-changed,param="width",value="4294967295"
>103^done

>&"set height 0\n"
>104^done

>=cmd-param-changed,param="remotecache",value="on"
>105^done

>106^done

>107^done

>&"A syntax error in expression, near `0'.\n"
>108^error,msg="A syntax error in expression, near `0'."

>&"set substitute-path C:/iwmake/build_mingw_opensource
C:/Qt/Desktop/482/mingw32\n"
>109^done

>&"set substitute-path C:/ndk_buildrepos/qt-desktop/src
C:/Qt/Desktop/482/mingw32\n"
>110^done

>&"set substitute-path Q:/qt5_workdir/w/s C:/Qt/Desktop/482/mingw32\n"
>111^done

>112^done

>~"43\n"
>113^done

>~"Working directory C:\\Users\\abir.\n"
>114^done
dENGINE SUCCESSFULLY STARTED
dNOTE: ENGINE SETUP OK
dState changed from EngineSetupRequested(1) to EngineSetupOk(3) [master]
dQUEUE: SETUP INFERIOR
dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master]
dQUEUE: SETUP INFERIOR

dCALL: SETUP INFERIOR
 Attaching to 6956 (4432)
dTaking notice of pid 6956
<117attach 6956

>115^done

>&"No symbol table is loaded.  Use the \"file\" command.\n"
>116^error,msg="No symbol table is loaded.  Use the \"file\" command."

>&"attach 6956\n"
>~"Attaching to process 6956\n"
>=thread-group-started,id="i1",pid="6956"
sThread group i1 created
>=thread-created,id="1",group-id="i1"
sThread 1 created
>~"[New Thread 6956.0x1150]\n"
s[New Thread 6956.0x1150]
>117^running
 Inferior attached, thread 4432 resumed
sSetting breakpoints...
dSetting breakpoints...
dATTEMPT BREAKPOINT SYNCHRONIZATION
dTAKING OWNERSHIP OF BREAKPOINT 1 IN STATE 0
<118-break-insert "\"main.cpp\":27"
dBREAKPOINTS ARE NOT FULLY SYNCHRONIZED
>*running,thread-id="all"
dNOTE: INFERIOR STILL RUNNING IN STATE InferiorSetupRequested.

>=thread-created,id="2",group-id="i1"
sThread 2 created
>~"[New Thread 6956.0x12b8]\n"
s[New Thread 6956.0x12b8]
>*running,thread-id="all"
dNOTE: INFERIOR STILL RUNNING IN STATE InferiorSetupRequested.
>~"Reading symbols from E:\\build-trial-Desktop-Debug\\debug\\trial.exe..."
sReading E:\build-trial-Desktop-Debug\debug\trial.exe......
>~"done.\n"
>=library-loaded,id="C:\\Windows\\system32\\ntdll.dll",target-name="C:\\Windows\\system32\\ntdll.dll",host-name="C:\\Windows\\system32\\ntdll.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\ntdll.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\kernel32.dll",target-name="C:\\Windows\\syswow64\\kernel32.dll",host-name="C:\\Windows\\syswow64\\kernel32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\kernel32.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\KernelBase.dll",target-name="C:\\Windows\\syswow64\\KernelBase.dll",host-name="C:\\Windows\\syswow64\\KernelBase.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\KernelBase.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\msvcrt.dll",target-name="C:\\Windows\\syswow64\\msvcrt.dll",host-name="C:\\Windows\\syswow64\\msvcrt.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\msvcrt.dll loaded
>=library-loaded,id="E:\\lib\\mingw\\win32-gcc4.7.2\\bin\\libgcc_s_sjlj-1.dll",target-name="E:\\lib\\mingw\\win32-gcc4.7.2\\bin\\libgcc_s_sjlj-1.dll",host-name="E:\\lib\\mingw\\win32-gcc4.7.2\\bin\\libgcc_s_sjlj-1.dll",symbols-loaded="0",thread-group="i1"
sLibrary E:\lib\mingw\win32-gcc4.7.2\bin\libgcc_s_sjlj-1.dll loaded
>=library-loaded,id="E:\\lib\\mingw\\win32-gcc4.7.2\\bin\\libstdc++-6.dll",target-name="E:\\lib\\mingw\\win32-gcc4.7.2\\bin\\libstdc++-6.dll",host-name="E:\\lib\\mingw\\win32-gcc4.7.2\\bin\\libstdc++-6.dll",symbols-loaded="0",thread-group="i1"
sLibrary E:\lib\mingw\win32-gcc4.7.2\bin\libstdc++-6.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\user32.dll",target-name="C:\\Windows\\syswow64\\user32.dll",host-name="C:\\Windows\\syswow64\\user32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\user32.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\gdi32.dll",target-name="C:\\Windows\\syswow64\\gdi32.dll",host-name="C:\\Windows\\syswow64\\gdi32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\gdi32.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\lpk.dll",target-name="C:\\Windows\\syswow64\\lpk.dll",host-name="C:\\Windows\\syswow64\\lpk.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\lpk.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\usp10.dll",target-name="C:\\Windows\\syswow64\\usp10.dll",host-name="C:\\Windows\\syswow64\\usp10.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\usp10.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\advapi32.dll",target-name="C:\\Windows\\syswow64\\advapi32.dll",host-name="C:\\Windows\\syswow64\\advapi32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\advapi32.dll loaded
>=library-loaded,id="C:\\Windows\\SysWOW64\\sechost.dll",target-name="C:\\Windows\\SysWOW64\\sechost.dll",host-name="C:\\Windows\\SysWOW64\\sechost.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\SysWOW64\sechost.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\rpcrt4.dll",target-name="C:\\Windows\\syswow64\\rpcrt4.dll",host-name="C:\\Windows\\syswow64\\rpcrt4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\rpcrt4.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\sspicli.dll",target-name="C:\\Windows\\syswow64\\sspicli.dll",host-name="C:\\Windows\\syswow64\\sspicli.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\sspicli.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\cryptbase.dll",target-name="C:\\Windows\\syswow64\\cryptbase.dll",host-name="C:\\Windows\\syswow64\\cryptbase.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\cryptbase.dll loaded
>*stopped
 IGNORING TERMINAL SIGTRAP

dATTEMPT SYNC
dATTEMPT BREAKPOINT SYNCHRONIZATION
dBREAKPOINTS ARE NOT FULLY SYNCHRONIZED

>118^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00401c45",func="main(int,
char
const**)",file="../trial/src/main.cpp",fullname="E:\\trial\\src\\main.cpp",line="27",times="0",original-location="main.cpp:27"}
<119info line *0x401c45


>&"info line *0x401c45\n"
>~"Line 27 of \"../trial/src/main.cpp\" starts at address 0x401c45
<main(int, char const**)+14> and ends at 0x401c4d <main(int, char
const**)+22>.\n"
>119^done
dATTEMPT BREAKPOINT SYNCHRONIZATION
dBREAKPOINTS ARE SYNCHRONIZED
dALL COMMANDS DONE; INVOKING CALLBACK
<120maint print msymbols C:/Users/abir/AppData/Local/Temp/gdb_ns_.KF7452


>&"maint print msymbols C:/Users/abir/AppData/Local/Temp/gdb_ns_.KF7452\n"
>120^done
dFOUND NON-NAMESPACED QT
dNOTE: INFERIOR SETUP OK
dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master]
dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master]
dQUEUE: RUN ENGINE

dCALL: RUN ENGINE
dNOTE: ENGINE RUN AND INFERIOR STOP OK
sStopped.
dState changed from EngineRunRequested(7) to InferiorStopOk(14) [master]
dNOTE: INFERIOR RUN REQUESTED
sRun requested...
dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master]
sRunning requested...
<121-exec-continue

>121^running
dNOTE: INFERIOR RUN OK
sRunning.
dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master]
>*running,thread-id="all"
dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk.

>=library-loaded,id="C:\\Windows\\SysWOW64\\imm32.dll",target-name="C:\\Windows\\SysWOW64\\imm32.dll",host-name="C:\\Windows\\SysWOW64\\imm32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\SysWOW64\imm32.dll loaded
>=library-loaded,id="C:\\Windows\\syswow64\\msctf.dll",target-name="C:\\Windows\\syswow64\\msctf.dll",host-name="C:\\Windows\\syswow64\\msctf.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\syswow64\msctf.dll loaded
>=thread-exited,id="2",group-id="i1"
sThread 2 in group i1 exited
>=breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00401c45",func="main(int,
char
const**)",file="../trial/src/main.cpp",fullname="E:\\\\trial\\\\src\\\\main.cpp",line="27",times="1",original-location="main.cpp:27"}
>~"[Switching to Thread 6956.0x1150]\n"
>*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame={addr="0x00401c45",func="main",args=[{name="argc",value="1"},{name="argv",value="0xba1948"}],file="../trial/src/main.cpp",fullname="E:\\trial\\src\\main.cpp",line="27"},thread-id="1",stopped-threads="all"
<122-interpreter-exec console "python
execfile('C:/Qt/qtcreator-2.7.0/share/qtcreator/dumper/bridge.py')"
<123-interpreter-exec console "python
execfile('C:/Qt/qtcreator-2.7.0/share/qtcreator/dumper/dumper.py')"
<124-interpreter-exec console "python
execfile('C:/Qt/qtcreator-2.7.0/share/qtcreator/dumper/qttypes.py')"
<125-interpreter-exec console "python qqStringCutOff = 10000"
<126-interpreter-exec console "bbsetup"
dNOTE: INFERIOR SPONTANEOUS STOP
sStopped.
dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
sStopped at breakpoint 1 (1) in thread 1.
>=thread-selected,id="1"
sThread 1 selected


>122^done

>123^done

>124^done

>125^done

>~"dumpers=[{type=\"Core__Id\",formats=\"\"},{type=\"CPlusPlus__Identifier\",formats=\"\"},{type=\"std__stack\",formats=\"\"},{type=\"QDir\",formats=\"\"},{type=\"QSharedData\",formats=\"\"},{type=\"Debugger__Internal__GdbMi\",formats=\"\"},{type=\"Utils__FileName\",formats=\"\"},{type=\"std__deque\",formats=\"\"},{type=\"QFixed\",formats=\"\"},{type=\"boost__posix_time__ptime\",formats=\"\"},{type=\"QPoint\",formats=\"\"},{type=\"QMultiMap\",formats=\"Normal,Compact\"},{type=\"QModelIndex\",formats=\"Normal,Enhanced\"},{type=\"QLocale\",formats=\"\"},{type=\"std__set__const_iterator\",formats=\"\"},{type=\"string\",formats=\"\",editable=\"true\"},{type=\"std__set\",formats=\"\"},{type=\"std__unique_ptr\",formats=\"\"},{type=\"QFile\",formats=\"\"},{type=\"wstring\",formats=\"\"},{type=\"QSizeF\",formats=\"\"},{type=\"Utils__ElfSection\",formats=\"\"},{type=\"QMap\",formats=\"Normal,Compact\"},{type=\"QChar\",formats=\"\"},{type=\"CPlusPlus__TemplateNameId\",formats=\"\"},{type=\"QHostAddress\",formats=\"\"},{type=\"std__string\",formats=\"Inline,In
Separate
Window\",editable=\"true\"},{type=\"boost__posix_time__time_duration\",formats=\"\"},{type=\"CPlusPlus__Internal__Value\",formats=\"\"},{type=\"QFileInfo\",formats=\"\"},{type=\"QHash__const_iterator\",formats=\"\"},{type=\"Debugger__Internal__WatchData\",formats=\"\"},{type=\"QTime\",formats=\"\"},{type=\"std___Rb_tree_const_iterator\",formats=\"\"},{type=\"QString\",formats=\"Inline,Separate
Window\",editable=\"true\"},{type=\"boost__bimaps__bimap\",formats=\"\"},{type=\"QHash\",formats=\"Normal,Compact\"},{type=\"std__array\",formats=\"\"},{type=\"QLinkedList\",formats=\"\"},{type=\"QStack\",formats=\"\"},{type=\"CPlusPlus__Token\",formats=\"\"},{type=\"QBasicAtomicPointer\",formats=\"\"},{type=\"std__map__iterator\",formats=\"\"},{type=\"QDate\",formats=\"\"},{type=\"QTextCodec\",formats=\"\"},{type=\"std__shared_ptr\",formats=\"\"},{type=\"QByteArray\",formats=\"Inline,As
Latin1 in Separate Window,As UTF-8 in Separate
Window\"},{type=\"QPixmap\",formats=\"\"},{type=\"std__map\",formats=\"Normal,Compact\"},{type=\"QPointF\",formats=\"\"},{type=\"Eigen__Matrix\",formats=\"\"},{type=\"QImage\",formats=\"Normal,Displayed\"},{type=\"QSet\",formats=\"\"},{type=\"std__map__const_iterator\",formats=\"\"},{type=\"QAbstractItemModel\",formats=\"Normal,Enhanced\"},{type=\"QFiniteStack\",formats=\"\"},{type=\"std__set__iterator\",formats=\"\"},{type=\"QTextDocument\",formats=\"\"},{type=\"QTJSC__JSValue\",formats=\"\"},{type=\"__gnu_cxx__hash_set\",formats=\"\"},{type=\"QRegion\",formats=\"\"},{type=\"std__wstring\",formats=\"\"},{type=\"QBasicAtomicInt\",formats=\"\"},{type=\"QScriptValue\",formats=\"\"},{type=\"QxXmlAttributes\",formats=\"\"},{type=\"QDateTime\",formats=\"\"},{type=\"boost__gregorian__date\",formats=\"\"},{type=\"CPlusPlus__ByteArrayRef\",formats=\"\"},{type=\"boost__shared_ptr\",formats=\"\"},{type=\"std__basic_string\",formats=\"\"},{type=\"QRectF\",formats=\"\"},{type=\"QAtomicInt\",formats=\"\"},{type=\"std__complex\",formats=\"\"},{type=\"boost__optional\",formats=\"\"},{type=\"QStringRef\",formats=\"\"},{type=\"QSize\",formats=\"\"},{type=\"QSharedDataPointer\",formats=\"\"},{type=\"QStringList\",formats=\"\"},{type=\"std___Rb_tree_iterator\",formats=\"\"},{type=\"QRegExp\",formats=\"\"},{type=\"__c_style_array__\",formats=\"\"},{type=\"std__vector\",formats=\"\",editable=\"true\"},{type=\"QFlags\",formats=\"\"},{type=\"QTextCursor\",formats=\"\"},{type=\"QList\",formats=\"\"},{type=\"QStandardItem\",formats=\"\"},{type=\"QSharedPointer\",formats=\"\"},{type=\"QUrl\",formats=\"\"},{type=\"std__list\",formats=\"\"},{type=\"QObject\",formats=\"\"},{type=\"QScopedPointer\",formats=\"\"},{type=\"CPlusPlus__Literal\",formats=\"\"},{type=\"QMapNode\",formats=\"\"},{type=\"QVariant\",formats=\"\"},{type=\"QVector\",formats=\"Normal\",editable=\"true\"},{type=\"Debugger__Internal__WatchItem\",formats=\"\"},{type=\"QWeakPointer\",formats=\"\"},{type=\"__m128\",formats=\"As
Floats,As
Doubles\"},{type=\"QTemporaryFile\",formats=\"\"},{type=\"QRect\",formats=\"\"},{type=\"CPlusPlus__IntegerType\",formats=\"\"},{type=\"QHash__iterator\",formats=\"\"},{type=\"CPlusPlus__Internal__PPToken\",formats=\"\"},{type=\"QHashNode\",formats=\"\"},{type=\"CPlusPlus__NamedType\",formats=\"\"},],hasInferiorThreadList=\"1\"\n"
>126^done


 --- token barrier ---
dNOTE: INFERIOR RUN REQUESTED
sRun requested...
dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master]
sStep next requested...
<127-exec-next

>127^running
dNOTE: INFERIOR RUN OK
sRunning.
dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master]
>*running,thread-id="1"
dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk.

>*stopped,reason="end-stepping-range",frame={addr="0x00401c4d",func="main",args=[{name="argc",value="1"},{name="argv",value="0xba1948"}],file="../trial/src/main.cpp",fullname="E:\\trial\\src\\main.cpp",line="28"},thread-id="1",stopped-threads="all"
dNOTE: INFERIOR SPONTANEOUS STOP
sStopped.
dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
sStopped: "end-stepping-range"


 --- token barrier ---
dNOTE: INFERIOR RUN REQUESTED
sRun requested...
dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master]
sStep next requested...
<128-exec-next

>128^running
dNOTE: INFERIOR RUN OK
sRunning.
dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master]
>*running,thread-id="all"
dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk.

>*stopped,reason="end-stepping-range",frame={addr="0x00401c55",func="main",args=[{name="argc",value="1"},{name="argv",value="0xba1948"}],file="../trial/src/main.cpp",fullname="E:\\trial\\src\\main.cpp",line="29"},thread-id="1",stopped-threads="all"
dNOTE: INFERIOR SPONTANEOUS STOP
sStopped.
dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
sStopped: "end-stepping-range"


Andre'
>
>
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20130515/6b4abc96/attachment.html>


More information about the Qt-creator mailing list