MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / watchAddGuiR

Method watchAddGuiR

gui/qt/debugger.cpp:1376–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374}
1375
1376void MainWindow::watchAddGuiR() {
1377 m_watchGUIMask = DBG_MASK_READ;
1378 watchAddGui();
1379}
1380
1381void MainWindow::watchAddGuiW() {
1382 m_watchGUIMask = DBG_MASK_WRITE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected