Windbg addition

Hi,
Would it be possible to add a option to the .kdfiles command whereby you
could do something like

.kdfiles addfile.txt /a=driver.sys,locationofdriver.sysreplacement

and the command would append the appropriate MAP information to addfile.txt?


Mark Cariddi
OSR, Open Systems Resources, Inc.
http:\www.osr.com\

Sounds like a perfect project for a selfmade debugger extension.
Granted that I never made one before I thought it may be possible to
do the following:

!my_add /a=driver.sys,locationofdriver.sysreplacement

where my_add calls ‘.kdfiles /c’, then modifies mymap.txt and finally
calls ‘.kdfiles mymap.txt’.

Norbert.

“Filing cabinet: A useful container where things can be lost
alphabetically.”
------------------------snip

.kdfiles addfile.txt /a=driver.sys,locationofdriver.sysreplacement
------------------------snip