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

Method GetLineSrcFile

IDEHelper/DbgModule.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97DbgSrcFile* DbgSubprogram::GetLineSrcFile(const DbgLineData& lineData)
98{
99 auto inlineRoot = GetRootInlineParent();
100 return inlineRoot->mLineInfo->mContexts[lineData.mCtxIdx].mSrcFile;
101}
102
103bool DbgSubprogram::HasValidLines()
104{

Callers 7

IsStepFilteredMethod · 0.80
GetCodeAddrInfoMethod · 0.80
GetStackFrameInfoMethod · 0.80
FindCodeAddressesMethod · 0.80
DisassembleAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected