Work as expected:
>>>startProcess("notepad.exe")
>>>cpu()
Work with failure:
>>>loadDump("dump.dmp")
>>>cpu()
Traceback (most recent call last):
File "<input>", line 1, in <module>
DbgException: Call IDebugRegisters::GetValue failed
HRESULT 0x80070057
>>>startProcess("notepad.exe")
>>>cpu()
Work with failure:
>>>loadDump("dump.dmp")
>>>cpu()
Traceback (most recent call last):
File "<input>", line 1, in <module>
DbgException: Call IDebugRegisters::GetValue failed
HRESULT 0x80070057