| 24 | } |
| 25 | |
| 26 | GuestAddress Cursor::GetProgramCounter() { |
| 27 | return this->GetProgramCounter(0); |
| 28 | } |
| 29 | GuestAddress Cursor::GetProgramCounter(unsigned int ThreadId) { |
| 30 | return this->cursor->ICursor->GetProgramCounter(cursor, ThreadId); |
| 31 | } |
no outgoing calls
no test coverage detected