It is not clear from the list below so I will ask:
Did you reboot the Vista (target) system after enabling kernel debugging?
The setting only takes effect after a reboot. The debugger must be attached
at the time the target boots for the target to recognize that the KD is
connected.
When you do get it working, remember that driver (kernel) debug output is
suppresess in Vista/LH and that you will need to modify the
nt!Kd_DEFAULT_MASK value. Doron explains it better than I could in his
blog post
http://blogs.msdn.com/doronh/archive/2006/11/14/where-did-my-debug-output-go
-in-vista.aspx
Good Luck,
-dave
David R. Cattley
Consulting Engineer
Systems Software Development
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Wednesday, December 12, 2007 1:40 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Attaching Vista Target to WinDbg
Dear All,
I developed a Hello World driver and launching it using OSRDriverLoader on
Windows Vista.
I connected the system to Server 2003 machine which has WinDbg:6.7.005.1
installed on it.
Inorder to view the Hello World message on WinDbg I followed the following
steps:
-
Enabled bcdedit/dbgsettings serial debugport:1 baudrate:115200
-
Connected both machine serial ports using NULL Modem cable.
-
Launched WinDbg and selected Kernel Debugging with same 115200 COM1
settings.
Windbg gives the message "Opened \.\com1 Waiting to reconnect…
Status bar shows Debuggee not connected.
Do I need to do modify any other setting inorder to view the driver output
message on WinDbg.
Regards.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer