mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-19 02:53:22 +08:00
[~] remove isSessionStart() call
git-svn-id: https://pykd.svn.codeplex.com/svn@63974 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
05549455be
commit
0d8a90ace6
@ -37,10 +37,6 @@ def addSymSymbolsByImports(dbgModule):
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
if not isSessionStart():
|
||||
print "Script is launch out of WinDBG"
|
||||
quit(0)
|
||||
|
||||
argc = len(sys.argv)
|
||||
if (2 == argc):
|
||||
addSymSymbolsByImports(findModule(expr(sys.argv[1])))
|
||||
|
Loading…
Reference in New Issue
Block a user