[Qt-creator] Using QtC together with simavr

Wilhelm wilhelm.meier at fh-kl.de
Wed May 31 11:05:00 CEST 2017


Am 30.05.2017 um 17:13 schrieb André Pönitz:
> On Tue, May 30, 2017 at 01:03:14PM +0200, Wilhelm wrote:
>> I have to modify be statement below:
>>
>> Am 30.05.2017 um 12:22 schrieb Wilhelm:
>>> Hi all,
>>>
>>> I would like to use QtC together with simavr which provides a gdb remote
>>> interface.
>>>
>>> I managed to configure a bare metal device, that connects to a running
>>> simavr process on localhost:1234. Debugging works.
>>
>> The disassembled view doesn't work. I configured the avr-gdb as debugger
>> for the kit used.
>>
>> Any hints?
> 
> You could paste the debugger log (contents of right pane of Windows
> ->Views->Debugger Log), 

wHinweis: Dieses Log enhält möglicherweise vertrauliche Informationen
über Ihren Computer, Umgebungsvariablen, Speicherinhalte der
untersuchten Prozesse und weiteres. Es wird von Qt Creator nie über das
Internet übertragen und nur auf der Festplatte gespeichert, wenn Sie die
entsprechende Option aus dem Kontextmenü aufrufen, oder durch Abläufe,
die Qt Creator nicht beeinflussen kann, bespielsweise Auslagerungsdateien.
wSie werden möglicherweise gebeten, den Inhalt dieses Logs mitzuteilen,
wenn Sie Fehlfunktionen des Debugger berichten. In diesem Fall achten
Sie darauf, dass Ihre Einsendung nur Daten enthält, die Sie weitergeben
wollen und dürfen.
w

sStarte Debugger "GdbEngine" für ABI
"unknown-unknown-unknown-unknown-unknown"...
dStart parameters: 'src (über GDB-Server oder Hardware-Debugger)' mode: 6
dABI: unknown-unknown-unknown-unknown-unknown
dLanguages: c++
dExecutable:
/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.elf
dDebugger: /usr/bin/avr-gdb
dProject: /home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/srcAddtional
Search Directories:
dRemote: localhost:1234
dSysroot:
dDebug Source Location:
dDebugger settings:
dUseCodeModel: true  (default: true)
dUseDebuggingHelper: true  (default: true)
dStationaryEditorWhileStepping: false  (default: false)
dRaiseOnInterrupt: true  (default: true)
dBreakpointsFullPath: false  (default: false)
dSwitchModeOnExit: false  (default: false)
dCloseMemoryBuffersOnExit: true  (default: true)
dCloseBuffersOnExit: false  (default: false)
dLogTimeStamps: false  (default: false)
dAutoQuit: false  (default: false)
dUseMessageBoxForSignals: true  (default: true)
dFontSizeFollowsEditor: false  (default: false)
dUseAlternatingRowColours: false  (default: false)
dBreakOnCrtDbgReport: false  (default: false)
dBreakEvent:   (default: )
dSourcePaths:   (default: )
dSymbolPaths:   (default: )
dAdditionalArguments:   (default: )
dGdbCustomDumperCommands:   (default: )
dExtraDumperFile:   (default: )
dAlwaysAdjustColumnWidths: true  (default: true)
dUseAddressInStackView: false  (default: false)
dUseAddressInBreakpointsView: false  (default: false)
dUseToolTipsInBreakpointsView: false  (default: true)  ***
dUseToolTipsInBreakpointsView: false  (default: false)
dUseToolTipsInLocalsView: false  (default: false)
dUseToolTips: true  (default: true)
dShowThreadNames: false  (default: false)
dIdentifyDebugInfoPackages: false  (default: false)
dIntelFlavor: false  (default: false)
dMultiInferior: true  (default: false)  ***
dWarnOnReleaseBuilds: true  (default: true)
dTargetAsync: false  (default: false)
dUseDynamicType: true  (default: true)
dAutoEnrichParameters: true  (default: true)
dWatchdogTimeout: 20  (default: 20)
dGdbPostAttachCommands:   (default: )
dGdbStartupCommands:   (default: )
dLoadGdbDumpers2: false  (default: false)
dLoadGdbInit: true  (default: true)
dIgnoreFirstChanceAccessViolation: false  (default: false)
dUsePythonDumper: true  (default: true)
dBreakpointCorrection: true  (default: true)
dCDB_Console: false  (default: false)
dAdjustBreakpointLocations: true  (default: true)
dSelectedPluginBreakpoints: false  (default: false)
dAllPluginBreakpoints: true  (default: true)
dEnableReverseDebugging: false  (default: false)
dSkipKnownFrames: false  (default: false)
dDisplayStringLimit: 100  (default: 100)
dMaximalStringLength: 10000  (default: 10000)
dAutoDerefPointers: true  (default: true)
dSortStructMembers: true  (default: true)
dShowQObjectNames2: true  (default: true)
dShowQtNamespace: true  (default: true)
dShowStandardNamespace: true  (default: true)
dMaximalStackDepth: 20  (default: 20)
dQmlInspector.ShowAppOnTop: false  (default: false)
dShowQmlObjectTree: false  (default: true)  ***
dBreakOnAbort: false  (default: false)
dBreakOnFatal: false  (default: false)
dBreakOnWarning: false  (default: false)
dBreakOnCatch: false  (default: false)
dBreakOnThrow: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dNoPluginBreakpoints: 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 /usr/bin/avr-gdb -i mi
dGDB STARTED, INITIALIZING IT
<1show version
<2show debug-file-directory
<3set print object on
<4set breakpoint pending on
<5set print elements 10000
<6set unwindonsignal on
<7set width 0
<8set height 0
sBereite zu debuggenden Prozess vor...
<9set detach-on-fork off
<10python sys.path.insert(1, '/usr/share/qtcreator/debugger/')
<11python sys.path.append('/usr/bin/data-directory/python')
<12python from gdbbridge import *
<13python theDumper.loadDumpers({"token":13})

>=thread-group-added,id="i1"
>~"GNU gdb (GDB) 7.12.1\n"
>~"Copyright (C) 2017 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 \"--host=x86_64-pc-linux-gnu
--target=avr\".\nType \"show configuration\" for configuration details."
>~"\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>~"Find the GDB manual and other documentation resources online
at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
>~"For help, type \"help\".\n"
>~"Type \"apropos word\" to search for commands related to \"word\".\n"

>&"show version\n"
>~"GNU gdb (GDB) 7.12.1\n"
>~"Copyright (C) 2017 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 \"--host=x86_64-pc-linux-gnu
--target=avr\".\nType \"show configuration\" for configuration details."
>~"\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>~"Find the GDB manual and other documentation resources online
at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
>~"For help, type \"help\".\n"
>~"Type \"apropos word\" to search for commands related to \"word\".\n"
>1^done
dPARSING VERSION: 1^done
dSUPPORTED GDB VERSION GNU gdb (GDB) 7.12.1
dCopyright (C) 2017 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 "--host=x86_64-pc-linux-gnu --target=avr".
dType "show configuration" for configuration details.
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dFind the GDB manual and other documentation resources online at:
d<http://www.gnu.org/software/gdb/documentation/>.
dFor help, type "help".
dType "apropos word" to search for commands related to "word".
dGNU gdb (GDB) 7.12.1
dCopyright (C) 2017 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 "--host=x86_64-pc-linux-gnu --target=avr".
dType "show configuration" for configuration details.
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dFind the GDB manual and other documentation resources online at:
d<http://www.gnu.org/software/gdb/documentation/>.
dFor help, type "help".
dType "apropos word" to search for commands related to "word".
dUSING GDB VERSION: 71201, BUILD: 2017
<14-interpreter-exec console "set target-async off"

>&"show debug-file-directory\n"
>~"The directory where separate debug symbols are searched for is
\"/usr/lib/debug\".\n"
>2^done

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

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

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

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

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

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

>&"set detach-on-fork off\n"
>=cmd-param-changed,param="detach-on-fork",value="off"
>9^done

>&"python sys.path.insert(1, '/usr/share/qtcreator/debugger/')\n"
>10^done

>&"python sys.path.append('/usr/bin/data-directory/python')\n"
>11^done

>&"python from gdbbridge import *\n"

>12^done

>&"python theDumper.loadDumpers({\"token\":13})\n"

