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

Method gotoMemAddr

gui/qt/debugger.cpp:2000–2006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1998}
1999
2000void MainWindow::gotoMemAddr(uint32_t address) {
2001 HexWidget *memWidget = gotoMemAddrNoRaise(address);
2002 if (memWidget != Q_NULLPTR) {
2003 raiseContainingDock(memWidget);
2004 memWidget->setFocus();
2005 }
2006}
2007
2008HexWidget *MainWindow::gotoMemAddrNoRaise(uint32_t address) {
2009 HexWidget *memWidget = m_memWidget;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected