[Qt-creator] Breakpoints do not work when debugging application on 5800 XM device from QtCreator

Burka Victor burka.victor at yandex.ru
Mon Nov 30 00:14:55 CET 2009



29.11.09, 17:47, "Andre Poenitz" <andre.poenitz at mathematik.tu-chemnitz.de>:

> On Sun, Nov 29, 2009 at 04:49:44PM +0300, Burka Victor wrote:
>  > Hi,
>  > 
>  > I'm trying to check how debugging on Nokia 5800 Xpress Music device
>  > works. Breakpoints do not work in my application. I'm doing that in an
>  > Qt application (basically very simple Qt application called
>  > "analogclock" from examples folder in Qt). Qt version is Release
>  > Candidate 1. I installed it from the installer that I downloaded from
>  > qt.nokia.com web site (i.e. prebuild binaries). QtCreator version is
>  > 1.3 RC1 (1.2.94).
>  > 
>  > Has anybody faced this issue and knows how to solve the problem ?
>  
>  Is the breakpoint in the body of a constructor?
>  
>  In any case, please post the contents of Debug->Views->Debugger,
>  right pane.
>  
>  Andre'
>  > 
>  _______________________________________________
>  Qt-creator mailing list
>  Qt-creator at trolltech.com
>  http://lists.trolltech.com/mailman/listinfo/qt-creator
>  
>  

Thanks for feedback. Here is what in right pane:

