MCPcopy Create free account
hub / github.com/TASEmulators/fceux / asmViewCtxMenuAddSym

Method asmViewCtxMenuAddSym

src/drivers/Qt/ConsoleDebugger.cpp:3511–3516  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3509}
3510//----------------------------------------------------------------------------
3511void ConsoleDebugger::asmViewCtxMenuAddSym(void)
3512{
3513 int addr = asmView->getAsmAddrFromLine( asmView->getCtxMenuLine() );
3514
3515 openDebugSymbolEditWindow( addr );
3516}
3517//----------------------------------------------------------------------------
3518void QAsmView::setPC_placement( int mode, int ofs )
3519{

Callers 1

keyPressEventMethod · 0.80

Calls 2

getAsmAddrFromLineMethod · 0.80
getCtxMenuLineMethod · 0.80

Tested by

no test coverage detected