writing Debugger Extensions for KD

I’ve written a debugger extension which seems to work fine using Windbg but
causes KD to issue an application error when I try to execute my command.

Any ideas?

Since Windbg is so flaky I really want to use KD.

Daniel Nemiroff
System Software Engineering
Intel Corp.
(916)356-5723

As a matter of simple pride one would think SOMEONE up there (you know,
Windbag land) would get tired of seeing these criticisms and get off his or
her duff and fix this sucker. Not to mention the fact that this would make
their OS more stable. I wish I knew Bill G’s email so I could copy him on
this.

Bill Casey

== SCSI Adapters & VirtualSCSI Target Mode Libs ==

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Nemiroff, Daniel
Sent: Tuesday, March 07, 2000 3:17 PM
To: NT Developers Interest List
Subject: [ntdev] writing Debugger Extensions for KD

I’ve written a debugger extension which seems to work fine using Windbg but
causes KD to issue an application error when I try to execute my command.

Any ideas?

Since Windbg is so flaky I really want to use KD.

Daniel Nemiroff
System Software Engineering
Intel Corp.
(916)356-5723


You are currently subscribed to ntdev as: xxxxx@advstor.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Why don’t you try the extension dll of IRPQ sample on i386kd? The sample can
be found at
http://support.microsoft.com/support/ddk/ntddk/NTsamples/default.asp. I
know for sure this one works on windbg. I don’t think the author of this
sample has tested on i386kd. Ideally, it should work.

-Eliyas