| 80 | std::vector<std::string> GetCurrentFunctionLocals(); |
| 81 | bv_variable* GetLocalValue(const std::string& varname); |
| 82 | int GetCurrentLine() { return m_prog->current_line; } |
| 83 | void Jump(int line); |
| 84 | bool Continue(); |
| 85 | bool Step(); |
nothing calls this directly
no outgoing calls
no test coverage detected