>~"result={token=\"13\",dumpers=[{type=\"QVariant
(QVariantMap)\",formats=\"17\"},{type=\"QAtomicInt\"},{type=\"QBasicAtomicInt\"},{type=\"QAtomicPointer\"},{type=\"QByteArray\",formats=\"5,
6, 7,
8\"},{type=\"QArrayData\"},{type=\"QByteArrayData\"},{type=\"QBitArray\"},{type=\"QChar\"},{type=\"Qt__ItemDataRole\"},{type=\"QStandardItemData\"},{type=\"QStandardItem\"},{type=\"QDate\"},{type=\"QTime\"},{type=\"QTimeZone\"},{type=\"QDateTime\"},{type=\"QDir\"},{type=\"QFile\"},{type=\"QFileInfo\"},{type=\"QFixed\"},{type=\"QFiniteStack\",formats=\"16\"},{type=\"QFlags\"},{type=\"QHash\",formats=\"17\"},{type=\"QVariantHash\"},{type=\"QHashNode\",formats=\"17\"},{type=\"QHash__const_iterator\"},{type=\"QHash__iterator\"},{type=\"QHostAddress\"},{type=\"QIPv6Address\"},{type=\"QList\",formats=\"18,
19\"},{type=\"QVariantList\"},{type=\"QImage\",formats=\"2,
4\"},{type=\"QLinkedList\"},{type=\"QLocale\"},{type=\"QMapNode\"},{type=\"QMap\",formats=\"17\"},{type=\"QMultiMap\",formats=\"17\"},{type=\"QVariantMap\",formats=\"17\"},{type=\"QMetaMethod\"},{type=\"QMetaEnum\"},{type=\"QMetaProperty\"},{type=\"QMetaClassInfo\"},{type=\"QMetaObject\"},{type=\"QObjectPrivate__ConnectionList\"},{type=\"QPixmap\"},{type=\"QPoint\"},{type=\"QPointF\"},{type=\"QRect\"},{type=\"QRectF\"},{type=\"QRegExp\"},{type=\"QRegion\"},{type=\"QScopedPointer\"},{type=\"QSet\"},{type=\"QSharedData\"},{type=\"QSharedDataPointer\"},{type=\"QSize\"},{type=\"QSizeF\"},{type=\"QStack\",formats=\"16\"},{type=\"QPolygonF\"},{type=\"QPolygon\"},{type=\"QGraphicsPolygonItem\"},{type=\"QString\",editable=\"true\",formats=\"2,
4\"},{type=\"QStaticStringData\"},{type=\"QTypedArrayData\"},{type=\"QStringData\"},{type=\"QHashedString\"},{type=\"QQmlRefCount\"},{type=\"QStringRef\"},{type=\"QStringList\"},{type=\"QTemporaryFile\"},{type=\"QTextCodec\"},{type=\"QTextCursor\"},{type=\"QTextDocument\"},{type=\"QUrl\",formats=\"2,
4\"},{type=\"QUuid\"},{type=\"QVariant\"},{type=\"QVector\",editable=\"true\",formats=\"16\"},{type=\"QVarLengthArray\"},{type=\"QSharedPointer\"},{type=\"QWeakPointer\"},{type=\"QXmlAttributes__Attribute\"},{type=\"QXmlAttributes\"},{type=\"QXmlStreamStringRef\"},{type=\"QXmlStreamAttribute\"},{type=\"QV4__Heap__Base\"},{type=\"QV4__Heap__String\"},{type=\"QV4__Object\"},{type=\"QV4__FunctionObject\"},{type=\"QV4__CompilationUnit\"},{type=\"QV4__CallContext\"},{type=\"QV4__ScriptFunction\"},{type=\"QV4__SimpleScriptFunction\"},{type=\"QV4__ExecutionContext\"},{type=\"QQmlSourceLocation\"},{type=\"QV4__String\"},{type=\"QV4__Identifier\"},{type=\"QV4__PropertyHash\"},{type=\"QV4__InternalClass__Transition\"},{type=\"QV4__InternalClassTransition\"},{type=\"QV4__SharedInternalClassData\"},{type=\"QV4__IdentifierTable\"},{type=\"QV4_Object\"},{type=\"QV4__Value\"},{type=\"QV__PropertyHashData\"},{type=\"QV__PropertyHash\"},{type=\"QV4__Scoped\"},{type=\"QV4__ScopedString\"},{type=\"QJSValue\"},{type=\"QQmlBinding\"},{type=\"QTJSC__JSValue\"},{type=\"QScriptValue\"},{type=\"QQmlAccessorProperties__Properties\"},{type=\"QJsonPrivate__qle_bitfield\"},{type=\"QJsonPrivate__qle_signedbitfield\"},{type=\"QJsonPrivate__q_littleendian\"},{type=\"QJsonValue\"},{type=\"QJsonArray\"},{type=\"QJsonObject\"},{type=\"QSqlResultPrivate\"},{type=\"QSqlField\"},{type=\"QLazilyAllocated\"},{type=\"qfloat16\"},{type=\"std__array\",formats=\"16\"},{type=\"std____1__array\",formats=\"16\"},{type=\"std__complex\"},{type=\"std____1__complex\"},{type=\"std__deque\"},{type=\"std____1__deque\"},{type=\"std__deque__QNX\"},{type=\"std__deque__MSVC\"},{type=\"std____debug__deque\"},{type=\"std__list\"},{type=\"std__list__QNX\"},{type=\"std____debug__list\"},{type=\"std____cxx11__list\"},{type=\"std____1__list\"},{type=\"std__map\",formats=\"17\"},{type=\"std____debug__map\"},{type=\"std____debug__set\"},{type=\"std__multiset\"},{type=\"std____cxx1998__map\"},{type=\"std__multimap\",formats=\"17\"},{type=\"std___Rb_tree_iterator\"},{type=\"std___Rb_tree_const_iterator\"},{type=\"std__map__iterator\"},{type=\"__gnu_debug___Safe_iterator\"},{type=\"std__map__const_iterator\"},{type=\"std__set__iterator\"},{type=\"std__set__const_iterator\"},{type=\"std____cxx1998__set\"},{type=\"std___Tree_const_iterator\"},{type=\"std___Tree_iterator\"},{type=\"std__set\"},{type=\"std__set__QNX\"},{type=\"std____1__set\"},{type=\"std____1__multiset\"},{type=\"std____1__map\",formats=\"17\"},{type=\"std____1__multimap\",formats=\"17\"},{type=\"std____1__map__iterator\"},{type=\"std____1__map__const_iterator\"},{type=\"std____1__set__iterator\"},{type=\"std____1__set_const_iterator\"},{type=\"std__stack\"},{type=\"std____debug__stack\"},{type=\"std____1__stack\"},{type=\"std__string\",editable=\"true\",formats=\"5,
6, 7,
8\"},{type=\"std____1__string\"},{type=\"std____1__wstring\"},{type=\"std____weak_ptr\"},{type=\"std__weak_ptr\"},{type=\"std____1__weak_ptr\"},{type=\"std__shared_ptr\"},{type=\"std____1__shared_ptr\"},{type=\"std__unique_ptr\"},{type=\"std____1__unique_ptr\"},{type=\"std__pair\"},{type=\"std__unordered_map\",formats=\"17\"},{type=\"std____debug__unordered_map\",formats=\"17\"},{type=\"std__unordered_multimap\",formats=\"17\"},{type=\"std____debug__unordered_multimap\",formats=\"17\"},{type=\"std__unordered_set\"},{type=\"std____1__unordered_map\",formats=\"17\"},{type=\"std____1__unordered_set\"},{type=\"std____debug__unordered_set\"},{type=\"std__unordered_multiset\"},{type=\"std____debug__unordered_multiset\"},{type=\"std__valarray\",formats=\"16\"},{type=\"std____1__valarray\",formats=\"16\"},{type=\"std__vector\",editable=\"true\",formats=\"16\"},{type=\"std____1__vector\"},{type=\"std____debug__vector\",formats=\"16\"},{type=\"string\",editable=\"true\"},{type=\"std__wstring\",formats=\"2,
4\"},{type=\"std__basic_string\"},{type=\"std____cxx11__basic_string\"},{type=\"std____cxx11__string\",formats=\"5,
6, 7, 8\"},{type=\"std____cxx11__wstring\",formats=\"2,
4\"},{type=\"std____1__basic_string\"},{type=\"wstring\"},{type=\"std____1__once_flag\"},{type=\"std__once_flag\"},{type=\"__gnu_cxx__hash_set\"},{type=\"uint8_t\"},{type=\"int8_t\"},{type=\"__m128\"},{type=\"__m256\"},{type=\"__m512\"},{type=\"__m128d\"},{type=\"__m256d\"},{type=\"__m512d\"},{type=\"__m128i\"},{type=\"__m256i\"},{type=\"__m512i\"},{type=\"Eigen__Matrix\"},{type=\"NimStringDesc\"},{type=\"NimGenericSequence__\"},{type=\"TNimNode\"},{type=\"KDSoapValue1\"},{type=\"KDSoapValue\"},{type=\"WTF__String\"},{type=\"QtcDumperTest_FieldAccessByIndex\"},{type=\"QtcDumperTest_PointerArray\"},{type=\"QtcDumperTest_BufArray\"},{type=\"boost__bimaps__bimap\"},{type=\"boost__optional\"},{type=\"boost__shared_ptr\"},{type=\"boost__container__list\"},{type=\"boost__gregorian__date\"},{type=\"boost__posix_time__ptime\"},{type=\"boost__posix_time__time_duration\"},{type=\"boost__unordered__unordered_set\"},{type=\"boost__variant\"},{type=\"cv__Size_\"},{type=\"cv__Mat\",formats=\"4\"},{type=\"Core__Id\"},{type=\"Debugger__Internal__GdbMi\"},{type=\"Debugger__Internal__DisassemblerLine\"},{type=\"Debugger__Internal__WatchData\"},{type=\"Debugger__Internal__WatchItem\"},{type=\"Debugger__Internal__BreakpointModelId\"},{type=\"Debugger__Internal__ThreadId\"},{type=\"CPlusPlus__ByteArrayRef\"},{type=\"CPlusPlus__Identifier\"},{type=\"CPlusPlus__Symbol\"},{type=\"CPlusPlus__Class\"},{type=\"CPlusPlus__IntegerType\"},{type=\"CPlusPlus__FullySpecifiedType\"},{type=\"CPlusPlus__NamedType\"},{type=\"CPlusPlus__PointerType\"},{type=\"CPlusPlus__TemplateNameId\"},{type=\"CPlusPlus__QualifiedNameId\"},{type=\"CPlusPlus__Literal\"},{type=\"CPlusPlus__StringLiteral\"},{type=\"CPlusPlus__Internal__Value\"},{type=\"Utils__FileName\"},{type=\"Utils__ElfSection\"},{type=\"Utf8String\"},{type=\"CPlusPlus__Token\"},{type=\"CPlusPlus__Internal__PPToken\"},{type=\"ProString\"},{type=\"ProKey\"},{type=\"Core__GeneratedFile\"},{type=\"ProjectExplorer__Node\"},{type=\"ProjectExplorer__FolderNode\"},{type=\"ProjectExplorer__ProjectNode\"},{type=\"CMakeProjectManager__Internal__CMakeProjectNode\"},{type=\"QmakeProjectManager__QmakePriFileNode\"},{type=\"QmakeProjectManager__QmakeProFileNode\"},],python=\"30601\"}\n"
>13^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

