[!] re-commit

git-svn-id: https://pykd.svn.codeplex.com/svn@58075 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2010-11-26 11:53:20 +00:00
parent ea3dad282d
commit 5cff86598c

View File

@ -2,13 +2,6 @@ import sys
from pykd import * from pykd import *
#def loadSymbols():
#
# global nt
# nt = loadModule( "nt" )
# nt.PsActiveProcessHead = getOffset( "nt", "PsActiveProcessHead" )
def printStack(): def printStack():
threadList = getThreadList() threadList = getThreadList()
@ -21,11 +14,6 @@ def printStack():
dprintln("") dprintln("")
# stackFrames = getCurrentStack()
# [ dprintln( findSymbol( f.instructionOffset ) + " (%x)" % f.instructionOffset ) for f in stackFrames ]
if __name__ == "__main__": if __name__ == "__main__":
if not isSessionStart(): if not isSessionStart():