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

Method watchAddGuiRW

gui/qt/debugger.cpp:1386–1389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384}
1385
1386void MainWindow::watchAddGuiRW() {
1387 m_watchGUIMask = DBG_MASK_READ | DBG_MASK_WRITE;
1388 watchAddGui();
1389}
1390
1391void MainWindow::watchAddGui() {
1392 int mask = m_watchGUIMask;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected