Opened 2 years ago

Closed 21 months ago

#6524 closed defect (fixed)

Atlas editor crash related to actor viewer

Reported by: Langbart Owned by: Vladislav Belov
Priority: Release Blocker Milestone: Alpha 26
Component: Atlas editor Keywords:
Cc: Patch: Phab:D4732

Description (last modified by Langbart)

Testing on the latest GIT version [26845] a seg fault was discovered.

to reproduce

  1. Open the editor
  2. Click Play under Simulation test
  3. Switch to the Object tab
  4. Click Switch to Actor Viewer
  5. Click the Map tab icon
  6. Click Reset under Simulation test
  7. Crash
TIMER| session/session.xml: 198.891 ms
2022-05-02 11:41:09.151440+0200 pyrogenesis[13687:170421] [pyrogenesis] IIOIOSurfaceWrapper:1376: *** pixelformat '... ' not handled
Assertion failed: "!UpdateDirty()"
Location: TerritoryTexture.cpp:62 (GetTexture)

Call stack:

(error while dumping stack: Function not supported)
errno = 60 (?)
OS error = ?

lldb

Process 13687 stopped
* thread #1, name = 'main', queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    frame #0: 0x000000010109c1d0 pyrogenesis`::mozalloc_abort(msg=<unavailable>) at mozalloc_abort.cpp:33:3 [opt]
   30  	#ifdef MOZ_WIDGET_ANDROID
   31  	  abortThroughJava(msg);
   32  	#endif
-> 33  	  MOZ_CRASH();
   34  	}
   35  	
   36  	#ifdef MOZ_WIDGET_ANDROID
