| 766 | |
| 767 | |
| 768 | DebugStopReason DebuggerController::StopReason() |
| 769 | { |
| 770 | return BNDebuggerGetStopReason(m_object); |
| 771 | } |
| 772 | |
| 773 | |
| 774 | Ref<Metadata> DebuggerController::GetAdapterProperty(const std::string& name) |
nothing calls this directly
no outgoing calls
no test coverage detected