Before I sent this mail, I have searched in archived lists and the answer
for using grep is to cooperate with .shell. But I also noticed that in some
recent threads, many guys shows their analysis which contains the using of
command !grep which I don’t know. And it looks that not only one guy use it.
Is there a new command extension I don’t know? Public or private. If public,
anyone knows reference link? Thanks.
On 2/28/12, Moore.Zhang wrote: > Hi, Guys. > > > > Before I sent this mail, I have searched in archived lists and the answer > for using grep is to cooperate with .shell. But I also noticed that in some > recent threads, many guys shows their analysis which contains the using of > command !grep which I don’t know. And it looks that not only one guy use it. > > > > Is there a new command extension I don’t know? Public or private. If public, > anyone knows reference link? Thanks. > > > — > WINDBG 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
I’ve few binaries for *nixen commands, and some time I use them for
different purposes…
.shell -ci “!process 0 7” | grep -i mydriver
This spawns a background process, does the processing then gives me back
the output I want on the debug console. Bit handy, than looking thru all
the thds of all the process…
-pro
2012/2/29 Prokash Sinha
> > > 2012/2/28 Moore Zhang > >> Wow! Thanks Fisher, Raj_r. >> >> ?? 2012??2??28?? ???7:08??Lee Fisher д??? >> >> but yes there is an extension by denis check the last post in this >>>> thread for link >>>> http://www.osronline.com/showthread.cfm?link=217530http: >>>> >>> >>> To save others time: >>> http://www.denismo.name/ domdbg/WebPages/MainPage.htmhttp: >>> http://www.denismo.name/domdbg/WebPages/Documentation. htm#grephttp: >>> >>> In addition to above, I was about to point out an extension I’d seen but >>> not tried: KDRE (KD regexp extension). However, it now recommends using a >>> Python extension, which was about to be my third suggestion. >>> http://kdre.codeplex.com/ >>> http://pykd.codeplex.com/ >>> http://sourceforge.net/projects/pydbgext/http:</http:> >>> >>> >>> — >>> WINDBG 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=ListServerhttp: >>> >> >> >> >> – >> ================================= >> Best Regards! >> Moore.Zhang (Zhang Pei) >> >> — WINDBG 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 >> > ></http:></http:></http:></http:>
> Wow! Thanks Fisher, Raj_r. > > ?? 2012??2??28?? ???7:08??Lee Fisher д??? > > but yes there is an extension by denis check the last post in this >>> thread for link >>> http://www.osronline.com/showthread.cfm?link=217530http: >>> >> >> To save others time: >> http://www.denismo.name/ domdbg/WebPages/MainPage.htmhttp: >> http://www.denismo.name/domdbg/WebPages/Documentation. htm#grephttp: >> >> In addition to above, I was about to point out an extension I’d seen but >> not tried: KDRE (KD regexp extension). However, it now recommends using a >> Python extension, which was about to be my third suggestion. >> http://kdre.codeplex.com/ >> http://pykd.codeplex.com/ >> http://sourceforge.net/projects/pydbgext/http:</http:> >> >> >> — >> WINDBG 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=ListServerhttp: >> > > > > – > ================================= > Best Regards! > Moore.Zhang (Zhang Pei) > > — WINDBG 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 ></http:></http:></http:></http:>