>14^done

dCALL: SETUP INFERIOR
<15unset environment CASROOT
<16unset environment CSF_EXCEPTION_PROMPT
<17unset environment CSF_GraphicShr
<18unset environment CSF_IGESDefaults
<19unset environment CSF_LANGUAGE
<20unset environment CSF_MDTVTexturesDirectory
<21unset environment CSF_PluginDefaults
<22unset environment CSF_SHMessage
<23unset environment CSF_STEPDefaults
<24unset environment CSF_StandardDefaults
<25unset environment CSF_StandardLiteDefaults
<26unset environment CSF_UnitsDefinition
<27unset environment CSF_UnitsLexicon
<28unset environment CSF_XCAFDefaults
<29unset environment CSF_XSMessage
<30unset environment CSF_XmlOcafResource
<31unset environment DBUS_SESSION_BUS_ADDRESS
<32unset environment DESKTOP_SESSION
<33unset environment DISPLAY
<34unset environment GS_LIB
<35unset environment GTK_MODULES
<36unset environment HG
<37unset environment HOME
<38unset environment KDE_FULL_SESSION
<39unset environment KDE_SESSION_UID
<40unset environment KDE_SESSION_VERSION
<41unset environment LANG
<42unset environment LANGUAGE
<43unset environment LARCH_PATH
<44unset environment LCLIMPORTDIR
<45unset environment LD_LIBRARY_PATH
<46unset environment LOGNAME
<47unset environment MAIL
<48unset environment MMGT_CLEAR
<49unset environment MOZ_PLUGIN_PATH
<50unset environment PATH
<51unset environment PWD
<52unset environment QSG_RENDER_LOOP
<53unset environment QT_AUTO_SCREEN_SCALE_FACTOR
<54unset environment QT_LOGGING_TO_CONSOLE
<55unset environment SESSION_MANAGER
<56unset environment SHELL
<57unset environment SHLVL
<58unset environment USER
<59unset environment XAUTHORITY
<60unset environment XCURSOR_THEME
<61unset environment XDG_CURRENT_DESKTOP
<62unset environment XDG_DATA_DIRS
<63unset environment XDG_RUNTIME_DIR
<64unset environment XDG_SEAT
<65unset environment XDG_SEAT_PATH
<66unset environment XDG_SESSION_CLASS
<67unset environment XDG_SESSION_DESKTOP
<68unset environment XDG_SESSION_ID
<69unset environment XDG_SESSION_PATH
<70unset environment XDG_SESSION_TYPE
<71unset environment XDG_VTNR
<72unset environment _
<73-file-exec-and-symbols
"/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.elf"
>&"unset environment CASROOT\n"
>15^done

>&"unset environment CSF_EXCEPTION_PROMPT\n"
>16^done

>&"unset environment CSF_GraphicShr\n"
>17^done

>&"unset environment CSF_IGESDefaults\n"
>18^done

>&"unset environment CSF_LANGUAGE\n"
>19^done

>&"unset environment CSF_MDTVTexturesDirectory\n"
>20^done

>&"unset environment CSF_PluginDefaults\n"
>21^done

>&"unset environment CSF_SHMessage\n"
>22^done

>&"unset environment CSF_STEPDefaults\n"
>23^done

>&"unset environment CSF_StandardDefaults\n"
>24^done

>&"unset environment CSF_StandardLiteDefaults\n"
>25^done

>&"unset environment CSF_UnitsDefinition\n"
>26^done

>&"unset environment CSF_UnitsLexicon\n"
>27^done

>&"unset environment CSF_XCAFDefaults\n"
>28^done

>&"unset environment CSF_XSMessage\n"
>29^done

>&"unset environment CSF_XmlOcafResource\n"
>30^done

>&"unset environment DBUS_SESSION_BUS_ADDRESS\n"
>31^done

>&"unset environment DESKTOP_SESSION\n"
>32^done

>&"unset environment DISPLAY\n"
>33^done

>&"unset environment GS_LIB\n"
>34^done

>&"unset environment GTK_MODULES\n"
>35^done

>&"unset environment HG\n"
>36^done

>&"unset environment HOME\n"
>37^done

>&"unset environment KDE_FULL_SESSION\n"
>38^done

>&"unset environment KDE_SESSION_UID\n"
>39^done

>&"unset environment KDE_SESSION_VERSION\n"
>40^done

>&"unset environment LANG\n"
>41^done

>&"unset environment LANGUAGE\n"
>42^done

>&"unset environment LARCH_PATH\n"
>43^done

>&"unset environment LCLIMPORTDIR\n"
>44^done

>&"unset environment LD_LIBRARY_PATH\n"
>45^done

>&"unset environment LOGNAME\n"
>46^done

>&"unset environment MAIL\n"
>47^done

>&"unset environment MMGT_CLEAR\n"
>48^done

>&"unset environment MOZ_PLUGIN_PATH\n"
>49^done

>&"unset environment PATH\n"
>50^done

>&"unset environment PWD\n"
>51^done

>&"unset environment QSG_RENDER_LOOP\n"
>52^done

>&"unset environment QT_AUTO_SCREEN_SCALE_FACTOR\n"
>53^done

>&"unset environment QT_LOGGING_TO_CONSOLE\n"
>54^done

>&"unset environment SESSION_MANAGER\n"
>55^done

>&"unset environment SHELL\n"
>56^done

>&"unset environment SHLVL\n"
>57^done

>&"unset environment USER\n"
>58^done

>&"unset environment XAUTHORITY\n"
>59^done

>&"unset environment XCURSOR_THEME\n"
>60^done

>&"unset environment XDG_CURRENT_DESKTOP\n"
>61^done

>&"unset environment XDG_DATA_DIRS\n"
>62^done

>&"unset environment XDG_RUNTIME_DIR\n"
>63^done

>&"unset environment XDG_SEAT\n"
>64^done

>&"unset environment XDG_SEAT_PATH\n"
>65^done

>&"unset environment XDG_SESSION_CLASS\n"
>66^done

>&"unset environment XDG_SESSION_DESKTOP\n"
>67^done

>&"unset environment XDG_SESSION_ID\n"
>68^done

>&"unset environment XDG_SESSION_PATH\n"
>69^done

>&"unset environment XDG_SESSION_TYPE\n"
>70^done

>&"unset environment XDG_VTNR\n"
>71^done

>&"unset environment _\n"
>72^done

>73^done
<74target remote tcp:localhost:1234

>&"target remote tcp:localhost:1234\n"

>&"tcp:localhost:1234: Die Wartezeit f\303\274r die Verbindung ist
abgelaufen.\n"
>74^error,msg="tcp:localhost:1234: Die Wartezeit f\303\274r die
Verbindung ist abgelaufen."
sDie Anwendung konnte nicht gestartet werden: Die Verbindung zum Server
konnte nicht hergestellt werden:
stcp:localhost:1234: Die Wartezeit für die Verbindung ist abgelaufen.
dINFERIOR START FAILED
dNOTE: INFERIOR SETUP FAILED
sDie Initialisierung schlug fehl.
dState changed from InferiorSetupRequested(4) to InferiorSetupFailed(5)
[master]
dState changed from InferiorSetupFailed(5) to
EngineShutdownRequested(19) [master]
dQUEUE: SHUTDOWN ENGINE

