| 90 | |
| 91 | |
| 92 | uint64_t DebugProcessView::PerformGetLength() const |
| 93 | { |
| 94 | return m_length; |
| 95 | } |
| 96 | |
| 97 | |
| 98 | DebugProcessViewType::DebugProcessViewType() : BinaryViewType("Debugger", "Debugger") {} |
nothing calls this directly
no outgoing calls
no test coverage detected