lkd> .sympath
Symbol search path is: srvc:\symbolshttp://msdl.microsoft.com/download/symbols
Expanded Symbol search path is: srvc:\symbolshttp://msdl.microsoft.com/download/symbols
lkd> !pycmd
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
I have set _NT_SYMBOL_PATH, and I also used "pykd.setSymbolPath"
but still failed
my platform is win7 32bit
Symbol search path is: srvc:\symbolshttp://msdl.microsoft.com/download/symbols
Expanded Symbol search path is: srvc:\symbolshttp://msdl.microsoft.com/download/symbols
lkd> !pycmd
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
===========================from pykd import *
getOffset("PsLoadedModuleList")
Traceback (most recent call last):
File "<console>", line 1, in <module>
SymbolException: failed to find module for symbol: PsLoadedModuleList
I have set _NT_SYMBOL_PATH, and I also used "pykd.setSymbolPath"
but still failed
my platform is win7 32bit