XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
摘要: Learn Blog Archive Ntdebugging Blog 使用英语阅读保存 Challenges of Debugging Optimized x64 Code 项目 2009/01/09 23 分钟可看完 If you have not had the luxury of debug 阅读全文
posted @ 2023-02-02 22:55 不及格的程序员-八神 阅读(14) 评论(0) 推荐(0) 编辑
摘要: How can I determine if a Win32 thread has terminated? Ask Question Asked 14 years, 2 months ago How can I determine if a Win32 thread has terminated? 阅读全文
posted @ 2023-02-02 22:52 不及格的程序员-八神 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 在KTHREAD中,有几个成员是专门负责记录线程的栈的信息的。如StackBase内核态栈的栈基址,StackLimit内核态栈栈边界,LargeStack是否是大内核栈等,其中我们需要关注的是LargeStack。当线程刚被创建时,所有线程都不是GUI线程,只有当线程使用Windows子系统内核服 阅读全文
posted @ 2023-02-02 22:47 不及格的程序员-八神 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Home Space What does kb show for 64 bit processes? I have recently made a mistake analyzing a callstack, because I didn't expect the application to be 阅读全文
posted @ 2023-02-02 11:03 不及格的程序员-八神 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Enabling Postmortem Debugging User Mode Exception Handling Exceptions and Breakpoints The most common application errors are called exceptions. These 阅读全文
posted @ 2023-02-02 10:24 不及格的程序员-八神 阅读(54) 评论(0) 推荐(0) 编辑
摘要: Viewing the Call Stack in WinDbg The call stack is the chain of function calls that have led to the current location of the program counter. The top f 阅读全文
posted @ 2023-02-02 10:19 不及格的程序员-八神 阅读(58) 评论(0) 推荐(0) 编辑