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

Method GetStaticAddress

IDEHelper/DebugTarget.cpp:2241–2245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2239//int64 BfDebuggerReadMemory(int64 addr);
2240
2241addr_target DebugTarget::GetStaticAddress(DbgVariable* dwVariable)
2242{
2243 DbgAddrType addrType;
2244 return (addr_target)dwVariable->mCompileUnit->mDbgModule->EvaluateLocation(NULL, dwVariable->mLocationData, dwVariable->mLocationLen, NULL, &addrType);
2245}
2246
2247bool DebugTarget::GetValueByNameInBlock_Helper(DbgSubprogram* dwSubprogram, DbgBlock* dwBlock, String& name, WdStackFrame* stackFrame, intptr* outAddr, DbgType** outType, DbgAddrType* outAddrType)
2248{

Callers 2

FinishHotSwapMethod · 0.80

Calls 1

EvaluateLocationMethod · 0.45

Tested by

no test coverage detected