Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 dbghelp.dll 函数捕获调用堆栈。我正在使用 StackWalk64 来捕获调用堆栈中函数的地址。StackWalk64 与内联函数的行为对我来说似乎是不确定的。有时,它会跳过内联函数。有时我可以为它们取回地址,但 stackwalk64 对调用堆栈中的下一个函数失败。在这两种情况下,我都会得到不完整的调用堆栈。
任何人对此以及如何处理调用堆栈中的内联函数都有更多的见解。
谢谢