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

Method gotoDisasmAddr

gui/qt/debugger.cpp:1988–1992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1986}
1987
1988void MainWindow::gotoDisasmAddr(uint32_t address) {
1989 disasmUpdateAddr(address, false);
1990 raiseContainingDock(ui->disasm);
1991 ui->disasm->setFocus();
1992}
1993
1994QAction *MainWindow::gotoDisasmAction(QMenu *menu) {
1995 QAction *gotoDisasm = menu->addAction(ACTION_GOTO_DISASM_VIEW);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected