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
```
Comments: ** Comment from web user: EreTIk **
```
>>>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
```
Comments: ** Comment from web user: EreTIk **
Changeset 89431