| 996 | } |
| 997 | |
| 998 | void MainWindow::breakAddSlot() { |
| 999 | breakAdd(breakNextLabel(), 0, true, false, true); |
| 1000 | } |
| 1001 | |
| 1002 | void MainWindow::breakAddGui() { |
| 1003 | uint32_t address = static_cast<uint32_t>(hex2int(m_disasm->getSelectedAddr())); |
nothing calls this directly
no outgoing calls
no test coverage detected