本文介绍了nt!Windows XP中的PspInsertProcess支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
我正在阅读"Inside Windows Debugging"一书中的一些练习。实用的调试和跟踪策略。不幸的是我的实时调试目标是XP盒子。尝试在nt上设置断点时出现以下错误!PspInsertProcess
符号:
I'm going through some excercises in the book "Inside Windows Debugging" practical debugging and tracing strategies. Unfortunately my live debug target is a XP box. I get the following error when trying to set a break point on the nt!PspInsertProcess symbol:
0:kd> bp nt!pspinsertprocess
无法解决'nt!pspinsertprocess'的错误
0: kd> bp nt!pspinsertprocess
Couldn't resolve error at 'nt!pspinsertprocess '
是否在XP中使用了PspInsertProcess?如果是这样,为什么我会收到此错误?
Is nt!PspInsertProcess used in XP? If so why am I getting this error?
提前致谢。
Dwayne
dblk
推荐答案
亲切的问候
这篇关于nt!Windows XP中的PspInsertProcess支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!