dCALL: SHUTDOWN ENGINE
dINITIATE GDBENGINE SHUTDOWN IN STATE 0, PROC: 2
<75python theDumper.exitGdb({"token":75})
>&"python theDumper.exitGdb({\"token\":75})\n"
dGDB PROCESS FINISHED, status 0, exit code 0
dNOTE: ENGINE SHUTDOWN OK
dState changed from EngineShutdownRequested(19) to EngineShutdownOk(21)
[master]
dState changed from EngineShutdownOk(21) to DebuggerFinished(22) [master]
dQUEUE: FINISH DEBUGGER
dNOTE: FINISH DEBUGGER
dHANDLE RUNCONTROL FINISHED
sDebuggen beendet.

sStarte Debugger "GdbEngine" für ABI
"unknown-unknown-unknown-unknown-unknown"...
dStart parameters: 'src (über GDB-Server oder Hardware-Debugger)' mode: 6
dABI: unknown-unknown-unknown-unknown-unknown
dLanguages: c++
dExecutable:
/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.elf
dDebugger: /usr/bin/avr-gdb
dProject: /home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/srcAddtional
Search Directories:
dRemote: localhost:1234
dSysroot:
dDebug Source Location:
dDebugger settings:
dUseCodeModel: true  (default: true)
dUseDebuggingHelper: true  (default: true)
dStationaryEditorWhileStepping: false  (default: false)
dRaiseOnInterrupt: true  (default: true)
dBreakpointsFullPath: false  (default: false)
dSwitchModeOnExit: false  (default: false)
dCloseMemoryBuffersOnExit: true  (default: true)
dCloseBuffersOnExit: false  (default: false)
dLogTimeStamps: false  (default: false)
dAutoQuit: false  (default: false)
dUseMessageBoxForSignals: true  (default: true)
dFontSizeFollowsEditor: false  (default: false)
dUseAlternatingRowColours: false  (default: false)
dBreakOnCrtDbgReport: false  (default: false)
dBreakEvent:   (default: )
dSourcePaths:   (default: )
dSymbolPaths:   (default: )
dAdditionalArguments:   (default: )
dGdbCustomDumperCommands:   (default: )
dExtraDumperFile:   (default: )
dAlwaysAdjustColumnWidths: true  (default: true)
dUseAddressInStackView: false  (default: false)
dUseAddressInBreakpointsView: false  (default: false)
dUseToolTipsInBreakpointsView: false  (default: true)  ***
dUseToolTipsInBreakpointsView: false  (default: false)
dUseToolTipsInLocalsView: false  (default: false)
dUseToolTips: true  (default: true)
dShowThreadNames: false  (default: false)
dIdentifyDebugInfoPackages: false  (default: false)
dIntelFlavor: false  (default: false)
dMultiInferior: true  (default: false)  ***
dWarnOnReleaseBuilds: true  (default: true)
dTargetAsync: false  (default: false)
dUseDynamicType: true  (default: true)
dAutoEnrichParameters: true  (default: true)
dWatchdogTimeout: 20  (default: 20)
dGdbPostAttachCommands:   (default: )
dGdbStartupCommands:   (default: )
dLoadGdbDumpers2: false  (default: false)
dLoadGdbInit: true  (default: true)
dIgnoreFirstChanceAccessViolation: false  (default: false)
dUsePythonDumper: true  (default: true)
dBreakpointCorrection: true  (default: true)
dCDB_Console: false  (default: false)
dAdjustBreakpointLocations: true  (default: true)
dSelectedPluginBreakpoints: false  (default: false)
dAllPluginBreakpoints: true  (default: true)
dEnableReverseDebugging: false  (default: false)
dSkipKnownFrames: false  (default: false)
dDisplayStringLimit: 100  (default: 100)
dMaximalStringLength: 10000  (default: 10000)
dAutoDerefPointers: true  (default: true)
dSortStructMembers: true  (default: true)
dShowQObjectNames2: true  (default: true)
dShowQtNamespace: true  (default: true)
dShowStandardNamespace: true  (default: true)
dMaximalStackDepth: 20  (default: 20)
dQmlInspector.ShowAppOnTop: false  (default: false)
dShowQmlObjectTree: false  (default: true)  ***
dBreakOnAbort: false  (default: false)
dBreakOnFatal: false  (default: false)
dBreakOnWarning: false  (default: false)
dBreakOnCatch: false  (default: false)
dBreakOnThrow: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dNoPluginBreakpoints: 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 /usr/bin/avr-gdb -i mi
dGDB STARTED, INITIALIZING IT
<76show version
<77show debug-file-directory
<78set print object on
<79set breakpoint pending on
<80set print elements 10000
<81set unwindonsignal on
<82set width 0
<83set height 0
sBereite zu debuggenden Prozess vor...
<84set detach-on-fork off
<85python sys.path.insert(1, '/usr/share/qtcreator/debugger/')
<86python sys.path.append('/usr/bin/data-directory/python')
<87python from gdbbridge import *
<88python theDumper.loadDumpers({"token":88})

>=thread-group-added,id="i1"
>~"GNU gdb (GDB) 7.12.1\n"
>~"Copyright (C) 2017 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 \"--host=x86_64-pc-linux-gnu
--target=avr\".\nType \"show configuration\" for configuration details."
>~"\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>~"Find the GDB manual and other documentation resources online
at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
>~"For help, type \"help\".\n"
>~"Type \"apropos word\" to search for commands related to \"word\".\n"

>&"show version\n"
>~"GNU gdb (GDB) 7.12.1\n"
>~"Copyright (C) 2017 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 \"--host=x86_64-pc-linux-gnu
--target=avr\".\nType \"show configuration\" for configuration details."
>~"\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>~"Find the GDB manual and other documentation resources online
at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
>~"For help, type \"help\".\n"
>~"Type \"apropos word\" to search for commands related to \"word\".\n"
>76^done
dPARSING VERSION: 76^done
dSUPPORTED GDB VERSION GNU gdb (GDB) 7.12.1
dCopyright (C) 2017 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 "--host=x86_64-pc-linux-gnu --target=avr".
dType "show configuration" for configuration details.
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dFind the GDB manual and other documentation resources online at:
d<http://www.gnu.org/software/gdb/documentation/>.
dFor help, type "help".
dType "apropos word" to search for commands related to "word".
dGNU gdb (GDB) 7.12.1
dCopyright (C) 2017 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 "--host=x86_64-pc-linux-gnu --target=avr".
dType "show configuration" for configuration details.
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dFind the GDB manual and other documentation resources online at:
d<http://www.gnu.org/software/gdb/documentation/>.
dFor help, type "help".
dType "apropos word" to search for commands related to "word".
dUSING GDB VERSION: 71201, BUILD: 2017
<89-interpreter-exec console "set target-async off"

>&"show debug-file-directory\n"
>~"The directory where separate debug symbols are searched for is
\"/usr/lib/debug\".\n"
>77^done

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

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

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

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

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

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

>&"set detach-on-fork off\n"
>=cmd-param-changed,param="detach-on-fork",value="off"
>84^done

>&"python sys.path.insert(1, '/usr/share/qtcreator/debugger/')\n"
>85^done

>&"python sys.path.append('/usr/bin/data-directory/python')\n"
>86^done

>&"python from gdbbridge import *\n"

>87^done

