I want use the softice to debug the filter driver of the ddk sample.
And when I add the filter diver’s pdb to the symbol loader, and translate
it.
It works ok, then I put a break point at the filter driver’s DriveEntry(),
and reboot.
The break point can’t work when next time boot.
And I also add the filter’s registry information to the registry, and add
the uppfilters in the registry(before volsnap).(just install the filter
driver)
Can any one help to tell me how to use softice to debug the filter driver.
When I reboot all the break point information are lost.
And if I use ctrl+d to wake up the softice to set the break point when PC
boot, but it seems the filter driver already have been installed before
softice wake up.
Probably you should use Visual softice and do remote debugging over NULL
modem or over n/w.
Softice itself might not be powerful enough to do, what you want.
On 7/4/06, Sun Jiajie wrote:
>
> I want use the softice to debug the filter driver of the ddk sample.
> And when I add the filter diver’s pdb to the symbol loader, and translate
> it.
> It works ok, then I put a break point at the filter driver’s DriveEntry(),
> and reboot.
> The break point can’t work when next time boot.
> And I also add the filter’s registry information to the registry, and add
> the uppfilters in the registry(before volsnap).(just install the filter
> driver)
>
> Can any one help to tell me how to use softice to debug the filter driver.
> When I reboot all the break point information are lost.
> And if I use ctrl+d to wake up the softice to set the break point when PC
> boot, but it seems the filter driver already have been installed before
> softice wake up.
>
>
>
> —
> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> Can any one help to tell me how to use softice to debug the filter driver.
When I reboot all the break point information are lost.
Read the docs please. It’s explained there.
L.
I have read the “use softice” pdf which from NUMEGA
But it seem not exolain how to let it work in my situation. 
“Ladislav Zezula” ???:xxxxx@ntfsd…
>> Can any one help to tell me how to use softice to debug the filter
>> driver.
>> When I reboot all the break point information are lost.
>
> Read the docs please. It’s explained there.
>
> L.
>
Thanks very much.
“Shreshth Luthra” 写入消息新闻:xxxxx@ntfsd…
Probably you should use Visual softice and do remote debugging over NULL modem or over n/w.
Softice itself might not be powerful enough to do, what you want.
On 7/4/06, Sun Jiajie wrote:
I want use the softice to debug the filter driver of the ddk sample.
And when I add the filter diver’s pdb to the symbol loader, and translate
it.
It works ok, then I put a break point at the filter driver’s DriveEntry(),
and reboot.
The break point can’t work when next time boot.
And I also add the filter’s registry information to the registry, and add
the uppfilters in the registry(before volsnap).(just install the filter
driver)
Can any one help to tell me how to use softice to debug the filter driver.
When I reboot all the break point information are lost.
And if I use ctrl+d to wake up the softice to set the break point when PC
boot, but it seems the filter driver already have been installed before
softice wake up.
—
Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@gmail.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Because most filter drivers are installed at very early phase of OS boot. So debug such issue at the same Windows is impossible. You can use WinDbg and setup a two-PC kernel debug session or use Virtual PC/VmMare. Suggest you use WinDbg + Virtual PC. Then you can do the debug easily in one PC.
This link has a detailed description about the steps (it??s in Chinese).
http://advdbg.org/blogs/advdbg_system/articles/130.aspx
Best Regards
Raymond
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Sun Jiajie
Sent: 2006??7??4?? 16:32
To: Windows File Systems Devs Interest List
Subject: Re:[ntfsd] A problem about softice
Thanks very much.
“Shreshth Luthra” д???Ϣ???:xxxxx@ntfsd…
Probably you should use Visual softice and do remote debugging over NULL modem or over n/w.
Softice itself might not be powerful enough to do, what you want.
On 7/4/06, Sun Jiajie wrote:
I want use the softice to debug the filter driver of the ddk sample.
And when I add the filter diver’s pdb to the symbol loader, and translate
it.
It works ok, then I put a break point at the filter driver’s DriveEntry(),
and reboot.
The break point can’t work when next time boot.
And I also add the filter’s registry information to the registry, and add
the uppfilters in the registry(before volsnap).(just install the filter
driver)
Can any one help to tell me how to use softice to debug the filter driver.
When I reboot all the break point information are lost.
And if I use ctrl+d to wake up the softice to set the break point when PC
boot, but it seems the filter driver already have been installed before
softice wake up.
—
Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@gmail.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com
Thanks very much. I will try it.
“Zhang, Raymond” д???Ϣ???:xxxxx@ntfsd…
Because most filter drivers are installed at very early phase of OS boot. So debug such issue at the same Windows is impossible. You can use WinDbg and setup a two-PC kernel debug session or use Virtual PC/VmMare. Suggest you use WinDbg + Virtual PC. Then you can do the debug easily in one PC.
This link has a detailed description about the steps (it??s in Chinese).
http://advdbg.org/blogs/advdbg_system/articles/130.aspx
Best Regards
Raymond
------------------------------------------------------------------------------
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Sun Jiajie
Sent: 2006??7??4?? 16:32
To: Windows File Systems Devs Interest List
Subject: Re:[ntfsd] A problem about softice
Thanks very much.
“Shreshth Luthra” д???Ϣ???:xxxxx@ntfsd…
Probably you should use Visual softice and do remote debugging over NULL modem or over n/w.
Softice itself might not be powerful enough to do, what you want.
On 7/4/06, Sun Jiajie wrote:
I want use the softice to debug the filter driver of the ddk sample.
And when I add the filter diver’s pdb to the symbol loader, and translate
it.
It works ok, then I put a break point at the filter driver’s DriveEntry(),
and reboot.
The break point can’t work when next time boot.
And I also add the filter’s registry information to the registry, and add
the uppfilters in the registry(before volsnap).(just install the filter
driver)
Can any one help to tell me how to use softice to debug the filter driver.
When I reboot all the break point information are lost.
And if I use ctrl+d to wake up the softice to set the break point when PC
boot, but it seems the filter driver already have been installed before
softice wake up.
—
Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@gmail.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com