mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-19 19:13:22 +08:00
[!] re-commit
git-svn-id: https://pykd.svn.codeplex.com/svn@58075 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
ea3dad282d
commit
5cff86598c
@ -2,13 +2,6 @@ import sys
|
||||
from pykd import *
|
||||
|
||||
|
||||
#def loadSymbols():
|
||||
#
|
||||
# global nt
|
||||
# nt = loadModule( "nt" )
|
||||
# nt.PsActiveProcessHead = getOffset( "nt", "PsActiveProcessHead" )
|
||||
|
||||
|
||||
def printStack():
|
||||
|
||||
threadList = getThreadList()
|
||||
@ -21,11 +14,6 @@ def printStack():
|
||||
dprintln("")
|
||||
|
||||
|
||||
# stackFrames = getCurrentStack()
|
||||
|
||||
# [ dprintln( findSymbol( f.instructionOffset ) + " (%x)" % f.instructionOffset ) for f in stackFrames ]
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
if not isSessionStart():
|
||||
|
Loading…
Reference in New Issue
Block a user