wNote: This log contains possibly confidential information about your machine, environment variables, in-memory data of the processes you are debugging, and more. It is never transferred over the internet by Qt Creator, and only stored to disk if you manually use the respective option from the context menu, or through mechanisms that are not under the control of Qt Creator's Debugger plugin, for instance in swap files, or other plugins you might use. wYou may be asked to share the contents of this log when reporting bugs related to debugger operation. In this case, make sure your submission does not contain data you do not want to or you are not allowed to share. w dStart parameters: 'test' mode: 1 dABI: x86-windows-msys-pe-32bit dLanguages: c++ dExecutable: F:\Projects\build-test-Desktop-Debug\qtc_Desktop_Debug\test.a94a8fe5\test.exe [terminal] dDirectory: F:\Projects\build-test-Desktop-Debug\qtc_Desktop_Debug\test.a94a8fe5 dDebugger: C:\msys64\mingw64\bin\gdb.exe dProject: F:\Projects\test dAdditional Search Directories: dSysroot: dDebug Source Location: dDebugger settings: d/AdditionalArguments: (default: ) d/AdjustBreakpointLocations: true (default: true) d/AlwaysAdjustColumnWidths: true (default: true) d/AutoDerefPointers: true (default: true) d/AutoEnrichParameters: true (default: true) d/BreakEvent: (default: ) d/BreakOnAbort: true (default: false) *** d/BreakOnCatch: false (default: false) d/BreakOnCrtDbgReport: false (default: false) d/BreakOnFatal: false (default: false) d/BreakOnThrow: false (default: false) d/BreakOnWarning: false (default: false) d/BreakpointCorrection: true (default: true) d/BreakpointsFullPath: false (default: false) d/CDB_Console: false (default: false) d/CloseBuffersOnExit: false (default: false) d/CloseMemoryBuffersOnExit: true (default: true) d/DisplayStringLimit: 100 (default: 300) *** d/EnableReverseDebugging: false (default: false) d/ExtraDumperFile: //netapp1/CM/Git/remote/acdumper.py (default: ) *** d/FirstChanceExceptionTaskEntry: true (default: true) d/FontSizeFollowsEditor: false (default: false) d/ForceLoggingToConsole: false (default: false) d/GdbCustomDumperCommands: (default: ) d/GdbPostAttachCommands: (default: ) d/GdbStartupCommands: set max-value-size 600000 dhandle SIGUSR1 nostop dhandle SIGUSR1 noprint dhandle SIGUSR2 nostop dhandle SIGUSR2 noprint dhandle SIGALRM nostop dhandle SIGALRM noprint dhandle SIG44 nostop dhandle SIG44 noprint dhandle SIG50 nostop dhandle SIG50 noprint dhandle SIGPIPE nostop dhandle SIGPIPE noprint d (default: ) *** d/IgnoreFirstChanceAccessViolation: false (default: false) d/IntelFlavor: false (default: false) d/LoadGdbDumpers2: false (default: false) d/LoadGdbInit: true (default: true) d/LogTimeStamps: false (default: false) d/MaximalStackDepth: 20 (default: 20) d/MaximalStringLength: 10000 (default: 10000) d/MultiInferior: false (default: false) d/RaiseOnInterrupt: true (default: true) d/RegisterForPostMortem: false (default: false) d/SecondChanceExceptionTaskEntry: true (default: true) d/ShowQObjectNames2: false (default: true) *** d/ShowQmlObjectTree: true (default: true) d/ShowQtNamespace: false (default: true) *** d/ShowStandardNamespace: false (default: true) *** d/ShowThreadNames: true (default: false) *** d/SkipKnownFrames: false (default: false) d/SkipKnownFrames: false (default: false) d/SortStructMembers: false (default: true) *** d/SourcePaths: (default: ) d/StationaryEditorWhileStepping: false (default: false) d/SwitchModeOnExit: false (default: false) d/SymbolPaths: (default: ) d/TargetAsync: true (default: false) *** d/UseAlternatingRowColours: false (default: false) d/UseAnnotations: true (default: true) d/UseCodeModel: true (default: true) d/UseDebuggingHelper: true (default: true) d/UseDynamicType: false (default: true) *** d/UseIndexCache: true (default: true) d/UseMessageBoxForSignals: true (default: true) d/UsePseudoTracepoints: true (default: true) d/UsePythonDumper: true (default: true) d/UseToolTips: false (default: true) *** d/UseToolTipsInBreakpointsView: true (default: false) *** d/UseToolTipsInLocalsView: false (default: false) d/UseToolTipsInStackView: true (default: true) d/WarnOnReleaseBuilds: true (default: true) d/WatchdogTimeout: 20 (default: 20) dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) dCALL: SETUP ENGINE dTRYING TO START ADAPTER dENABLING TEST CASE: 0 dSTARTING C:\msys64\mingw64\bin\gdb.exe -i mi dGDB STARTED, INITIALIZING IT <211show version <212show debug-file-directory <213set breakpoint pending on <214set print elements 10000 <215set index-cache on <216set unwindonsignal on <217set width 0 <218set height 0 Setting up inferior... <219set substitute-path (.*)/OpenSource F:/Projects/test/../.. <220set substitute-path (.*)/TrunkPackRam F:/Projects/test/../.. <221set substitute-path (.*/CompilationResults/.*/acInfrastructure/ACM) F:/Projects/test/../../CompilationResults/Common/ACM <222set substitute-path /build/GWApp F:/Projects/test/../.. <223set substitute-path /usr/include/boost C:/Qt/boost/boost <224set substitute-path /usr/src/boost_1_59_0 C:/Qt/boost <225set substitute-path /usr/src/boost_1_74_0 C:/Qt/boost <226set substitute-path C:/work/build/qt5_workdir/w/s C:/Qt/Qt5.15.2/5.15.2/msvc2019_64/../Src <227set substitute-path Q:/qt5_workdir/w/s C:/Qt/Qt5.15.2/5.15.2/msvc2019_64/../Src <228set substitute-path c:/Users/qt/work/install C:/Qt/Qt5.15.2/5.15.2/msvc2019_64/../Src <229set substitute-path c:/users/qt/work/qt C:/Qt/Qt5.15.2/5.15.2/msvc2019_64/../Src <230python sys.path.insert(1, 'F:/Projects/qt-creator/qtc-master/share/qtcreator/debugger/') <231python sys.path.append('C:/msys64/mingw64/bin/data-directory/python') <232python from gdbbridge import * <233python theDumper.addDumperModule({"path":"//netapp1/CM/Git/remote/acdumper.py","token":233}) <234python theDumper.loadDumpers({"token":234}) >=thread-group-added,id="i1" >~"GNU gdb (GDB) 10.2\n" >~"Copyright (C) 2021 Free Software Foundation, Inc.\n" >~"License GPLv3+: GNU GPL version 3 or later \nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law." >~"\nType \"show copying\" and \"show warranty\" for details.\n" >~"This GDB was configured as \"x86_64-w64-mingw32\".\n" >~"Type \"show configuration\" for configuration details.\n" >~"For bug reporting instructions, please see:\n" >~".\n" >~"Find the GDB manual and other documentation resources online at:\n ." >~"\n\n" >~"For help, type \"help\".\n" >~"Type \"apropos word\" to search for commands related to \"word\".\n" >&"show version\n" >~"GNU gdb (GDB) 10.2\n" >~"Copyright (C) 2021 Free Software Foundation, Inc.\n" >~"License GPLv3+: GNU GPL version 3 or later \nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law." >~"\nType \"show copying\" and \"show warranty\" for details.\n" >~"This GDB was configured as \"x86_64-w64-mingw32\".\n" >~"Type \"show configuration\" for configuration details.\n" >~"For bug reporting instructions, please see:\n" >~".\n" >~"Find the GDB manual and other documentation resources online at:\n ." >~"\n\n" >~"For help, type \"help\".\n" >~"Type \"apropos word\" to search for commands related to \"word\".\n" >211^done dPARSING VERSION: 211^done dSUPPORTED GDB VERSION GNU gdb (GDB) 10.2 dCopyright (C) 2021 Free Software Foundation, Inc. dLicense GPLv3+: GNU GPL version 3 or later dThis is free software: you are free to change and redistribute it. dThere is NO WARRANTY, to the extent permitted by law. dType "show copying" and "show warranty" for details. dThis GDB was configured as "x86_64-w64-mingw32". dType "show configuration" for configuration details. dFor bug reporting instructions, please see: d. dFind the GDB manual and other documentation resources online at: d . d dFor help, type "help". dType "apropos word" to search for commands related to "word". dGNU gdb (GDB) 10.2 dCopyright (C) 2021 Free Software Foundation, Inc. dLicense GPLv3+: GNU GPL version 3 or later dThis is free software: you are free to change and redistribute it. dThere is NO WARRANTY, to the extent permitted by law. dType "show copying" and "show warranty" for details. dThis GDB was configured as "x86_64-w64-mingw32". dType "show configuration" for configuration details. dFor bug reporting instructions, please see: d. dFind the GDB manual and other documentation resources online at: d . d dFor help, type "help". dType "apropos word" to search for commands related to "word". dUSING GDB VERSION: 100200, BUILD: 2021 <235-interpreter-exec console "set target-async off" >&"show debug-file-directory\n" >~"The directory where separate debug symbols are searched for is \"c:\\mingw64\\lib\\debug\".\n" >212^done >&"set breakpoint pending on\n" >=cmd-param-changed,param="breakpoint pending",value="on" >213^done >&"set print elements 10000\n" >=cmd-param-changed,param="print elements",value="10000" >214^done >&"set index-cache on\n" >215^done >&"set unwindonsignal on\n" >=cmd-param-changed,param="unwindonsignal",value="on" >216^done >&"set width 0\n" >=cmd-param-changed,param="width",value="4294967295" >217^done >&"set height 0\n" >218^done >&"set substitute-path (.*)/OpenSource F:/Projects/test/../..\n" >219^done >&"set substitute-path (.*)/TrunkPackRam F:/Projects/test/../..\n" >220^done >&"set substitute-path (.*/CompilationResults/.*/acInfrastructure/ACM) F:/Projects/test/../../CompilationResults/Common/ACM\n" >221^done >&"set substitute-path /build/GWApp F:/Projects/test/../..\n" >222^done >&"set substitute-path /usr/include/boost C:/Qt/boost/boost\n" >223^done >&"set substitute-path /usr/src/boost_1_59_0 C:/Qt/boost\n" >224^done >&"set substitute-path /usr/src/boost_1_74_0 C:/Qt/boost\n" >225^done >&"set substitute-path C:/work/build/qt5_workdir/w/s C:/Qt/Qt5.15.2/5.15.2/msvc2019_64/../Src\n" >226^done >&"set substitute-path Q:/qt5_workdir/w/s C:/Qt/Qt5.15.2/5.15.2/msvc2019_64/../Src\n" >227^done >&"set substitute-path c:/Users/qt/work/install C:/Qt/Qt5.15.2/5.15.2/msvc2019_64/../Src\n" >228^done >&"set substitute-path c:/users/qt/work/qt C:/Qt/Qt5.15.2/5.15.2/msvc2019_64/../Src\n" >229^done >&"python sys.path.insert(1, 'F:/Projects/qt-creator/qtc-master/share/qtcreator/debugger/')\n" >230^done >&"python sys.path.append('C:/msys64/mingw64/bin/data-directory/python')\n" >231^done >&"python from gdbbridge import *\n" >232^done >&"python theDumper.addDumperModule({\"path\":\"//netapp1/CM/Git/remote/acdumper.py\",\"token\":233})\n" >233^done >&"python theDumper.loadDumpers({\"token\":234})\n" >~"result={token=\"234\",dumpers=[{type=\"QVariant (QVariantMap)\",formats=\"17\"},{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=\"Utils__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__FilePath\"},{type=\"Utils__FileName\"},{type=\"Utils__ElfSection\"},{type=\"Utils__Port\"},{type=\"Utils__Environment\"},{type=\"Utils__NameValueDictionary\"},{type=\"Utf8String\"},{type=\"CPlusPlus__Token\"},{type=\"CPlusPlus__Internal__PPToken\"},{type=\"ProString\"},{type=\"ProKey\"},{type=\"Core__GeneratedFile\"},{type=\"ProjectExplorer__ProjectNode\"},{type=\"CMakeProjectManager__Internal__CMakeProjectNode\"},{type=\"QmakeProjectManager__QmakePriFileNode\"},{type=\"QmakeProjectManager__QmakeProFileNode\"},{type=\"__m128\"},{type=\"__m256\"},{type=\"__m512\"},{type=\"__m128d\"},{type=\"__m256d\"},{type=\"__m512d\"},{type=\"__m128i\"},{type=\"__m256i\"},{type=\"__m512i\"},{type=\"std__array\",formats=\"16\"},{type=\"gsl__span\"},{type=\"gsl__byte\"},{type=\"Eigen__Matrix\"},{type=\"NimStringDesc\"},{type=\"NimGenericSequence__\"},{type=\"TNimNode\"},{type=\"KDSoapValue1\"},{type=\"KDSoapValue\"},{type=\"WTF__String\"},{type=\"PyTypeObject\"},{type=\"_typeobject\"},{type=\"PyObject\"},{type=\"PyVarObject\"},{type=\"QtcDumperTest_FieldAccessByIndex\"},{type=\"QtcDumperTest_PointerArray\"},{type=\"QtcDumperTest_BufArray\"},{type=\"QtcDumperTest_List__NodeX\"},{type=\"QtcDumperTest_List\"},{type=\"QtcDumperTest_String\"},{type=\"cv__Size_\"},{type=\"cv__Mat\",formats=\"4\"},{type=\"QAtomicInt\"},{type=\"QBasicAtomicInt\"},{type=\"QAtomicPointer\"},{type=\"QByteArray\",editable=\"true\",formats=\"5, 6, 7, 8\"},{type=\"QBitArray\"},{type=\"QChar\"},{type=\"Qt__ItemDataRole\"},{type=\"QStandardItemData\"},{type=\"QStandardItem\"},{type=\"QDate\"},{type=\"QTime\"},{type=\"QTimeZone\"},{type=\"QDateTime\"},{type=\"QDir\"},{type=\"QEvent\"},{type=\"QKeyEvent\"},{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=\"QPair\"},{type=\"QProcEnvKey\"},{type=\"QPixmap\"},{type=\"QMargins\"},{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=\"QSizePolicy__Policy\"},{type=\"QSizePolicy\"},{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=\"QPointer\"},{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=\"QCborArray\"},{type=\"QCborMap\"},{type=\"QCborValue\"},{type=\"QCborValue_proxy\"},{type=\"std____1__array\",formats=\"16\"},{type=\"std__function\"},{type=\"std__complex\"},{type=\"std____1__complex\"},{type=\"std__deque\"},{type=\"std____1__deque\"},{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\",formats=\"16\"},{type=\"std____debug__vector\",formats=\"16\"},{type=\"std__initializer_list\"},{type=\"string\",editable=\"true\"},{type=\"std__wstring\",editable=\"true\",formats=\"2, 4\"},{type=\"std__basic_string\"},{type=\"std____cxx11__basic_string\"},{type=\"std____cxx11__string\",editable=\"true\",formats=\"5, 6, 7, 8\"},{type=\"std____cxx11__wstring\",editable=\"true\",formats=\"2, 4\"},{type=\"std____1__basic_string\"},{type=\"wstring\",editable=\"true\"},{type=\"std____1__once_flag\"},{type=\"std__once_flag\"},{type=\"__gnu_cxx__hash_set\"},{type=\"uint8_t\"},{type=\"int8_t\"},{type=\"std__byte\"},{type=\"std__optional\"},{type=\"std__experimental__optional\"},{type=\"PhoneNumber\"},{type=\"gnTIPAddress\"},{type=\"TNgIPAddr\"},{type=\"gnTFullIPAddress\"},{type=\"gwURI\"},{type=\"gwBaseCoreEvent\"},{type=\"ResourceObj\"},{type=\"SmartResourceObj\"},{type=\"gwBaseEventHandler\"},{type=\"AcString\"},{type=\"AcSIPString\"},{type=\"AcMBufferString\"},{type=\"gwSimpleList\"},{type=\"SmartPtr\"},{type=\"WeakPtr\"},{type=\"ac_infra__CList\"},{type=\"AcUnsortedList\"},{type=\"AcSortedList\"},{type=\"gwLinkedList\"},{type=\"GwRedundancyKey\"},{type=\"Logger\"},{type=\"ac_infra__CString\"},{type=\"ac_infra__CHashMap\"},{type=\"gwQueue\"},{type=\"ServicesMngr__ResourceCounter\"},{type=\"tSessionInfo\"},{type=\"ACCoder\"},{type=\"ac_infra__CPool\"},{type=\"ResourceArray\"},{type=\"ResourcePool__ResourceArray\"},{type=\"ResourcePool\"},{type=\"TResourcePool\"},{type=\"gwPtrQueue\"},{type=\"gwFixedQueue\"},{type=\"MyArray\"},{type=\"TArray\"},{type=\"gwBitVectorTemplate\"},{type=\"gwBitVector\"},{type=\"gwIntrusiveList\"},{type=\"TestClass\"},{type=\"BalanceAlgorithm\"},{type=\"R_info\"},],python=\"30906\"}\n" >234^done <236set max-value-size 600000 235^done >&"set max-value-size 600000\n" >=cmd-param-changed,param="max-value-size",value="600000" >236^done >&"handle SIGUSR1 nostop\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIGUSR1 No\tYes\tYes\t\tUser defined signal 1\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIGUSR1 noprint\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIGUSR1 No\tNo\tYes\t\tUser defined signal 1\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIGUSR2 nostop\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIGUSR2 No\tYes\tYes\t\tUser defined signal 2\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIGUSR2 noprint\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIGUSR2 No\tNo\tYes\t\tUser defined signal 2\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIGALRM nostop\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIGALRM No\tNo\tYes\t\tAlarm clock\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIGALRM noprint\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIGALRM No\tNo\tYes\t\tAlarm clock\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIG44 nostop\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIG44 No\tYes\tYes\t\tReal-time event 44\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIG44 noprint\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIG44 No\tNo\tYes\t\tReal-time event 44\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIG50 nostop\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIG50 No\tYes\tYes\t\tReal-time event 50\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIG50 noprint\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIG50 No\tNo\tYes\t\tReal-time event 50\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIGPIPE nostop\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIGPIPE No\tYes\tYes\t\tBroken pipe\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"handle SIGPIPE noprint\n" >~"Signal Stop\tPrint\tPass to program\tDescription\n" >~"SIGPIPE No\tNo\tYes\t\tBroken pipe\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (EngineRunRequested). TWO RESPONSES FOR ONE COMMAND? >&"attach 9084\n" >~"Attaching to process 9084\n" >=thread-group-started,id="i1",pid="9084" Thread group i1 created. >=thread-created,id="1",group-id="i1" Thread 1 created. >=thread-created,id="2",group-id="i1" Thread 2 created. >~"[New Thread 9084.0x6938]\n" [New Thread 9084.0x6938] >&"warning: : No such file or directory.\n" : No such file or directory. >*stopped IGNORING TERMINAL SIGTRAP >237^done Setting breakpoints... dSetting breakpoints... dTAKING OWNERSHIP OF BREAKPOINT 1 dRUNNING NEEDS-STOP COMMAND -break-insert -f "\"main.cpp\":6" dUNSAFE STATE FOR QUEUED COMMAND. EXECUTING IMMEDIATELY <238-break-insert -f "\"main.cpp\":6" <239python theDumper.createSpecialBreakpoints({"breakonabort":1,"breakonfatal":0,"breakonwarning":0,"token":239}) Inferior attached, thread 28396 resumed dNOTE: ENGINE RUN AND INFERIOR STOP OK Stopped. dState changed from EngineRunRequested(3) to InferiorStopOk(10) dNOTE: INFERIOR RUN REQUESTED Run requested... dState changed from InferiorStopOk(10) to InferiorRunRequested(6) Running requested... <240-exec-continue >&"No symbol table is loaded. Use the \"file\" command.\n" >238^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="",pending="\"main.cpp\":6",times="0",original-location="\"main.cpp\":6"} >&"python theDumper.createSpecialBreakpoints({\"breakonabort\":1,\"breakonfatal\":0,\"breakonwarning\":0,\"token\":239})\n" >&"No symbol table is loaded. Use the \"file\" command.\n" >239^done >240^running dNOTE: INFERIOR RUN OK Running. dState changed from InferiorRunRequested(6) to InferiorRunOk(7) >*running,thread-id="all" >&"warning: `C:\\WINDOWS\\System32\\wow64cpu.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386.\n" `C:\WINDOWS\System32\wow64cpu.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386. >=library-loaded,id="C:\\WINDOWS\\System32\\wow64cpu.dll",target-name="C:\\WINDOWS\\System32\\wow64cpu.dll",host-name="C:\\WINDOWS\\System32\\wow64cpu.dll",symbols-loaded="0",thread-group="i1",ranges=[{from="0x77621000",to="0x77629078"}] Library C:\WINDOWS\System32\wow64cpu.dll loaded. >~"[Thread 9084.0x6938 exited with code 0]\n" [Thread 9084.0x6938 exited with code 0] >=thread-exited,id="2",group-id="i1" Thread 2 in group i1 exited. >=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",ranges=[{from="0x76f30000",to="0x77004818"}] Library 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",ranges=[{from="0x77011000",to="0x77223ab4"}] Library 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",ranges=[{from="0x76941000",to="0x769fe748"}] Library C:\WINDOWS\SysWOW64\msvcrt.dll loaded. >=thread-created,id="3",group-id="i1" Thread 3 created. >~"[New Thread 9084.0xe54]\n" [New Thread 9084.0xe54] >=thread-created,id="4",group-id="i1" Thread 4 created. >~"[New Thread 9084.0x3510]\n" [New Thread 9084.0x3510] >=library-loaded,id="C:\\Qt\\mingw\\bin\\libgcc_s_dw2-1.dll",target-name="C:\\Qt\\mingw\\bin\\libgcc_s_dw2-1.dll",host-name="C:\\Qt\\mingw\\bin\\libgcc_s_dw2-1.dll",symbols-loaded="0",thread-group="i1",ranges=[{from="0x6eb41000",to="0x6eb658c8"}] Library C:\Qt\mingw\bin\libgcc_s_dw2-1.dll loaded. >=library-loaded,id="C:\\Qt\\mingw\\bin\\libwinpthread-1.dll",target-name="C:\\Qt\\mingw\\bin\\libwinpthread-1.dll",host-name="C:\\Qt\\mingw\\bin\\libwinpthread-1.dll",symbols-loaded="0",thread-group="i1",ranges=[{from="0x64b41000",to="0x64b575f0"}] Library C:\Qt\mingw\bin\libwinpthread-1.dll loaded. >=thread-created,id="5",group-id="i1" Thread 5 created. >~"[New Thread 9084.0x61c8]\n" [New Thread 9084.0x61c8] >~"\nThread " >~"1 received signal SIGTRAP, Trace/breakpoint trap.\n" >~"[Switching to Thread 9084.0x6eec]\n" >~"0x776e1b73 in ?? ()\n" >*stopped,reason="signal-received",signal-name="SIGTRAP",signal-meaning="Trace/breakpoint trap",frame={addr="0x776e1b73",func="??",args=[],arch="i386"},thread-id="1",stopped-threads="all" dNOTE: INFERIOR SPONTANEOUS STOP Stopped. dState changed from InferiorRunOk(7) to InferiorStopOk(10) <241importPlainDumpers off dSIGTRAP CONSIDERED HARMLESS. CONTINUING. Stopped: "signal-received". >&"p 0\n" <242-thread-info >~"$1 = 0\n" >^done dCOOKIE FOR TOKEN 0 ALREADY EATEN (InferiorStopOk). TWO RESPONSES FOR ONE COMMAND? >&"importPlainDumpers off\n" >~"171 printers disabled\n" >~"0 of 171 printers enabled\n" >~"None\n" >241^done >242^done,threads=[{id="1",target-id="Thread 9084.0x6eec",frame={level="0",addr="0x776e1b73",func="??",args=[],arch="i386"},state="stopped"},{id="3",target-id="Thread 9084.0xe54",frame={level="0",addr="0x776a46ec",func="??",args=[],arch="i386"},state="stopped"},{id="4",target-id="Thread 9084.0x3510",frame={level="0",addr="0x776a46ec",func="??",args=[],arch="i386"},state="stopped"},{id="5",target-id="Thread 9084.0x61c8",frame={level="0",addr="0x776a46ec",func="??",args=[],arch="i386"},state="stopped"}],current-thread-id="1" <243threadnames 20 <244python theDumper.fetchStack({"limit":20,"nativemixed":0,"token":244}) >&"threadnames 20\n" >~"[]\n" >243^done >&"python theDumper.fetchStack({\"limit\":20,\"nativemixed\":0,\"token\":244})\n" >~"result={token=\"0\",stack={frames=[frame={level=\"0\",address=\"0x776e1b73\",function=\"??\",file=\"\",line=\"0\",module=\"\",language=\"c\"}frame={level=\"1\",address=\"0x776dc088\",function=\"??\",file=\"\",line=\"0\",module=\"\",language=\"c\"}frame={level=\"2\",address=\"0x77696411\",function=\"??\",file=\"\",line=\"0\",module=\"\",language=\"c\"}frame={level=\"3\",address=\"0x77696301\",function=\"??\",file=\"\",line=\"0\",module=\"\",language=\"c\"}frame={level=\"4\",address=\"0x0\",function=\"??\",file=\"\",line=\"0\",module=\"\",language=\"c\"}]}}\n" >244^done <245set disassembly-flavor att <246-interpreter-exec console "disassemble /rs 0x776e1b73" <247-stack-select-frame 0 <248python theDumper.fetchVariables({"autoderef":1,"context":"","displaystringlimit":100,"dyntype":0,"expanded":["local","return","watch","inspect"],"fancy":1,"formats":{"local.All":24,"local.BufferPtr":23,"local.CurAttr.Value":5,"local.DebugFlagsMask":23,"local.IP.IPAddress.@1.IPvxAddr32.Addr.0":23,"local.Input.*.Event":23,"local.Message":1,"local.Msg":5,"local.MsgStr":110,"local.access":23,"local.boardIPAddr":23,"local.dst":1,"local.end":1,"local.flagMask":23,"local.foo":23,"local.g":23,"local.ip":23,"local.m_Call.@1.@1.m_Session.SessionHandle.SessionID":23,"local.p":23,"local.pIpAddress":204,"local.remoteIpAddress.addr.ipv4.sin_addr.S_un.S_addr":23,"local.s1":5,"local.singleWebName":5,"local.start":5,"local.str.@1.@1.m_Str":101,"local.temp":101,"local.this.@1.@1._remoteAddress.addr.ipv4.sin_addr.S_un.S_un_b.s_b1":22,"local.this.@1.m_Headers.m_MainArray.10.m_Offset.@1.@1.m_Str":101,"local.val.AddressFamily":23,"local.wordPtr":12,"return.$3":22,"watch.0.pData.*.ip":23,"watch.1.0":203,"watch.1.1":204,"watch.2":204},"nativemixed":0,"partialvar":"","passexceptions":0,"qobjectnames":0,"resultvarname":"","stringcutoff":10000,"timestamps":0,"token":248,"typeformats":{"DWORD":1,"HRESULT":1,"bfd_size_type":1,"bfd_vma":1,"char":23,"char *":1,"char*":5,"char[]":110,"int":204,"short":1,"unsigned char *":1,"unsignedchar":1,"unsignedint":22},"watchers":[]}) <249maintenance print register-groups <250-data-list-register-values r >&"set disassembly-flavor att\n" >245^done >&"No function contains specified address.\n" >246^error,msg="No function contains specified address." <251-interpreter-exec console "disassemble /rs 0x776e1b5f,0x776e1bd7" >247^done >&"python theDumper.fetchVariables({\"autoderef\":1,\"context\":\"\",\"displaystringlimit\":100,\"dyntype\":0,\"expanded\":[\"local\",\"return\",\"watch\",\"inspect\"],\"fancy\":1,\"formats\":{\"local.All\":24,\"local.BufferPtr\":23,\"local.CurAttr.Value\":5,\"local.DebugFlagsMask\":23,\"local.IP.IPAddress.@1.IPvxAddr32.Addr.0\":23,\"local.Input.*.Event\":23,\"local.Message\":1,\"local.Msg\":5,\"local.MsgStr\":110,\"local.access\":23,\"local.boardIPAddr\":23,\"local.dst\":1,\"local.end\":1,\"local.flagMask\":23,\"local.foo\":23,\"local.g\":23,\"local.ip\":23,\"local.m_Call.@1.@1.m_Session.SessionHandle.SessionID\":23,\"local.p\":23,\"local.pIpAddress\":204,\"local.remoteIpAddress.addr.ipv4.sin_addr.S_un.S_addr\":23,\"local.s1\":5,\"local.singleWebName\":5,\"local.start\":5,\"local.str.@1.@1.m_Str\":101,\"local.temp\":101,\"local.this.@1.@1._remoteAddress.addr.ipv4.sin_addr.S_un.S_un_b.s_b1\":22,\"local.this.@1.m_Headers.m_MainArray.10.m_Offset.@1.@1.m_Str\":101,\"local.val.AddressFamily\":23,\"local.wordPtr\":12,\"return.$3\":22,\"watch.0.pData.*.ip\":23,\"watch.1.0\":203,\"watch.1.1\":204,\"watch.2\":204},\"nativemixed\":0,\"partialvar\":\"\",\"passexceptions\":0,\"qobjectnames\":0,\"resultvarname\":\"\",\"stringcutoff\":10000,\"timestamps\":0,\"token\":248,\"typeformats\":{\"DWORD\":1,\"HRESULT\":1,\"bfd_size_type\":1,\"bfd_vma\":1,\"char\":23,\"char *\":1,\"char*\":5,\"char[]\":110,\"int\":204,\"short\":1,\"unsigned char *\":1,\"unsignedchar\":1,\"unsignedint\":22},\"watchers\":[]})\n" >~"result={token=\"0\",data=[],typeinfo=[],partial=\"0\",counts={},timings=[]}\n" >248^done Finished retrieving data. >&"maintenance print register-groups\n" >~" Name Nr Rel Offset Size Type Groups\n" >~" eax 0 0 0 4 int32_t general,all,save,restore\n" >~" ecx 1 1 4 4 int32_t general,all,save,restore\n" >~" edx 2 2 8 4 int32_t general,all,save,restore\n" >~" ebx 3 3 12 4 int32_t general,all,save,restore\n" >~" esp 4 4 16 4 *1 general,all,save,restore\n" >~" ebp 5 5 20 4 *1 general,all,save,restore\n" >~" esi 6 6 24 4 int32_t general,all,save,restore\n" >~" edi 7 7 28 4 int32_t general,all,save,restore\n" >~" eip 8 8 32 4 *1 general,all,save,restore\n" >~" eflags 9 9 36 4 i386_eflags general,all,save,restore\n" >~" cs 10 10 40 4 int32_t general,all,save,restore\n" >~" ss 11 11 44 4 int32_t general,all,save,restore\n" >~" ds 12 12 48 4 int32_t general,all,save,restore\n" >~" es 13 13 52 4 int32_t general,all,save,restore\n" >~" fs 14 14 56 4 int32_t general,all,save,restore\n" >~" gs 15 15 60 4 int32_t general,all,save,restore\n" >~" st0 16 16 64 10 _i387_ext float,all,save,restore\n" >~" st1 17 17 74 10 _i387_ext float,all,save,restore\n" >~" st2 18 18 84 10 _i387_ext float,all,save,restore\n" >~" st3 19 19 94 10 _i387_ext float,all,save,restore\n" >~" st4 20 20 104 10 _i387_ext float,all,save,restore\n" >~" st5 21 21 114 10 _i387_ext float,all,save,restore\n" >~" st6 22 22 124 10 _i387_ext float,all,save,restore\n" >~" st7 23 23 134 10 _i387_ext float,all,save,restore\n" >~" fctrl 24 24 144 4 long float,all,save,restore\n" >~" fstat 25 25 148 4 long float,all,save,restore\n" >~" ftag 26 26 152 4 long float,all,save,restore\n" >~" fiseg 27 27 156 4 long float,all,save,restore\n" >~" fioff 28 28 160 4 long float,all,save,restore\n" >~" foseg 29 29 164 4 long float,all,save,restore\n" >~" fooff 30 30 168 4 long float,all,save,restore\n" >~" fop 31 31 172 4 long float,all,save,restore\n" >~" xmm0 32 32 176 16 vec128 sse,all,save,restore,vector\n" >~" xmm1 33 33 192 16 vec128 sse,all,save,restore,vector\n" >~" xmm2 34 34 208 16 vec128 sse,all,save,restore,vector\n" >~" xmm3 35 35 224 16 vec128 sse,all,save,restore,vector\n" >~" xmm4 36 36 240 16 vec128 sse,all,save,restore,vector\n" >~" xmm5 37 37 256 16 vec128 sse,all,save,restore,vector\n" >~" xmm6 38 38 272 16 vec128 sse,all,save,restore,vector\n" >~" xmm7 39 39 288 16 vec128 sse,all,save,restore,vector\n" >~" mxcsr 40 40 304 4 i386_mxcsr sse,all,save,restore,vector\n" >~" '' 41 41 308 0 int0_t general\n" >~" '' 42 42 308 0 int0_t general\n" >~" '' 43 43 308 0 int0_t general\n" >~" '' 44 44 308 0 int0_t general\n" >~" '' 45 45 308 0 int0_t general\n" >~" '' 46 46 308 0 int0_t general\n" >~" '' 47 47 308 0 int0_t general\n" >~" '' 48 48 308 0 int0_t general\n" >~" '' 49 49 308 0 int0_t general\n" >~" '' 50 50 308 0 int0_t general\n" >~" '' 51 51 308 0 int0_t general\n" >~" '' 52 52 308 0 int0_t general\n" >~" '' 53 53 308 0 int0_t general\n" >~" '' 54 54 308 0 int0_t general\n" >~" '' 55 55 308 0 int0_t general\n" >~" '' 56 56 308 0 int0_t general\n" >~" '' 57 57 308 0 int0_t general\n" >~" '' 58 58 308 0 int0_t general\n" >~" '' 59 59 308 0 int0_t general\n" >~" '' 60 60 308 0 int0_t general\n" >~" '' 61 61 308 0 int0_t general\n" >~" '' 62 62 308 0 int0_t general\n" >~" '' 63 63 308 0 int0_t general\n" >~" '' 64 64 308 0 int0_t general\n" >~" '' 65 65 308 0 int0_t general\n" >~" '' 66 66 308 0 int0_t general\n" >~" '' 67 67 308 0 int0_t general\n" >~" '' 68 68 308 0 int0_t general\n" >~" '' 69 69 308 0 int0_t general\n" >~" '' 70 70 308 0 int0_t general\n" >~" '' 71 71 308 0 int0_t general\n" >~" '' 72 72 308 0 int0_t general\n" >~" '' 73 73 308 0 int0_t general\n" >~" al 74 0 308 1 int8_t \n" >~" cl 75 1 309 1 int8_t \n" >~" dl 76 2 310 1 int8_t \n" >~" bl 77 3 311 1 int8_t \n" >~" ah 78 4 312 1 int8_t \n" >~" ch 79 5 313 1 int8_t \n" >~" dh 80 6 314 1 int8_t \n" >~" bh 81 7 315 1 int8_t \n" >~" ax 82 8 316 2 int16_t \n" >~" cx 83 9 318 2 int16_t \n" >~" dx 84 10 320 2 int16_t \n" >~" bx 85 11 322 2 int16_t \n" >~" '' 86 12 324 2 int16_t \n" >~" bp 87 13 326 2 int16_t \n" >~" si 88 14 328 2 int16_t \n" >~" di 89 15 330 2 int16_t \n" >~" mm0 90 16 332 8 _vec64i mmx,all,vector\n" >~" mm1 91 17 340 8 _vec64i mmx,all,vector\n" >~" mm2 92 18 348 8 _vec64i mmx,all,vector\n" >~" mm3 93 19 356 8 _vec64i mmx,all,vector\n" >~" mm4 94 20 364 8 _vec64i mmx,all,vector\n" >~" mm5 95 21 372 8 _vec64i mmx,all,vector\n" >~" mm6 96 22 380 8 _vec64i mmx,all,vector\n" >~" mm7 97 23 388 8 _vec64i mmx,all,vector\n" >~"*1: Register type's name NULL.\n" >249^done >250^done,register-values=[{number="0",value="0x00000000"},{number="1",value="0x95d30000"},{number="2",value="0x00000000"},{number="3",value="0x00000000"},{number="4",value="0x0064fa20"},{number="5",value="0x0064fa4c"},{number="6",value="0x77642044"},{number="7",value="0x7764260c"},{number="8",value="0x776e1b73"},{number="9",value="0x00000246"},{number="10",value="0x00000023"},{number="11",value="0x0000002b"},{number="12",value="0x0000002b"},{number="13",value="0x0000002b"},{number="14",value="0x00000053"},{number="15",value="0x0000002b"},{number="16",value="0x00000000000000000000"},{number="17",value="0x00000000000000000000"},{number="18",value="0x00000000000000000000"},{number="19",value="0x00000000000000000000"},{number="20",value="0x00000000000000000000"},{number="21",value="0x00000000000000000000"},{number="22",value="0x00000000000000000000"},{number="23",value="0x00000000000000000000"},{number="24",value="0x0000027f"},{number="25",value="0x00000000"},{number="26",value="0x0000ffff"},{number="27",value="0x00000000"},{number="28",value="0x00000000"},{number="29",value="0x00000000"},{number="30",value="0x00000000"},{number="31",value="0x00000000"},{number="32",value="{v4_float = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_double = {0x0000000000000000, 0x0000000000000000}, v16_int8 = {0x00 }, v8_int16 = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, v4_int32 = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_int64 = {0x0000000000000000, 0x0000000000000000}, uint128 = 0x00000000000000000000000000000000}"},{number="33",value="{v4_float = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_double = {0x0000000000000000, 0x0000000000000000}, v16_int8 = {0x00 }, v8_int16 = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, v4_int32 = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_int64 = {0x0000000000000000, 0x0000000000000000}, uint128 = 0x00000000000000000000000000000000}"},{number="34",value="{v4_float = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_double = {0x0000000000000000, 0x0000000000000000}, v16_int8 = {0x00 }, v8_int16 = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, v4_int32 = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_int64 = {0x0000000000000000, 0x0000000000000000}, uint128 = 0x00000000000000000000000000000000}"},{number="35",value="{v4_float = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_double = {0x0000000000000000, 0x0000000000000000}, v16_int8 = {0x00 }, v8_int16 = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, v4_int32 = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_int64 = {0x0000000000000000, 0x0000000000000000}, uint128 = 0x00000000000000000000000000000000}"},{number="36",value="{v4_float = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_double = {0x0000000000000000, 0x0000000000000000}, v16_int8 = {0x00 }, v8_int16 = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, v4_int32 = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_int64 = {0x0000000000000000, 0x0000000000000000}, uint128 = 0x00000000000000000000000000000000}"},{number="37",value="{v4_float = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_double = {0x0000000000000000, 0x0000000000000000}, v16_int8 = {0x00 }, v8_int16 = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, v4_int32 = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_int64 = {0x0000000000000000, 0x0000000000000000}, uint128 = 0x00000000000000000000000000000000}"},{number="38",value="{v4_float = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_double = {0x0000000000000000, 0x0000000000000000}, v16_int8 = {0x00 }, v8_int16 = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, v4_int32 = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_int64 = {0x0000000000000000, 0x0000000000000000}, uint128 = 0x00000000000000000000000000000000}"},{number="39",value="{v4_float = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_double = {0x0000000000000000, 0x0000000000000000}, v16_int8 = {0x00 }, v8_int16 = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, v4_int32 = {0x00000000, 0x00000000, 0x00000000, 0x00000000}, v2_int64 = {0x0000000000000000, 0x0000000000000000}, uint128 = 0x00000000000000000000000000000000}"},{number="40",value="0x00000000"},{number="74",value="0x00"},{number="75",value="0x00"},{number="76",value="0x00"},{number="77",value="0x00"},{number="78",value="0x00"},{number="79",value="0x00"},{number="80",value="0x00"},{number="81",value="0x00"},{number="82",value="0x0000"},{number="83",value="0x0000"},{number="84",value="0x0000"},{number="85",value="0x0000"},{number="87",value="0xfa4c"},{number="88",value="0x2044"},{number="89",value="0x260c"},{number="90",value="{uint64 = 0x0000000000000000, v2_int32 = {0x00000000, 0x00000000}, v4_int16 = {0x0000, 0x0000, 0x0000, 0x0000}, v8_int8 = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}"},{number="91",value="{uint64 = 0x0000000000000000, v2_int32 = {0x00000000, 0x00000000}, v4_int16 = {0x0000, 0x0000, 0x0000, 0x0000}, v8_int8 = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}"},{number="92",value="{uint64 = 0x0000000000000000, v2_int32 = {0x00000000, 0x00000000}, v4_int16 = {0x0000, 0x0000, 0x0000, 0x0000}, v8_int8 = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}"},{number="93",value="{uint64 = 0x0000000000000000, v2_int32 = {0x00000000, 0x00000000}, v4_int16 = {0x0000, 0x0000, 0x0000, 0x0000}, v8_int8 = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}"},{number="94",value="{uint64 = 0x0000000000000000, v2_int32 = {0x00000000, 0x00000000}, v4_int16 = {0x0000, 0x0000, 0x0000, 0x0000}, v8_int8 = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}"},{number="95",value="{uint64 = 0x0000000000000000, v2_int32 = {0x00000000, 0x00000000}, v4_int16 = {0x0000, 0x0000, 0x0000, 0x0000}, v8_int8 = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}"},{number="96",value="{uint64 = 0x0000000000000000, v2_int32 = {0x00000000, 0x00000000}, v4_int16 = {0x0000, 0x0000, 0x0000, 0x0000}, v8_int8 = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}"},{number="97",value="{uint64 = 0x0000000000000000, v2_int32 = {0x00000000, 0x00000000}, v4_int16 = {0x0000, 0x0000, 0x0000, 0x0000}, v8_int8 = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}"}] >~"Dump of assembler code from 0x776e1b5f to 0x776e1bd7:\n" >~" 0x776e1b5f:\te8 9c 10 fc ff\tcall 0x776a2c00\n" >~" 0x776e1b64:\t85 c0\ttest %eax,%eax\n" >~" 0x776e1b66:\t78 1b\tjs 0x776e1b83\n" >~" 0x776e1b68:\t80 7d e7 00\tcmpb $0x0,-0x19(%ebp)\n" >~" 0x776e1b6c:\t75 15\tjne 0x776e1b83\n" >~" 0x776e1b6e:\t83 65 fc 00\tandl $0x0,-0x4(%ebp)\n" >~" 0x776e1b72:\tcc\tint3 \n" >~"=> 0x776e1b73:\teb 07\tjmp 0x776e1b7c\n" >~" 0x776e1b75:\t33 c0\txor %eax,%eax\n" >~" 0x776e1b77:\t40\tinc %eax\n" >~" 0x776e1b78:\tc3\tret \n" >~" 0x776e1b79:\t8b 65 e8\tmov -0x18(%ebp),%esp\n" >~" 0x776e1b7c:\tc7 45 fc fe ff ff ff\tmovl $0xfffffffe,-0x4(%ebp)\n" >~" 0x776e1b83:\t8b 4d f0\tmov -0x10(%ebp),%ecx\n" >~" 0x776e1b86:\t64 89 0d 00 00 00 00\tmov %ecx,%fs:0x0\n" >~" 0x776e1b8d:\t59\tpop %ecx\n" >~" 0x776e1b8e:\t5f\tpop %edi\n" >~" 0x776e1b8f:\t5e\tpop %esi\n" >~" 0x776e1b90:\t5b\tpop %ebx\n" >~" 0x776e1b91:\tc9\tleave \n" >~" 0x776e1b92:\tc3\tret \n" >~" 0x776e1b93:\t64 a1 30 00 00 00\tmov %fs:0x30,%eax\n" >~" 0x776e1b99:\t33 c9\txor %ecx,%ecx\n" >~" 0x776e1b9b:\t89 0d b4 67 75 77\tmov %ecx,0x777567b4\n" >~" 0x776e1ba1:\t89 0d b8 67 75 77\tmov %ecx,0x777567b8\n" >~" 0x776e1ba7:\t88 08\tmov %cl,(%eax)\n" >~" 0x776e1ba9:\t38 48 02\tcmp %cl,0x2(%eax)\n" >~" 0x776e1bac:\t74 05\tje 0x776e1bb3\n" >~" 0x776e1bae:\te8 94 ff ff ff\tcall 0x776e1b47\n" >~" 0x776e1bb3:\t33 c0\txor %eax,%eax\n" >~" 0x776e1bb5:\tc3\tret \n" >~" 0x776e1bb6:\t8b ff\tmov %edi,%edi\n" >~" 0x776e1bb8:\t55\tpush %ebp\n" >~" 0x776e1bb9:\t8b ec\tmov %esp,%ebp\n" >~" 0x776e1bbb:\t83 e4 f8\tand $0xfffffff8,%esp\n" >~" 0x776e1bbe:\t81 ec 70 01 00 00\tsub $0x170,%esp\n" >~" 0x776e1bc4:\ta1 70 b3 75 77\tmov 0x7775b370,%eax\n" >~" 0x776e1bc9:\t33 c4\txor %esp,%eax\n" >~" 0x776e1bcb:\t89 84 24 6c 01 00 00\tmov %eax,0x16c(%esp)\n" >~" 0x776e1bd2:\t56\tpush %esi\n" >~" 0x776e1bd3:\t8b 35 fc 91 75 77\tmov 0x777591fc,%esi\n" >~"End of assembler dump.\n" >251^done