Target 0: (pyrogenesis) stopped.
(lldb) bt
* thread #1, name = 'main', queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
  * frame #0: 0x000000010109c1d0 pyrogenesis`::mozalloc_abort(msg=<unavailable>) at mozalloc_abort.cpp:33:3 [opt]
    frame #1: 0x0000000101b93e3d pyrogenesis`::abort() at mozalloc_abort.cpp:82:3 [opt]
    frame #2: 0x00000001004f2a66 pyrogenesis`sys_display_error(text=<unavailable>, flags=6) at unix.cpp:268:4 [opt]
    frame #3: 0x00000001004d51e3 pyrogenesis`debug_DisplayError(wchar_t const*, unsigned long, void*, wchar_t const*, wchar_t const*, int, char const*, long volatile*) [inlined] CallDisplayError(text=L"Assertion failed: \"!UpdateDirty()\"\r\nLocation: TerritoryTexture.cpp:62 (GetTexture)\r\n\r\nCall stack:\r\n\r\n(error while dumping stack: Function not supported)\r\nerrno = 60 (?)\r\nOS error = ?\r\n", flags=6) at debug.cpp:374:8 [opt]
    frame #4: 0x00000001004d51c6 pyrogenesis`debug_DisplayError(description=L"Assertion failed: \"!UpdateDirty()\"", flags=6, context=0x00007ffeefbfa480, lastFuncToSkip=<unavailable>, pathname=L"../../../source/graphics/TerritoryTexture.cpp", line=62, func=<unavailable>, suppress=0x0000000103b51d60) at debug.cpp:460 [opt]
    frame #5: 0x00000001004d5a4e pyrogenesis`debug_OnAssertionFailure(expr=<unavailable>, suppress=0x0000000103b51d60, file=<unavailable>, line=<unavailable>, func=<unavailable>) at debug.cpp:547:9 [opt]
    frame #6: 0x00000001003451f5 pyrogenesis`CTerritoryTexture::GetTexture(this=0x00000001082045e0) at TerritoryTexture.cpp:62:2 [opt]
    frame #7: 0x00000001002f7424 pyrogenesis`CMiniMapTexture::RenderFinalTexture(this=<unavailable>, deviceCommandContext=<unavailable>) at MiniMapTexture.cpp:417:52 [opt]
    frame #8: 0x00000001003ad9ab pyrogenesis`CSceneRenderer::RenderSubmissions(this=0x0000000108167e30, deviceCommandContext=0x0000000111ba2b80, waterScissor=0x00007ffeefbfb530) at SceneRenderer.cpp:763:33 [opt]
    frame #9: 0x00000001003aefb0 pyrogenesis`CSceneRenderer::RenderScene(this=0x0000000108167e30, deviceCommandContext=0x0000000111ba2b80, scene=0x0000000106283400) at SceneRenderer.cpp:1163:2 [opt]
    frame #10: 0x0000000100405f06 pyrogenesis`ActorViewer::Render(this=0x000000010511c650) at ActorViewer.cpp:530:32 [opt]
    frame #11: 0x000000010044cb22 pyrogenesis`AtlasViewActor::Render(this=0x0000000116380b80) at View.cpp:96:17 [opt]
    frame #12: 0x000000010041dd27 pyrogenesis`AtlasMessage::fRenderLoop(msg=0x00007ffeefbfbb60) at GraphicsSetupHandlers.cpp:253:25 [opt]
    frame #13: 0x0000000100444d48 pyrogenesis`MessagePasserImpl::Query(this=<unavailable>, msg=0x00007ffeefbfbb60, (null)=<unavailable>)()) at MessagePasserImpl.cpp:68:3 [opt]
    frame #14: 0x000000010b0125f5 libAtlasUI.dylib`ScenarioEditor::OnTimer(wxTimerEvent&) [inlined] AtlasMessage::QueryMessage::Post(this=<unavailable>) at ScenarioEditor.cpp:1157:19 [opt]
    frame #15: 0x000000010b0125df libAtlasUI.dylib`ScenarioEditor::OnTimer(this=0x0000000105826a00, evt=<unavailable>) at ScenarioEditor.cpp:696 [opt]
    frame #16: 0x000000010b34498f libAtlasUI.dylib`wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 447
    frame #17: 0x000000010b345f3a libAtlasUI.dylib`wxEvtHandler::ProcessEventLocally(wxEvent&) + 90
    frame #18: 0x000000010b345dd0 libAtlasUI.dylib`wxEvtHandler::ProcessEvent(wxEvent&) + 96
    frame #19: 0x000000010b3464ec libAtlasUI.dylib`wxEvtHandler::SafelyProcessEvent(wxEvent&) + 12
    frame #20: 0x000000010b30062a libAtlasUI.dylib`wxTimerImpl::SendEvent() + 90
    frame #21: 0x00007fff372c3db8 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    frame #22: 0x00007fff372c391e CoreFoundation`__CFRunLoopDoTimer + 872
    frame #23: 0x00007fff372c3409 CoreFoundation`__CFRunLoopDoTimers + 322
    frame #24: 0x00007fff372a806d CoreFoundation`__CFRunLoopRun + 1885
    frame #25: 0x00007fff372a72b3 CoreFoundation`CFRunLoopRunSpecific + 466
    frame #26: 0x00007fff35f14aad HIToolbox`RunCurrentEventLoopInMode + 292
    frame #27: 0x00007fff35f147c5 HIToolbox`ReceiveNextEventCommon + 584
    frame #28: 0x00007fff35f14569 HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 64
    frame #29: 0x00007fff3455d659 AppKit`_DPSNextEvent + 883
    frame #30: 0x00007fff3455bea0 AppKit`-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
    frame #31: 0x00007fff3454dbae AppKit`-[NSApplication run] + 658
    frame #32: 0x000000010b14aa8a libAtlasUI.dylib`wxGUIEventLoop::OSXDoRun() + 186
    frame #33: 0x000000010b32441d libAtlasUI.dylib`wxCFEventLoop::DoRun() + 29
    frame #34: 0x000000010b29cffe libAtlasUI.dylib`wxEventLoopBase::Run() + 158
    frame #35: 0x000000010b26f9b3 libAtlasUI.dylib`wxAppConsoleBase::MainLoop() + 99
    frame #36: 0x000000010b10baaa libAtlasUI.dylib`wxApp::OnRun() + 26
    frame #37: 0x000000010b01013e libAtlasUI.dylib`::Atlas_StartWindow(type=<unavailable>) at DLLInterface.cpp:154:12 [opt]
    frame #38: 0x0000000100408b92 pyrogenesis`BeginAtlas(args=0x00007ffeefbff320, dll=0x0000000103bdd988) at GameLoop.cpp:136:2 [opt]
    frame #39: 0x000000010020806d pyrogenesis`ATLAS_RunIfOnCmdLine(CmdLineArgs const&, bool) [inlined] ATLAS_Run(args=0x00007ffeefbff320, flags=1) at Atlas.cpp:54:7 [opt]
    frame #40: 0x000000010020804e pyrogenesis`ATLAS_RunIfOnCmdLine(args=0x00007ffeefbff320, force=<unavailable>) at Atlas.cpp:77 [opt]
    frame #41: 0x000000010000443e pyrogenesis`RunGameOrAtlas(argc=<unavailable>, argv=<unavailable>) at main.cpp:578:6 [opt]
    frame #42: 0x00000001000035f6 pyrogenesis`main(argc=2, argv=0x00007ffeefbff668) at main.cpp:743:2 [opt]
    frame #43: 0x00007fff703d9cc9 libdyld.dylib`start + 1
    frame #44: 0x00007fff703d9cc9 libdyld.dylib`start + 1