>&"python theDumper.loadDumpers({\"token\":88})\n"
>~"result={token=\"88\",dumpers=[{type=\"QVariant
(QVariantMap)\",formats=\"17\"},{type=\"QAtomicInt\"},{type=\"QBasicAtomicInt\"},{type=\"QAtomicPointer\"},{type=\"QByteArray\",formats=\"5,
6, 7,
8\"},{type=\"QArrayData\"},{type=\"QByteArrayData\"},{type=\"QBitArray\"},{type=\"QChar\"},{type=\"Qt__ItemDataRole\"},{type=\"QStandardItemData\"},{type=\"QStandardItem\"},{type=\"QDate\"},{type=\"QTime\"},{type=\"QTimeZone\"},{type=\"QDateTime\"},{type=\"QDir\"},{type=\"QFile\"},{type=\"QFileInfo\"},{type=\"QFixed\"},{type=\"QFiniteStack\",formats=\"16\"},{type=\"QFlags\"},{type=\"QHash\",formats=\"17\"},{type=\"QVariantHash\"},{type=\"QHashNode\",formats=\"17\"},{type=\"QHash__const_iterator\"},{type=\"QHash__iterator\"},{type=\"QHostAddress\"},{type=\"QIPv6Address\"},{type=\"QList\",formats=\"18,
19\"},{type=\"QVariantList\"},{type=\"QImage\",formats=\"2,
4\"},{type=\"QLinkedList\"},{type=\"QLocale\"},{type=\"QMapNode\"},{type=\"QMap\",formats=\"17\"},{type=\"QMultiMap\",formats=\"17\"},{type=\"QVariantMap\",formats=\"17\"},{type=\"QMetaMethod\"},{type=\"QMetaEnum\"},{type=\"QMetaProperty\"},{type=\"QMetaClassInfo\"},{type=\"QMetaObject\"},{type=\"QObjectPrivate__ConnectionList\"},{type=\"QPixmap\"},{type=\"QPoint\"},{type=\"QPointF\"},{type=\"QRect\"},{type=\"QRectF\"},{type=\"QRegExp\"},{type=\"QRegion\"},{type=\"QScopedPointer\"},{type=\"QSet\"},{type=\"QSharedData\"},{type=\"QSharedDataPointer\"},{type=\"QSize\"},{type=\"QSizeF\"},{type=\"QStack\",formats=\"16\"},{type=\"QPolygonF\"},{type=\"QPolygon\"},{type=\"QGraphicsPolygonItem\"},{type=\"QString\",editable=\"true\",formats=\"2,
4\"},{type=\"QStaticStringData\"},{type=\"QTypedArrayData\"},{type=\"QStringData\"},{type=\"QHashedString\"},{type=\"QQmlRefCount\"},{type=\"QStringRef\"},{type=\"QStringList\"},{type=\"QTemporaryFile\"},{type=\"QTextCodec\"},{type=\"QTextCursor\"},{type=\"QTextDocument\"},{type=\"QUrl\",formats=\"2,
4\"},{type=\"QUuid\"},{type=\"QVariant\"},{type=\"QVector\",editable=\"true\",formats=\"16\"},{type=\"QVarLengthArray\"},{type=\"QSharedPointer\"},{type=\"QWeakPointer\"},{type=\"QXmlAttributes__Attribute\"},{type=\"QXmlAttributes\"},{type=\"QXmlStreamStringRef\"},{type=\"QXmlStreamAttribute\"},{type=\"QV4__Heap__Base\"},{type=\"QV4__Heap__String\"},{type=\"QV4__Object\"},{type=\"QV4__FunctionObject\"},{type=\"QV4__CompilationUnit\"},{type=\"QV4__CallContext\"},{type=\"QV4__ScriptFunction\"},{type=\"QV4__SimpleScriptFunction\"},{type=\"QV4__ExecutionContext\"},{type=\"QQmlSourceLocation\"},{type=\"QV4__String\"},{type=\"QV4__Identifier\"},{type=\"QV4__PropertyHash\"},{type=\"QV4__InternalClass__Transition\"},{type=\"QV4__InternalClassTransition\"},{type=\"QV4__SharedInternalClassData\"},{type=\"QV4__IdentifierTable\"},{type=\"QV4_Object\"},{type=\"QV4__Value\"},{type=\"QV__PropertyHashData\"},{type=\"QV__PropertyHash\"},{type=\"QV4__Scoped\"},{type=\"QV4__ScopedString\"},{type=\"QJSValue\"},{type=\"QQmlBinding\"},{type=\"QTJSC__JSValue\"},{type=\"QScriptValue\"},{type=\"QQmlAccessorProperties__Properties\"},{type=\"QJsonPrivate__qle_bitfield\"},{type=\"QJsonPrivate__qle_signedbitfield\"},{type=\"QJsonPrivate__q_littleendian\"},{type=\"QJsonValue\"},{type=\"QJsonArray\"},{type=\"QJsonObject\"},{type=\"QSqlResultPrivate\"},{type=\"QSqlField\"},{type=\"QLazilyAllocated\"},{type=\"qfloat16\"},{type=\"std__array\",formats=\"16\"},{type=\"std____1__array\",formats=\"16\"},{type=\"std__complex\"},{type=\"std____1__complex\"},{type=\"std__deque\"},{type=\"std____1__deque\"},{type=\"std__deque__QNX\"},{type=\"std__deque__MSVC\"},{type=\"std____debug__deque\"},{type=\"std__list\"},{type=\"std__list__QNX\"},{type=\"std____debug__list\"},{type=\"std____cxx11__list\"},{type=\"std____1__list\"},{type=\"std__map\",formats=\"17\"},{type=\"std____debug__map\"},{type=\"std____debug__set\"},{type=\"std__multiset\"},{type=\"std____cxx1998__map\"},{type=\"std__multimap\",formats=\"17\"},{type=\"std___Rb_tree_iterator\"},{type=\"std___Rb_tree_const_iterator\"},{type=\"std__map__iterator\"},{type=\"__gnu_debug___Safe_iterator\"},{type=\"std__map__const_iterator\"},{type=\"std__set__iterator\"},{type=\"std__set__const_iterator\"},{type=\"std____cxx1998__set\"},{type=\"std___Tree_const_iterator\"},{type=\"std___Tree_iterator\"},{type=\"std__set\"},{type=\"std__set__QNX\"},{type=\"std____1__set\"},{type=\"std____1__multiset\"},{type=\"std____1__map\",formats=\"17\"},{type=\"std____1__multimap\",formats=\"17\"},{type=\"std____1__map__iterator\"},{type=\"std____1__map__const_iterator\"},{type=\"std____1__set__iterator\"},{type=\"std____1__set_const_iterator\"},{type=\"std__stack\"},{type=\"std____debug__stack\"},{type=\"std____1__stack\"},{type=\"std__string\",editable=\"true\",formats=\"5,
6, 7,
8\"},{type=\"std____1__string\"},{type=\"std____1__wstring\"},{type=\"std____weak_ptr\"},{type=\"std__weak_ptr\"},{type=\"std____1__weak_ptr\"},{type=\"std__shared_ptr\"},{type=\"std____1__shared_ptr\"},{type=\"std__unique_ptr\"},{type=\"std____1__unique_ptr\"},{type=\"std__pair\"},{type=\"std__unordered_map\",formats=\"17\"},{type=\"std____debug__unordered_map\",formats=\"17\"},{type=\"std__unordered_multimap\",formats=\"17\"},{type=\"std____debug__unordered_multimap\",formats=\"17\"},{type=\"std__unordered_set\"},{type=\"std____1__unordered_map\",formats=\"17\"},{type=\"std____1__unordered_set\"},{type=\"std____debug__unordered_set\"},{type=\"std__unordered_multiset\"},{type=\"std____debug__unordered_multiset\"},{type=\"std__valarray\",formats=\"16\"},{type=\"std____1__valarray\",formats=\"16\"},{type=\"std__vector\",editable=\"true\",formats=\"16\"},{type=\"std____1__vector\"},{type=\"std____debug__vector\",formats=\"16\"},{type=\"string\",editable=\"true\"},{type=\"std__wstring\",formats=\"2,
4\"},{type=\"std__basic_string\"},{type=\"std____cxx11__basic_string\"},{type=\"std____cxx11__string\",formats=\"5,
6, 7, 8\"},{type=\"std____cxx11__wstring\",formats=\"2,
4\"},{type=\"std____1__basic_string\"},{type=\"wstring\"},{type=\"std____1__once_flag\"},{type=\"std__once_flag\"},{type=\"__gnu_cxx__hash_set\"},{type=\"uint8_t\"},{type=\"int8_t\"},{type=\"__m128\"},{type=\"__m256\"},{type=\"__m512\"},{type=\"__m128d\"},{type=\"__m256d\"},{type=\"__m512d\"},{type=\"__m128i\"},{type=\"__m256i\"},{type=\"__m512i\"},{type=\"Eigen__Matrix\"},{type=\"NimStringDesc\"},{type=\"NimGenericSequence__\"},{type=\"TNimNode\"},{type=\"KDSoapValue1\"},{type=\"KDSoapValue\"},{type=\"WTF__String\"},{type=\"QtcDumperTest_FieldAccessByIndex\"},{type=\"QtcDumperTest_PointerArray\"},{type=\"QtcDumperTest_BufArray\"},{type=\"boost__bimaps__bimap\"},{type=\"boost__optional\"},{type=\"boost__shared_ptr\"},{type=\"boost__container__list\"},{type=\"boost__gregorian__date\"},{type=\"boost__posix_time__ptime\"},{type=\"boost__posix_time__time_duration\"},{type=\"boost__unordered__unordered_set\"},{type=\"boost__variant\"},{type=\"cv__Size_\"},{type=\"cv__Mat\",formats=\"4\"},{type=\"Core__Id\"},{type=\"Debugger__Internal__GdbMi\"},{type=\"Debugger__Internal__DisassemblerLine\"},{type=\"Debugger__Internal__WatchData\"},{type=\"Debugger__Internal__WatchItem\"},{type=\"Debugger__Internal__BreakpointModelId\"},{type=\"Debugger__Internal__ThreadId\"},{type=\"CPlusPlus__ByteArrayRef\"},{type=\"CPlusPlus__Identifier\"},{type=\"CPlusPlus__Symbol\"},{type=\"CPlusPlus__Class\"},{type=\"CPlusPlus__IntegerType\"},{type=\"CPlusPlus__FullySpecifiedType\"},{type=\"CPlusPlus__NamedType\"},{type=\"CPlusPlus__PointerType\"},{type=\"CPlusPlus__TemplateNameId\"},{type=\"CPlusPlus__QualifiedNameId\"},{type=\"CPlusPlus__Literal\"},{type=\"CPlusPlus__StringLiteral\"},{type=\"CPlusPlus__Internal__Value\"},{type=\"Utils__FileName\"},{type=\"Utils__ElfSection\"},{type=\"Utf8String\"},{type=\"CPlusPlus__Token\"},{type=\"CPlusPlus__Internal__PPToken\"},{type=\"ProString\"},{type=\"ProKey\"},{type=\"Core__GeneratedFile\"},{type=\"ProjectExplorer__Node\"},{type=\"ProjectExplorer__FolderNode\"},{type=\"ProjectExplorer__ProjectNode\"},{type=\"CMakeProjectManager__Internal__CMakeProjectNode\"},{type=\"QmakeProjectManager__QmakePriFileNode\"},{type=\"QmakeProjectManager__QmakeProFileNode\"},],python=\"30601\"}\n"
>88^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

>89^done

dCALL: SETUP INFERIOR
<90unset environment CASROOT
<91unset environment CSF_EXCEPTION_PROMPT
<92unset environment CSF_GraphicShr
<93unset environment CSF_IGESDefaults
<94unset environment CSF_LANGUAGE
<95unset environment CSF_MDTVTexturesDirectory
<96unset environment CSF_PluginDefaults
<97unset environment CSF_SHMessage
<98unset environment CSF_STEPDefaults
<99unset environment CSF_StandardDefaults
<100unset environment CSF_StandardLiteDefaults
<101unset environment CSF_UnitsDefinition
<102unset environment CSF_UnitsLexicon
<103unset environment CSF_XCAFDefaults
<104unset environment CSF_XSMessage
<105unset environment CSF_XmlOcafResource
<106unset environment DBUS_SESSION_BUS_ADDRESS
<107unset environment DESKTOP_SESSION
<108unset environment DISPLAY
<109unset environment GS_LIB
<110unset environment GTK_MODULES
<111unset environment HG
<112unset environment HOME
<113unset environment KDE_FULL_SESSION
<114unset environment KDE_SESSION_UID
<115unset environment KDE_SESSION_VERSION
<116unset environment LANG
<117unset environment LANGUAGE
<118unset environment LARCH_PATH
<119unset environment LCLIMPORTDIR
<120unset environment LD_LIBRARY_PATH
<121unset environment LOGNAME
<122unset environment MAIL
<123unset environment MMGT_CLEAR
<124unset environment MOZ_PLUGIN_PATH
<125unset environment PATH
<126unset environment PWD
<127unset environment QSG_RENDER_LOOP
<128unset environment QT_AUTO_SCREEN_SCALE_FACTOR
<129unset environment QT_LOGGING_TO_CONSOLE
<130unset environment SESSION_MANAGER
<131unset environment SHELL
<132unset environment SHLVL
<133unset environment USER
<134unset environment XAUTHORITY
<135unset environment XCURSOR_THEME
<136unset environment XDG_CURRENT_DESKTOP
<137unset environment XDG_DATA_DIRS
<138unset environment XDG_RUNTIME_DIR
<139unset environment XDG_SEAT
<140unset environment XDG_SEAT_PATH
<141unset environment XDG_SESSION_CLASS
<142unset environment XDG_SESSION_DESKTOP
<143unset environment XDG_SESSION_ID
<144unset environment XDG_SESSION_PATH
<145unset environment XDG_SESSION_TYPE
<146unset environment XDG_VTNR
<147unset environment _
<148-file-exec-and-symbols
"/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.elf"
>&"unset environment CASROOT\n"
>90^done

>&"unset environment CSF_EXCEPTION_PROMPT\n"
>91^done

>&"unset environment CSF_GraphicShr\n"
>92^done

>&"unset environment CSF_IGESDefaults\n"
>93^done

>&"unset environment CSF_LANGUAGE\n"
>94^done

>&"unset environment CSF_MDTVTexturesDirectory\n"
>95^done

>&"unset environment CSF_PluginDefaults\n"
>96^done

>&"unset environment CSF_SHMessage\n"
>97^done

>&"unset environment CSF_STEPDefaults\n"
>98^done

>&"unset environment CSF_StandardDefaults\n"
>99^done

>&"unset environment CSF_StandardLiteDefaults\n"
>100^done

>&"unset environment CSF_UnitsDefinition\n"
>101^done

>&"unset environment CSF_UnitsLexicon\n"
>102^done

>&"unset environment CSF_XCAFDefaults\n"
>103^done

>&"unset environment CSF_XSMessage\n"
>104^done

>&"unset environment CSF_XmlOcafResource\n"
>105^done

>&"unset environment DBUS_SESSION_BUS_ADDRESS\n"
>106^done

>&"unset environment DESKTOP_SESSION\n"
>107^done

>&"unset environment DISPLAY\n"
>108^done

>&"unset environment GS_LIB\n"
>109^done

>&"unset environment GTK_MODULES\n"
>110^done

>&"unset environment HG\n"
>111^done

>&"unset environment HOME\n"
>112^done

>&"unset environment KDE_FULL_SESSION\n"
>113^done

>&"unset environment KDE_SESSION_UID\n"
>114^done

>&"unset environment KDE_SESSION_VERSION\n"
>115^done

>&"unset environment LANG\n"
>116^done

>&"unset environment LANGUAGE\n"
>117^done

>&"unset environment LARCH_PATH\n"
>118^done

>&"unset environment LCLIMPORTDIR\n"
>119^done

>&"unset environment LD_LIBRARY_PATH\n"
>120^done

>&"unset environment LOGNAME\n"
>121^done

>&"unset environment MAIL\n"
>122^done

>&"unset environment MMGT_CLEAR\n"
>123^done

>&"unset environment MOZ_PLUGIN_PATH\n"
>124^done

>&"unset environment PATH\n"
>125^done

>&"unset environment PWD\n"
>126^done

>&"unset environment QSG_RENDER_LOOP\n"
>127^done

>&"unset environment QT_AUTO_SCREEN_SCALE_FACTOR\n"
>128^done

>&"unset environment QT_LOGGING_TO_CONSOLE\n"
>129^done

>&"unset environment SESSION_MANAGER\n"
>130^done

>&"unset environment SHELL\n"
>131^done

>&"unset environment SHLVL\n"
>132^done

>&"unset environment USER\n"
>133^done

>&"unset environment XAUTHORITY\n"
>134^done

>&"unset environment XCURSOR_THEME\n"
>135^done

>&"unset environment XDG_CURRENT_DESKTOP\n"
>136^done

>&"unset environment XDG_DATA_DIRS\n"
>137^done

>&"unset environment XDG_RUNTIME_DIR\n"
>138^done

>&"unset environment XDG_SEAT\n"
>139^done

>&"unset environment XDG_SEAT_PATH\n"
>140^done

>&"unset environment XDG_SESSION_CLASS\n"
>141^done

>&"unset environment XDG_SESSION_DESKTOP\n"
>142^done

>&"unset environment XDG_SESSION_ID\n"
>143^done

>&"unset environment XDG_SESSION_PATH\n"
>144^done

>&"unset environment XDG_SESSION_TYPE\n"
>145^done

>&"unset environment XDG_VTNR\n"
>146^done

>&"unset environment _\n"
>147^done

>148^done
<149target remote tcp:localhost:1234

