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

Method GetLineAddr

IDEHelper/DbgModule.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86addr_target DbgSubprogram::GetLineAddr(const DbgLineData& lineData)
87{
88 return (addr_target)(lineData.mRelAddress + mCompileUnit->mDbgModule->mImageBase);
89}
90
91DbgSubprogram* DbgSubprogram::GetLineInlinee(const DbgLineData& lineData)
92{

Callers 10

DoUpdateMethod · 0.80
CheckBreakpointMethod · 0.80
HasLineInfoAtMethod · 0.80
StepLineTryPauseMethod · 0.80
SetupStepMethod · 0.80
SetNextStatementMethod · 0.80
FindCodeAddressesMethod · 0.80
DisassembleAtMethod · 0.80
FindLineCallAddressesMethod · 0.80
GetAddressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected