(address)
| 187 | } |
| 188 | |
| 189 | function poi(address) { |
| 190 | try { |
| 191 | // readMemoryValues throws if cannot read from 'address'. |
| 192 | return host.memory.readMemoryValues(address, 1, pointer_size())[0]; |
| 193 | } |
| 194 | catch (e){} |
| 195 | } |
| 196 | |
| 197 | function get_register(name) { |
| 198 | return host.namespace.Debugger.State.DebuggerVariables.curthread |
no test coverage detected