MCPcopy Create free account
hub / github.com/beefytech/Beef / AddDbgModule

Method AddDbgModule

IDEHelper/DebugTarget.cpp:947–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945}
946
947void DebugTarget::AddDbgModule(DbgModule* dbgModule)
948{
949 dbgModule->mId = ++mCurModuleId;
950 ClearFindDbgModuleCache();
951 mDbgModules.Add(dbgModule);
952 bool success = mDbgModuleMap.TryAdd(dbgModule->mId, dbgModule);
953 BF_ASSERT_REL(success);
954}
955
956#if 1
957bool DebugTarget::RollBackStackFrame_ExceptionDirectory(addr_target findPC, CPURegisters* registers, addr_target* outReturnAddressLoc, bool& alreadyRolledBackPC)

Callers 2

MiniDumpDebuggerMethod · 0.80
LocateSymbolMethod · 0.80

Calls 2

AddMethod · 0.45
TryAddMethod · 0.45

Tested by

no test coverage detected