| 63 | bool isLive() const override { return m_isLive; } |
| 64 | uint64_t base() const override { return m_base; } |
| 65 | void setBase(uint64_t b) override { m_base = b; } |
| 66 | |
| 67 | private: |
| 68 | void initInterfaces(); // get IDebugDataSpaces/Control/Symbols from client |
nothing calls this directly
no outgoing calls
no test coverage detected