>&"target remote tcp:localhost:1234\n"
>~"Remote debugging using tcp:localhost:1234\n"
>=thread-group-started,id="i1",pid="42000"
sThread-Gruppe i1 erzeugt
dPID 42000 gemeldet
>=thread-created,id="1",group-id="i1"
sThread 1 erzeugt
>~"0x00000000 in __vectors ()\n"
>*stopped,frame={addr="0x00000000",func="__vectors",args=[]},thread-id="1",stopped-threads="all"
eERROR: UNEXPECTED STATE: InferiorSetupRequested  WANTED: InferiorStopOk
IN
../../../../qt-creator-opensource-src-4.3.0/src/plugins/debugger/gdb/gdbengine.cpp:1426
eERROR: UNEXPECTED STATE: InferiorSetupRequested  WANTED: InferiorStopOk
IN
../../../../qt-creator-opensource-src-4.3.0/src/plugins/debugger/gdb/gdbengine.cpp:1438
<150importPlainDumpers off
eERROR: UNEXPECTED STATE: InferiorSetupRequested  WANTED: InferiorStopOk
IN
../../../../qt-creator-opensource-src-4.3.0/src/plugins/debugger/gdb/gdbengine.cpp:1510
sAngehalten.
>149^done
dINFERIOR STARTED
sDebugger an angehaltene Anwendung angehängt
sSetze Haltepunkte...
dSetze Haltepunkte...
dATTEMPT BREAKPOINT SYNCHRONIZATION
dTAKING OWNERSHIP OF BREAKPOINT 1 IN STATE 0
dTAKING OWNERSHIP OF BREAKPOINT 2 IN STATE 0
dRUNNING NEEDS-STOP COMMAND -break-insert  -f "\"avr0000.cc\":25"
dUNSAFE STATE FOR QUEUED COMMAND. EXECUTING IMMEDIATELY
<151-break-insert  -f "\"avr0000.cc\":25"
dRUNNING NEEDS-STOP COMMAND -break-insert  -f "\"ppc5000.cc\":25"
dUNSAFE STATE FOR QUEUED COMMAND. EXECUTING IMMEDIATELY
<152-break-insert  -f "\"ppc5000.cc\":25"
dBREAKPOINTS ARE NOT FULLY SYNCHRONIZED

<153-thread-info
>&"importPlainDumpers off\n"
>~"1 printer disabled\n"
>~"0 of 1 printers enabled\n"
>~"None\n"
>150^done

>151^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00000090",func="main()",file="/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc",fullname="/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc",line="25",thread-groups=["i1"],times="0",original-location="avr0000.cc:25"}

>&"No source file named ppc5000.cc.\n"
>152^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending="\"ppc5000.cc\":25",times="0",original-location="\"ppc5000.cc\":25"}
dATTEMPT BREAKPOINT SYNCHRONIZATION
dBREAKPOINTS ARE SYNCHRONIZED

