| 303 | } |
| 304 | |
| 305 | void |
| 306 | DebugInterface::set_instance(DebugInterface *i) |
| 307 | { |
| 308 | di_inst = i; |
| 309 | DbgCtl::update([&](const char *t) { return i->debug_tag_activated(t); }); |
| 310 | } |
| 311 | |
| 312 | const char * |
| 313 | DebugInterface::level_name(DiagsLevel dl) |
nothing calls this directly
no test coverage detected