sStarting debugger for tool chain 'GCCE'...
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: true  (default: true)
dUseToolTips: false  (default: false)
dUseToolTipsInLocalsView: false  (default: false)
dUseToolTipsInBreakpointsView: false  (default: false)
dUseAddressInBreakpointsView: false  (default: false)
dUseAddressInStackView: false  (default: false)
dLocation: C:\Qt\qtcreator-1.3.0-rc1\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:\sys\bin\analogclock.exe0x2ec7a08
dState changed from DebuggerNotReady(0) to EngineStarting(1).
dState changed from EngineStarting(1) to AdapterStarting(2).
dTRYING TO START ADAPTER
dSTARTING GDB C:\Qt\qtcreator-1.3.0-rc1\gdb-arm-symbianelf\gdb.exe
dGDB STARTED, INITIALIZING IT
<30show version
<31-interpreter-exec console "help bb"
<32set print static-members off
<33set breakpoint pending on
<34set print elements 10000
<35set overload-resolution off
<36handle SIGSEGV nopass stop print
<37set unwindonsignal on
<38set width 0
<39set height 0
dState changed from AdapterStarting(2) to AdapterStarted(3).
dADAPTER SUCCESSFULLY STARTED
sStarting inferior...
dState changed from AdapterStarted(3) to InferiorStarting(6).
>~"GNU gdb 6.4.50.20060226-cvs\n"
>~"Copyright (C) 2006 Free Software Foundation, Inc.\n"
>~"GDB is free software, covered by the GNU General Public License, and you are\n"
>~"welcome to change it and/or distribute copies of it under certain conditions.\n"
>~"Type \"show copying\" to see the conditions.\n"
>~"There is absolutely no warranty for GDB.  Type \"show warranty\" for details.\n"
>~"This GDB was configured as \"--host= --target=arm-none-symbianelf\"."
>~"\n"
>&"show version\n"
>~"GNU gdb 6.4.50.20060226-cvs\n"
>~"Copyright (C) 2006 Free Software Foundation, Inc.\n"
>~"GDB is free software, covered by the GNU General Public License, and you are\n"
>~"welcome to change it and/or distribute copies of it under certain conditions.\n"
>~"Type \"show copying\" to see the conditions.\n"
>~"There is absolutely no warranty for GDB.  Type \"show warranty\" for details.\n"
>~"This GDB was configured as \"--host= --target=arm-none-symbianelf\".\n"
>30^done
dVERSION: 30^done,{logstreamoutput="show version\n",consolestreamoutput="GNU gdb 6.4.50.20060226-cvs\nCopyright (C) 2006 Free Software Foundation, Inc.\nGDB is free software, covered by the GNU General Public License, and you are\nwelcome to change it and/or distribute copies of it under certain conditions.\nType \"show copying\" to see the conditions.\nThere is absolutely no warranty for GDB.  Type \"show warranty\" for details.\nThis GDB was configured as \"--host= --target=arm-none-symbianelf\".\nGNU gdb 6.4.50.20060226-cvs\nCopyright (C) 2006 Free Software Foundation, Inc.\nGDB is free software, covered by the GNU General Public License, and you are\nwelcome to change it and/or distribute copies of it under certain conditions.\nType \"show copying\" to see the conditions.\nThere is absolutely no warranty for GDB.  Type \"show warranty\" for details.\nThis GDB was configured as \"--host= --target=arm-none-symbianelf\".\n"}
d
dGDB VERSION: 60450, BUILD: 0
>&"Undefined command: \"bb\".  Try \"help\".\n"
>31^error,msg="Undefined command: \"bb\".  Try \"help\"."
>&"set print static-members off\n"
>32^done
>&"set breakpoint pending on\n"
>33^done
>&"set print elements 10000\n"
>34^done
>&"set overload-resolution off\n"
>35^done
>&"handle SIGSEGV nopass stop print\n"
>~"Signal        Stop\tPrint\tPass to program\tDescription\n"
>~"SIGSEGV       Yes\tYes\tNo\t\tSegmentation fault\n"
>36^done
>&"set unwindonsignal on\n"
>37^done
>&"set width 0\n"
>38^done
>&"set height 0\n"
>39^done
<40add-symbol-file "C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym" 2029731840
<41symbol-file "C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym"
<42target remote 127.0.0.1:2306
>&"add-symbol-file \"C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym\" 2029731840\n"
>~"add symbol table from file \"C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym\" at\n"
>~"\t.text_addr = 0x78fb4000\n"
>~"Reading symbols from C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym..."
sReading C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym......
>&"Dwarf Error: Could not find abbrev number 18644 [in module C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym]\n"
>40^done
>&"symbol-file \"C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym\"\n"
>~"Reading symbols from C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym..."
sReading C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym......
>&"Dwarf Error: Could not find abbrev number 18644 [in module C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym]\n"
>41^done
>&"target remote 127.0.0.1:2306\n"
>~"Remote debugging using 127.0.0.1:2306\n"
>~"0x80289894 in ?? ()\n"
>42^done
dState changed from InferiorStarting(6) to InferiorStopped(13).
sSetting breakpoints...
<43-file-list-exec-source-files
<44-break-list
>43^done,files=[]
>44^done,BreakpointTable={nr_rows="0",nr_cols="6",hdr=[{width="3",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=[]}
<45-break-insert "\"main.cpp\":48"
<46-break-insert "\"analogclock.cpp\":53"
>&"No symbol table is loaded.  Use the \"file\" command.\n"
>45^done
>&"No symbol table is loaded.  Use the \"file\" command.\n"
>46^done
dALL COMMANDS DONE; INVOKING CALLBACK
dBREAKPOINTS SET, CONTINUING INFERIOR STARTUP
dState changed from InferiorStopped(13) to InferiorRunningRequested(8).
<47-exec-continue
>47^running
dState changed from InferiorRunningRequested(8) to InferiorRunning(10).
sRunning...
>&"warning: Could not load shared library symbols for C:\\sys\\bin\\QtCore.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for qts60plugin_5_0.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for 10281fc6.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for 10283389.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for 10285D7B.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for 10285D7C.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for 101fe2aa.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for akninit.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for 102827CF.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for 101f84b9.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for avkonfep.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"
>&"warning: Could not load shared library symbols for AknFepUiAvkonPlugin.dll.\nDo you need \"set solib-search-path\" or \"set solib-absolute-prefix\"?"
>&"\n"




More information about the Qt-creator-old mailing list