约有 68 项符合查询结果, 以下是第 6 - 7项。
费时 < 1 秒。
但是在虚拟机中跑WIndows,可以attach到啊。难道是要有管理员权限才可以?
Posted in Windows内核调试
by
guozf
on 2009-07-03
最近在做一个硬件的驱动程序,准备用Windbg双机调试,一个是Host,一个是Target,用1条串口线连接两台电脑。之后修改Target电脑的boot.ini,加入一个启动选项:/debug /debugport=COM1 /baudrate=115200 /noexecute=Alwaysoff /fastdetect之后开机重起,并在Host打开Windbg的内核调试,之后Windbg窗口的显示如下:Microsoft (R) Windows Debugger Version 6.10.0003.233 X86Copyright (c) Microsoft Corporation. All rights reserved.Opened \\.\com1Waiting to ...
Posted in Windows内核调试
by
guozf
on 2009-07-03
对注册表作如下设置:Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]''Auto''=''1''''Debugger''=''\''C:\\WinDbg\\windbg.exe\'' -p %ld -e %ld''UserDebuggerHotKey''=dword:00000000
之后有程序的Crash都可以Invoke Windbg来attach到这个程序,但是下面的这段程序的Crash(在程序中主动调用AfxThrowMemoryException或者throw std::exception(''hello ...
Posted in WinDbg
by
guozf
on 2009-06-26
对了,使用IDiaSession::symbolById Method来查找这些ID,也找不到。奇怪的问题。
Posted in WinDbg
by
guozf
on 2009-04-22
最近的工作中发现在调用DIA ...
Posted in WinDbg
by
guozf
on 2009-04-22