Win32 API stack walk with MinGW/MSYS?

后端 未结 3 895
猫巷女王i
猫巷女王i 2020-12-09 12:46

i\'ve to develop a stack trace walk to our win32 API plattform support to catch any exception with a behaviour of a JAVA stacktrace. Actually we got a full functional implem

3条回答
  •  遥遥无期
    2020-12-09 13:40

    Here is a method to walk the call stack using the Win32 API which you can call from MinGW.

    http://www.codeproject.com/KB/threads/StackWalker.aspx

提交回复
热议问题