| 787 | |
| 788 | |
| 789 | bool DebuggerController::ActivateDebugAdapter() |
| 790 | { |
| 791 | return BNDebuggerActivateDebugAdapter(m_object); |
| 792 | } |
| 793 | |
| 794 | |
| 795 | std::string DebuggerController::GetAddressInformation(uint64_t address) |
nothing calls this directly
no test coverage detected