| 426 | } |
| 427 | |
| 428 | void cs_debugger_func_breakpoint(const std::string &name, const cs::var &func) |
| 429 | { |
| 430 | breakpoints.replace_pending(name, func); |
| 431 | } |
| 432 | |
| 433 | void cs_debugger_func_callback(const std::string &decl, cs::statement_base *stmt) |
| 434 | { |
no test coverage detected