约有 18 项符合查询结果, 以下是第 1 - 2项。
费时 < 1 秒。
我用的是com port连接两个实体的几台,一个做调试端一个被调试,被调试几台是windows7 64位的系统
Posted in Windows内核调试
by
nigel
on 2011-02-23
誰能推薦一個更詳細一點的windbg命令使用幫助文檔,windbg自帶的文檔雖說比較詳細來,可是里面好多命令的輸出信息都沒有解釋,只能靠自己的理解去猜測了。
Posted in Windows内核调试
by
nigel
on 2010-12-28
我想在计算机访问某个端口时用windbg把它给断下来,如CFC、CF8这样的端口。请大家指教,怎样在windbg里下命令。
Posted in Windows内核调试
by
nigel
on 2010-01-28
当我们用windbg时,用bp bu等命令设置好断点,然后命中断点进入到调试器,那么此时我们设置的断点位置的指令是已经执行了的,还是将要执行的呢?
Posted in WinDbg
by
nigel
on 2009-12-18
The system often doesn’t detect instances of a device driver accessing pageable data when the processor is executing at a high IRQL level because the pageable data being accessed happens to be physically resident at the time. At other times, however, the data might be paged out, which results in a system crash with the stop code.这段话中的paged out ...
Posted in WinDbg
by
nigel
on 2009-11-27
补充:还有就是windows怎样load the different language matrix!
Posted in Windows内核调试
by
nigel
on 2009-10-12
我想了解一下当在widows下输入法从英文换到中文或日文等其它语言时,windows都做了哪些些动作,请张老师和其它高手指点一下,我怎样用windbg断到这一转换过程里看一看?谢谢!
Posted in Windows内核调试
by
nigel
on 2009-10-12
下面是《windows intermal 4》中讲crash dump的一小段内容。
When the system boots, it checks the crash dump options configured by reading the registry
value HKLM\System\CurrentControlSet\Control\CrashControl. If a dump is configured, it
makes a copy of the disk miniport driver used to write to the boot volume in memory and
gives it the same name as the ...
Posted in C/C++本地代码调试
by
nigel
on 2009-09-10