>153^done,threads=[{id="1",target-id="Thread
<main>",frame={level="0",addr="0x00000000",func="__vectors",args=[]},state="stopped"}],current-thread-id="1"
<154python theDumper.fetchStack({"limit":20,"nativemixed":0,"token":154})

>&"python
theDumper.fetchStack({\"limit\":20,\"nativemixed\":0,\"token\":154})\n"
>~"result={token=\"0\",stack={frames=[frame={level=\"0\",address=\"0x0\",function=\"__vectors\",file=\"\",line=\"0\",module=\"\",language=\"c\"}].report}}\n"
>154^done
dALL COMMANDS DONE; INVOKING CALLBACK
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
sAngehalten.
dState changed from EngineRunRequested(7) to InferiorStopOk(14) [master]
dNOTE: INFERIOR RUN REQUESTED
sAusführung angefordert...
dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master]
sFortsetzung angefordert...
<155-exec-continue
>155^running
dNOTE: INFERIOR RUN OK
sLäuft.
dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master]
>*running,thread-id="all"
dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk.

>~"Note: automatically using hardware breakpoints for read-only
addresses.\n"
>=breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x00000090",func="main()",file="/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc",fullname="/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc",line="25",thread-groups=["i1"],times="1",original-location="avr0000.cc:25"}
>~"\n"
>~"Breakpoint 1, main () at
/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc:25\n"
>~"25\t        ++x;        \n"
>*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame={addr="0x00000090",func="main",args=[],file="/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc",fullname="/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc",line="25"},thread-id="1",stopped-threads="all"
dNOTE: INFERIOR SPONTANEOUS STOP
sAngehalten.
dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
sAn Haltepunkt 1 (1) im Thread 1 angehalten.

>&"p 0\n"
>~"$1 = 0"
>~"\n"
>^done

<156-thread-info
>156^done,threads=[{id="1",target-id="Thread
<main>",frame={level="0",addr="0x00000090",func="main",args=[],file="/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc",fullname="/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc",line="25"},state="stopped"}],current-thread-id="1"
<157python theDumper.fetchStack({"limit":20,"nativemixed":0,"token":157})

>&"python
theDumper.fetchStack({\"limit\":20,\"nativemixed\":0,\"token\":157})\n"
>~"result={token=\"0\",stack={frames=[frame={level=\"0\",address=\"0x90\",function=\"main\",file=\"/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.cc\",line=\"25\",module=\"/home/lmeier/Lehre/Eigene/Prog2NeuesKonzept/ppc/src/ppc50/avr/avr0000.elf\",language=\"c\"}].report}}\n"
>157^done
<158-stack-select-frame 0
<159python
theDumper.fetchVariables({"autoderef":1,"context":"","displaystringlimit":"100","dyntype":1,"expanded":["local","return","watch","inspect"],"fancy":1,"formats":{},"nativemixed":0,"partialvar":"","passexceptions":0,"qobjectnames":1,"resultvarname":"","stringcutoff":"10000","token":159,"typeformats":{},"watchers":[{"exp":"78","iname":"watch.0"}]})
<160maintenance print raw-registers
<161-data-list-register-values r

>158^done

>&"python
theDumper.fetchVariables({\"autoderef\":1,\"context\":\"\",\"displaystringlimit\":\"100\",\"dyntype\":1,\"expanded\":[\"local\",\"return\",\"watch\",\"inspect\"],\"fancy\":1,\"formats\":{},\"nativemixed\":0,\"partialvar\":\"\",\"passexceptions\":0,\"qobjectnames\":1,\"resultvarname\":\"\",\"stringcutoff\":\"10000\",\"token\":159,\"typeformats\":{},\"watchers\":[{\"exp\":\"78\",\"iname\":\"watch.0\"}]})\n"
>~"result={token=\"0\",data=[{iname=\"watch.0\",wname=\"78\",numchild=\"0\",type=\"uint8_t\",value=\"0\",},],typeinfo=[],partial=\"0\",counts={},timimgs=[]}\n"
>159^done
 <Rebuild Watchmodel 1 @ 11:02:05.366 >
sAlle Daten erhalten

>&"maintenance print raw-registers\n"
>~" Name         Nr  Rel Offset    Size  Type            Raw value\n"
>~" r0            0    0      0       1 uint8_t         <invalid>\n"
>~" r1            1    1      1       1 uint8_t         <invalid>\n"
>~" r2            2    2      2       1 uint8_t         <invalid>\n"
>~" r3            3    3      3       1 uint8_t         <invalid>\n"
>~" r4            4    4      4       1 uint8_t         <invalid>\n"
>~" r5            5    5      5       1 uint8_t         <invalid>\n"
>~" r6            6    6      6       1 uint8_t         <invalid>\n"
>~" r7            7    7      7       1 uint8_t         <invalid>\n"
>~" r8            8    8      8       1 uint8_t         <invalid>\n"
>~" r9            9    9      9       1 uint8_t         <invalid>\n"
>~" r10          10   10     10       1 uint8_t         <invalid>\n"
>~" r11          11   11     11       1 uint8_t         <invalid>\n"
>~" r12          12   12     12       1 uint8_t         <invalid>\n"
>~" r13          13   13     13       1 uint8_t         <invalid>\n"
>~" r14          14   14     14       1 uint8_t         <invalid>\n"
>~" r15          15   15     15       1 uint8_t         <invalid>\n"
>~" r16          16   16     16       1 uint8_t         <invalid>\n"
>~" r17          17   17     17       1 uint8_t         <invalid>\n"
>~" r18          18   18     18       1 uint8_t         <invalid>\n"
>~" r19          19   19     19       1 uint8_t         <invalid>\n"
>~" r20          20   20     20       1 uint8_t         <invalid>\n"
>~" r21          21   21     21       1 uint8_t         <invalid>\n"
>~" r22          22   22     22       1 uint8_t         <invalid>\n"
>~" r23          23   23     23       1 uint8_t         <invalid>\n"
>~" r24          24   24     24       1 uint8_t         <invalid>\n"
>~" r25          25   25     25       1 uint8_t         <invalid>\n"
>~" r26          26   26     26       1 uint8_t         <invalid>\n"
>~" r27          27   27     27       1 uint8_t         <invalid>\n"
>~" r28          28   28     28       1 uint8_t         <invalid>\n"
>~" r29          29   29     29       1 uint8_t         <invalid>\n"
>~" r30          30   30     30       1 uint8_t         <invalid>\n"
>~" r31          31   31     31       1 uint8_t         <invalid>\n"
>~" SREG         32   32     32       1 uint8_t         0x00\n"
>~" SP           33   33     33       2 *1              0x08fd\n"
>~" PC2          34   34     35       4 uint32_t        0x00000090\n"
>~" pc           35    0     39       4 *1              <cooked>\n"
>~"*1: Register type's name NULL.\n"
>160^done

>161^done,register-values=[{number="0",value="0x00"},{number="1",value="0x00"},{number="2",value="0x00"},{number="3",value="0x00"},{number="4",value="0x00"},{number="5",value="0x00"},{number="6",value="0x00"},{number="7",value="0x00"},{number="8",value="0x00"},{number="9",value="0x00"},{number="10",value="0x00"},{number="11",value="0x00"},{number="12",value="0x00"},{number="13",value="0x00"},{number="14",value="0x00"},{number="15",value="0x00"},{number="16",value="0x00"},{number="17",value="0x00"},{number="18",value="0x01"},{number="19",value="0x00"},{number="20",value="0x00"},{number="21",value="0x00"},{number="22",value="0x00"},{number="23",value="0x00"},{number="24",value="0x00"},{number="25",value="0x00"},{number="26",value="0x01"},{number="27",value="0x01"},{number="28",value="0xff"},{number="29",value="0x08"},{number="30",value="0x00"},{number="31",value="0x00"},{number="32",value="0x02"},{number="33",value="0x000008fd"},{number="34",value="0x00000090"},{number="35",value="0x00000048"}]


<162set disassembly-flavor att
<163-interpreter-exec console "disassemble /rm 0x90"
>&"set disassembly-flavor att\n"
>&"No symbol \"disassembly\" in current context.\n"
>162^error,msg="No symbol \"disassembly\" in current context."

>&"No function contains specified address.\n"
>163^error,msg="No function contains specified address."
<164-interpreter-exec console "disassemble /rm 0x7c,0xf4"

>~"Dump of assembler code from 0x80007c to 0x8000f4:\n"
>~"   0x0080007c:\t00 00\tnop\n"
>~"   0x0080007e:\t00 00\tnop\n"
>~"   0x00800080:\t00 00\tnop\n"
>~"   0x00800082:\t00 00\tnop\n"
>~"   0x00800084:\t00 00\tnop\n"
>~"   0x00800086:\t00 00\tnop\n"
>~"   0x00800088:\t00 00\tnop\n"
>~"   0x0080008a:\t00 00\tnop\n"
>~"   0x0080008c:\t00 00\tnop\n"
>~"   0x0080008e:\t00 00\tnop\n"
>~"   0x00800090:\t00 00\tnop\n"
>~"   0x00800092:\t00 00\tnop\n"
>~"   0x00800094:\t00 00\tnop\n"
>~"   0x00800096:\t00 00\tnop\n"
>~"   0x00800098:\t00 00\tnop\n"
>~"   0x0080009a:\t00 00\tnop\n"
>~"   0x0080009c:\t00 00\tnop\n"
>~"   0x0080009e:\t00 00\tnop\n"
>~"   0x008000a0:\t00 00\tnop\n"
>~"   0x008000a2:\t00 00\tnop\n"
>~"   0x008000a4:\t00 00\tnop\n"
>~"   0x008000a6:\t00 00\tnop\n"
>~"   0x008000a8:\t00 00\tnop\n"
>~"   0x008000aa:\t00 00\tnop\n"
>~"   0x008000ac:\t00 00\tnop\n"
>~"   0x008000ae:\t00 00\tnop\n"
>~"   0x008000b0:\t00 00\tnop\n"
>~"   0x008000b2:\t00 00\tnop\n"
>~"   0x008000b4:\t00 00\tnop\n"
>~"   0x008000b6:\t00 00\tnop\n"
>~"   0x008000b8:\t00 f8\tbld\tr0, 0\n"
>~"   0x008000ba:\t00 00\tnop\n"
>~"   0x008000bc:\t00 00\tnop\n"
>~"   0x008000be:\t00 00\tnop\n"
>~"   0x008000c0:\t20 08\tsbc\tr2, r0\n"
>~"   0x008000c2:\t06 00\t.word\t0x0006\t; ????\n"
>~"   0x008000c4:\t00 00\tnop\n"
>~"   0x008000c6:\t00 00\tnop\n"
>~"   0x008000c8:\t00 00\tnop\n"
>~"   0x008000ca:\t00 00\tnop\n"
>~"   0x008000cc:\t00 00\tnop\n"
>~"   0x008000ce:\t00 00\tnop\n"
>~"   0x008000d0:\t00 00\tnop\n"
>~"   0x008000d2:\t00 00\tnop\n"
>~"   0x008000d4:\t00 00\tnop\n"
>~"   0x008000d6:\t00 00\tnop\n"
>~"   0x008000d8:\t00 00\tnop\n"
>~"   0x008000da:\t00 00\tnop\n"
>~"   0x008000dc:\t00 00\tnop\n"
>~"   0x008000de:\t00 00\tnop\n"
>~"   0x008000e0:\t00 00\tnop\n"
>~"   0x008000e2:\t00 00\tnop\n"
>~"   0x008000e4:\t00 00\tnop\n"
>~"   0x008000e6:\t00 00\tnop\n"
>~"   0x008000e8:\t00 00\tnop\n"
>~"   0x008000ea:\t00 00\tnop\n"
>~"   0x008000ec:\t00 00\tnop\n"
>~"   0x008000ee:\t00 00\tnop\n"
>~"   0x008000f0:\t00 00\tnop\n"
>~"   0x008000f2:\t00 00\tnop\n"
>~"End of assembler dump.\n"
>164^done
<165disassemble /r 0x7c,0xf4

>&"disassemble /r 0x7c,0xf4\n"
>~"Dump of assembler code from 0x80007c to 0x8000f4:\n"
>~"   0x0080007c:\t00 00\tnop\n"
>~"   0x0080007e:\t00 00\tnop\n"
>~"   0x00800080:\t00 00\tnop\n"
>~"   0x00800082:\t00 00\tnop\n"
>~"   0x00800084:\t00 00\tnop\n"
>~"   0x00800086:\t00 00\tnop\n"
>~"   0x00800088:\t00 00\tnop\n"
>~"   0x0080008a:\t00 00\tnop\n"
>~"   0x0080008c:\t00 00\tnop\n"
>~"   0x0080008e:\t00 00\tnop\n"
>~"   0x00800090:\t00 00\tnop\n"
>~"   0x00800092:\t00 00\tnop\n"
>~"   0x00800094:\t00 00\tnop\n"
>~"   0x00800096:\t00 00\tnop\n"
>~"   0x00800098:\t00 00\tnop\n"
>~"   0x0080009a:\t00 00\tnop\n"
>~"   0x0080009c:\t00 00\tnop\n"
>~"   0x0080009e:\t00 00\tnop\n"
>~"   0x008000a0:\t00 00\tnop\n"
>~"   0x008000a2:\t00 00\tnop\n"
>~"   0x008000a4:\t00 00\tnop\n"
>~"   0x008000a6:\t00 00\tnop\n"
>~"   0x008000a8:\t00 00\tnop\n"
>~"   0x008000aa:\t00 00\tnop\n"
>~"   0x008000ac:\t00 00\tnop\n"
>~"   0x008000ae:\t00 00\tnop\n"
>~"   0x008000b0:\t00 00\tnop\n"
>~"   0x008000b2:\t00 00\tnop\n"
>~"   0x008000b4:\t00 00\tnop\n"
>~"   0x008000b6:\t00 00\tnop\n"
>~"   0x008000b8:\t00 f8\tbld\tr0, 0\n"
>~"   0x008000ba:\t00 00\tnop\n"
>~"   0x008000bc:\t00 00\tnop\n"
>~"   0x008000be:\t00 00\tnop\n"
>~"   0x008000c0:\t20 08\tsbc\tr2, r0\n"
>~"   0x008000c2:\t06 00\t.word\t0x0006\t; ????\n"
>~"   0x008000c4:\t00 00\tnop\n"
>~"   0x008000c6:\t00 00\tnop\n"
>~"   0x008000c8:\t00 00\tnop\n"
>~"   0x008000ca:\t00 00\tnop\n"
>~"   0x008000cc:\t00 00\tnop\n"
>~"   0x008000ce:\t00 00\tnop\n"
>~"   0x008000d0:\t00 00\tnop\n"
>~"   0x008000d2:\t00 00\tnop\n"
>~"   0x008000d4:\t00 00\tnop\n"
>~"   0x008000d6:\t00 00\tnop\n"
>~"   0x008000d8:\t00 00\tnop\n"
>~"   0x008000da:\t00 00\tnop\n"
>~"   0x008000dc:\t00 00\tnop\n"
>~"   0x008000de:\t00 00\tnop\n"
>~"   0x008000e0:\t00 00\tnop\n"
>~"   0x008000e2:\t00 00\tnop\n"
>~"   0x008000e4:\t00 00\tnop\n"
>~"   0x008000e6:\t00 00\tnop\n"
>~"   0x008000e8:\t00 00\tnop\n"
>~"   0x008000ea:\t00 00\tnop\n"
>~"   0x008000ec:\t00 00\tnop\n"
>~"   0x008000ee:\t00 00\tnop\n"
>~"   0x008000f0:\t00 00\tnop\n"
>~"   0x008000f2:\t00 00\tnop\n"
>~"End of assembler dump.\n"
>165^done
sFehler beim Disassemblieren:

Maybe its a user error?

-- 
Wilhelm


More information about the Qt-creator mailing list