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

Method HasLineInfoAt

IDEHelper/WinDebugger.cpp:4190–4197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4188}
4189
4190bool WinDebugger::HasLineInfoAt(addr_target address)
4191{
4192 BP_ZONE("WinDebugger::HasLineInfoAt");
4193
4194 DbgSubprogram* dbgSubprogram = NULL;
4195 auto dwLineData = FindLineDataAtAddress(address, &dbgSubprogram);
4196 return (dwLineData != NULL) && (dwLineData->IsStackFrameSetup()) && (dbgSubprogram->GetLineAddr(*dwLineData) == address);
4197}
4198
4199void WinDebugger::StepLineTryPause(addr_target address, bool requireExactMatch)
4200{

Callers

nothing calls this directly

Calls 2

IsStackFrameSetupMethod · 0.80
GetLineAddrMethod · 0.80

Tested by

no test coverage detected