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

Method FindLineDataInSubprogram

IDEHelper/WinDebugger.cpp:3130–3137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3128}
3129
3130DbgLineData* WinDebugger::FindLineDataInSubprogram(addr_target address, DbgSubprogram* dwSubprogram)
3131{
3132 auto dwCompileUnit = dwSubprogram->mCompileUnit;
3133
3134 FixupLineDataForSubprogram(dwSubprogram);
3135 auto lineData = dwSubprogram->FindClosestLine(address);
3136 return lineData;
3137}
3138
3139bool WinDebugger::IsStepFiltered(DbgSubprogram* dbgSubprogram, DbgLineData* dbgLineData)
3140{

Callers

nothing calls this directly

Calls 1

FindClosestLineMethod · 0.80

Tested by

no test coverage detected