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

Method asmViewCtxMenuAddBM

src/drivers/Qt/ConsoleDebugger.cpp:3462–3471  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3460}
3461//----------------------------------------------------------------------------
3462void ConsoleDebugger::asmViewCtxMenuAddBM(void)
3463{
3464 int addr = asmView->getAsmAddrFromLine( asmView->getCtxMenuLine() );
3465
3466 dbgBmMgr.addBookmark( addr );
3467
3468 edit_BM_name( addr );
3469
3470 bmListUpdate(false);
3471}
3472//----------------------------------------------------------------------------
3473void ConsoleDebugger::asmViewCtxMenuOpenHexEdit(void)
3474{

Callers 1

keyPressEventMethod · 0.80

Calls 3

getAsmAddrFromLineMethod · 0.80
getCtxMenuLineMethod · 0.80
addBookmarkMethod · 0.80

Tested by

no test coverage detected