bisect

[26170]

reproducible

The bug is not reproducible with A25b [25860].

Change History (6)

comment:1 by Langbart, 2 years ago

Description: modified (diff)

bisecting [26170]

comment:2 by Stan, 22 months ago

Slightly different crash on Windows. Opening Atlas, switch to object view, go to actor viewer, go back to the map tab, and press play. (Stack overflow)

>	pyrogenesis.exe!_chkstk() Line 99	Unknown
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1548	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!udt_dump_normal(const wchar_t * type_name, const unsigned char * p, unsigned int size, DumpState state, unsigned long numChildren, const unsigned long * children) Line 1482	C++
 	pyrogenesis.exe!dump_sym_udt(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1556	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_pointer(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1221	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
 	pyrogenesis.exe!dump_sym_data(unsigned long id, const unsigned char * p, DumpState & state) Line 1040	C++
 	pyrogenesis.exe!dump_sym(unsigned long type_id, const unsigned char * p, DumpState & state) Line 1638	C++
userContext) Line 1667	C++
 	dbghelp.dll!62ea71d0()	Unknown
 	dbghelp.dll![Frames below may be incorrect and/or missing, no symbols loaded for dbghelp.dll]	Unknown
 	mozjs78-ps-release.dll!v8::internal::RegExpNode::LimitVersions(v8::internal::RegExpCompiler * compiler, v8::internal::Trace * trace) Line 1283	C++
 	064302b0()	Unknown
 	dbghelp.dll!62ef8435()	Unknown
 	dbghelp.dll!62ef4e27()	Unknown
 	dbghelp.dll!62ef0242()	Unknown
 	dbghelp.dll!62fa1b86()	Unknown
 	dbghelp.dll!62ef4e27()	Unknown
 	dbghelp.dll!62ef0242()	Unknown
 	dbghelp.dll!62ef4e27()	Unknown
 	dbghelp.dll!62ef4e27()	Unknown
 	dbghelp.dll!62ef9f78()	Unknown
 	dbghelp.dll!62ef9e1d()	Unknown
 	dbghelp.dll!62ef78ba()	Unknown
 	dbghelp.dll!62ef4e27()	Unknown
 	dbghelp.dll!62eff443()	Unknown
 	dbghelp.dll!62f45513()	Unknown
 	dbghelp.dll!62ef8435()	Unknown
 	dbghelp.dll!62f4370e()	Unknown
 	dbghelp.dll!62f45b46()	Unknown
 	dbghelp.dll!62ef9589()	Unknown
 	dbghelp.dll!62efa4b5()	Unknown
 	dbghelp.dll!62efa4d3()	Unknown
 	dbghelp.dll!62f3bb45()	Unknown
 	ucrtbase.dll!77299545()	Unknown
 	ucrtbase.dll!7729c73d()	Unknown
 	ucrtbase.dll!7729c726()	Unknown
 	ucrtbase.dll!7729cd98()	Unknown
 	uxtheme.dll!749c05ee()	Unknown
 	mozjs78-ps-release.dll!v8::internal::Trace::Flush(v8::internal::RegExpCompiler * compiler, v8::internal::RegExpNode * successor) Line 559	C++
 	ntdll.dll!77af1be0()	Unknown
 	mozjs78-ps-release.dll!v8::internal::RegExpNode::LimitVersions(v8::internal::RegExpCompiler * compiler, v8::internal::Trace * trace) Line 1283	C++

Last edited 22 months ago by Stan (previous) (diff)

comment:3 by Stan, 22 months ago

Cleaner Stack.

 	pyrogenesis_dbg.exe!debug_DisplayError(const wchar_t * description, unsigned int flags, void * context, const wchar_t * lastFuncToSkip, const wchar_t * pathname, int line, const char * func, volatile int * suppress) Line 428	C++
>	pyrogenesis_dbg.exe!debug_OnAssertionFailure(const wchar_t * expr, volatile int * suppress, const wchar_t * file, int line, const char * func) Line 547	C++
 	pyrogenesis_dbg.exe!CTerritoryTexture::GetTexture() Line 62	C++
 	pyrogenesis_dbg.exe!CMiniMapTexture::RenderFinalTexture(Renderer::Backend::IDeviceCommandContext * deviceCommandContext) Line 511	C++
 	pyrogenesis_dbg.exe!CMiniMapTexture::Render(Renderer::Backend::IDeviceCommandContext * deviceCommandContext) Line 314	C++
 	pyrogenesis_dbg.exe!CSceneRenderer::RenderSubmissions(Renderer::Backend::IDeviceCommandContext * deviceCommandContext, const CBoundingBoxAligned & waterScissor) Line 770	C++
 	pyrogenesis_dbg.exe!CSceneRenderer::RenderScene(Renderer::Backend::IDeviceCommandContext * deviceCommandContext, Scene & scene) Line 1145	C++
 	pyrogenesis_dbg.exe!ActorViewer::Render() Line 533	C++
 	pyrogenesis_dbg.exe!AtlasViewActor::Render() Line 97	C++
 	pyrogenesis_dbg.exe!AtlasMessage::fRenderLoop(AtlasMessage::qRenderLoop * msg) Line 252	C++
 	pyrogenesis_dbg.exe!AtlasMessage::fRenderLoop_wrapper(AtlasMessage::IMessage * msg) Line 220	C++
 	pyrogenesis_dbg.exe!MessagePasserImpl::Query(AtlasMessage::QueryMessage * msg, void(*)() __formal) Line 68	C++
 	AtlasUI_dbg.dll!AtlasMessage::QueryMessage::Post(void) Line 1157	Unknown
 	AtlasUI_dbg.dll!ScenarioEditor::OnTimer(class wxTimerEvent &) Line 698	Unknown
 	AtlasUI_dbg.dll!wxAppConsoleBase::HandleEvent(wxEvtHandler * handler, void(wxEvtHandler::*)(wxEvent &) func, wxEvent & event) Line 657	C++
 	AtlasUI_dbg.dll!wxAppConsoleBase::CallEventHandler(wxEvtHandler * handler, wxEventFunctor & functor, wxEvent & event) Line 669	C++
 	AtlasUI_dbg.dll!wxEvtHandler::ProcessEventIfMatchesId(const wxEventTableEntryBase & entry, wxEvtHandler * handler, wxEvent & event) Line 1425	C++
 	AtlasUI_dbg.dll!wxEventHashTable::HandleEvent(wxEvent & event, wxEvtHandler * self) Line 1033	C++
 	AtlasUI_dbg.dll!wxEvtHandler::TryHereOnly(wxEvent & event) Line 1622	C++
 	AtlasUI_dbg.dll!wxEvtHandler::TryBeforeAndHere(wxEvent & event) Line 3927	C++
 	AtlasUI_dbg.dll!wxEvtHandler::ProcessEventLocally(wxEvent & event) Line 1555	C++
 	AtlasUI_dbg.dll!wxEvtHandler::ProcessEvent(wxEvent & event) Line 1528	C++
 	AtlasUI_dbg.dll!wxEvtHandler::SafelyProcessEvent(wxEvent & event) Line 1646	C++
 	AtlasUI_dbg.dll!wxTimerImpl::SendEvent() Line 52	C++
 	AtlasUI_dbg.dll!wxTimer::Notify() Line 109	C++
 	AtlasUI_dbg.dll!wxTimerImpl::Notify() Line 47	C++
 	AtlasUI_dbg.dll!wxProcessTimer(wxMSWTimerImpl & timer) Line 160	C++
 	AtlasUI_dbg.dll!wxTimerWndProc(HWND__ * hWnd, unsigned int message, unsigned int wParam, long lParam) Line 173	C++
 	user32.dll!771f7c92()	Unknown
 	user32.dll![Frames below may be incorrect and/or missing, no symbols loaded for user32.dll]	Unknown
 	user32.dll!771d714a()	Unknown
 	ntdll.dll!77d74c2c()	Unknown
 	user32.dll!771f3cb3()	Unknown
 	AtlasUI_dbg.dll!wxIdleWakeUpModule::MsgHookProc(int nCode, unsigned int wParam, long lParam) Line 7866	C++
 	win32u.dll!762810dc()	Unknown
 	win32u.dll!762811bc()	Unknown
 	user32.dll!771d91da()	Unknown
 	AtlasUI_dbg.dll!wxGUIEventLoop::PreProcessMessage(tagMSG * msg) Line 96	C++
 	AtlasUI_dbg.dll!wxGUIEventLoop::ProcessMessage(tagMSG * msg) Line 163	C++
 	AtlasUI_dbg.dll!wxGUIEventLoop::Dispatch() Line 227	C++
 	AtlasUI_dbg.dll!wxEventLoopManual::ProcessEvents() Line 237	C++
 	AtlasUI_dbg.dll!wxEventLoopManual::DoRun() Line 291	C++
 	AtlasUI_dbg.dll!wxEventLoopBase::Run() Line 90	C++
 	AtlasUI_dbg.dll!wxAppConsoleBase::MainLoop() Line 380	C++
 	AtlasUI_dbg.dll!wxAppConsoleBase::OnRun() Line 301	C++
 	AtlasUI_dbg.dll!wxAppBase::OnRun() Line 336	C++
 	AtlasUI_dbg.dll!wxEntryReal(int & argc, wchar_t * * argv) Line 507	C++
 	AtlasUI_dbg.dll!wxEntry(int & argc, wchar_t * * argv) Line 184	C++
 	AtlasUI_dbg.dll!wxEntry(HINSTANCE__ * hInstance, HINSTANCE__ * __formal, char * __formal, int nCmdShow) Line 305	C++
 	AtlasUI_dbg.dll!_Atlas_StartWindow
() Line 132	Unknown
 	pyrogenesis_dbg.exe!BeginAtlas(const CmdLineArgs & args, const DllLoader & dll) Line 136	C++
 	pyrogenesis_dbg.exe!ATLAS_Run(const CmdLineArgs & args, int flags) Line 54	C++
 	pyrogenesis_dbg.exe!ATLAS_RunIfOnCmdLine(const CmdLineArgs & args, bool force) Line 77	C++
 	pyrogenesis_dbg.exe!RunGameOrAtlas(int argc, const char * * argv) Line 593	C++
 	pyrogenesis_dbg.exe!SDL_main(int argc, char * * argv) Line 759	C++
 	pyrogenesis_dbg.exe!main_getcmdline() Line 74	C
 	pyrogenesis_dbg.exe!invoke_main() Line 90	C++
 	pyrogenesis_dbg.exe!__scrt_common_main_seh() Line 288	C++
 	pyrogenesis_dbg.exe!__scrt_common_main() Line 331	C++
 	pyrogenesis_dbg.exe!wmainCRTStartup() Line 17	C++
 	pyrogenesis_dbg.exe!CallStartupWithinTryBlock() Line 362	C++
 	pyrogenesis_dbg.exe!wseh_EntryPoint() Line 390	C++
 	kernel32.dll!76bd6739()	Unknown
 	ntdll.dll!77d68fef()	Unknown
 	ntdll.dll!77d68fbd()	Unknown

comment:4 by Stan, 22 months ago

Patch: Phab:D4732

comment:5 by Stan, 21 months ago

Priority: Should HaveRelease Blocker

comment:6 by Vladislav Belov, 21 months ago

Owner: set to Vladislav Belov
Resolution: fixed
Status: newclosed

In 27041:

Fixes crash in Atlas when switching from the Actor viewer. Fixes #6524

Tested By: Stan

Differential Revision: https://code.wildfiregames.com/D4732

Note: See TracTickets for help on using tickets.