In some cases you need to display the callstack of the current thread or your ar...
- 资源大小:64.53 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
Windows开发
资 源 简 介
In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding the implementation details (API) from the class interface
Support of x86, x64 and IA64 architecture
Default output to debugger-output window (but can be customized)
Support of user-provided read-memory-function
Support of the widest range of development-IDEs (VC5-VC8)
Most portable solution to walk the callstack
-In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads/processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding
文 件 列 表
StackWalker
main.cpp
makefile
StackWalker.cpp
StackWalker.gif
StackWalker.h
StackWalker.htm
StackWalker_500x250.gif
StackWalker_VC5.dsp
StackWalker_VC5.dsw
StackWalker_VC6.dsp
StackWalker_VC6.dsw
StackWalker_VC70.sln
StackWalker_VC70.vcproj
StackWalker_VC71.sln
StackWalker_VC71.vcproj
StackWalker_VC8.sln
StackWalker_VC8.vcproj