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

Method gotoDisasmAction

gui/qt/debugger.cpp:1994–1998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1992}
1993
1994QAction *MainWindow::gotoDisasmAction(QMenu *menu) {
1995 QAction *gotoDisasm = menu->addAction(ACTION_GOTO_DISASM_VIEW);
1996 gotoDisasm->setEnabled(m_uiEditMode || ui->debugDisassemblyWidget->isVisible());
1997 return gotoDisasm;
1998}
1999
2000void MainWindow::gotoMemAddr(uint32_t address) {
2001 HexWidget *memWidget = gotoMemAddrNoRaise(address);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected