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

Method watchAddGuiW

gui/qt/debugger.cpp:1381–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1379}
1380
1381void MainWindow::watchAddGuiW() {
1382 m_watchGUIMask = DBG_MASK_WRITE;
1383 watchAddGui();
1384}
1385
1386void MainWindow::watchAddGuiRW() {
1387 m_watchGUIMask = DBG_MASK_READ | DBG_MASK_WRITE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected