mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-19 19:13:22 +08:00
[0.3.x] fixed : stkwalk.py WOW64 parameter
git-svn-id: https://pykd.svn.codeplex.com/svn@90824 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
30978c6f82
commit
2c90283c42
@ -27,7 +27,7 @@ class PrintOptions:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.ignoreNotActiveThread = True
|
self.ignoreNotActiveThread = True
|
||||||
self.ignoreNotActiveProcess = True
|
self.ignoreNotActiveProcess = True
|
||||||
self.showWow64stack = True
|
self.showWow64stack = is64bitSystem()
|
||||||
self.showIP = True
|
self.showIP = True
|
||||||
self.showSP = True
|
self.showSP = True
|
||||||
self.showUnique = False
|
self.showUnique = False
|
||||||
|
Loading…
Reference in New Issue
Block a user