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

Method getAddr

src/drivers/Qt/ConsoleDebugger.cpp:6985–6996  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6983}
6984//----------------------------------------------------------------------------
6985debuggerBookmark_t *debuggerBookmarkManager_t::getAddr( int addr )
6986{
6987 std::map <int, debuggerBookmark_t*>::iterator it;
6988
6989 it = bmMap.find( addr );
6990
6991 if ( it != bmMap.end() )
6992 {
6993 return it->second;
6994 }
6995 return NULL;
6996}
6997//----------------------------------------------------------------------------
6998DebuggerStackDisplay::DebuggerStackDisplay(QWidget *parent)
6999 : QPlainTextEdit(parent)

Callers 3

setWindowTitleMethod · 0.45
edit_BM_nameMethod · 0.45
contextMenuEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected