MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / getLineAddress

Method getLineAddress

pcsx2/DebugTools/DisassemblyManager.cpp:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404u32 DisassemblyFunction::getLineAddress(int line)
405{
406 return lineAddresses[line];
407}
408
409bool DisassemblyFunction::disassemble(u32 address, DisassemblyLineInfo& dest, bool insertSymbols, bool simplify)
410{

Callers 7

findDisassemblyEntryFunction · 0.45
analyzeMethod · 0.45
getBranchLinesMethod · 0.45
getStartAddressMethod · 0.45
getNthPreviousAddressMethod · 0.45
getNthNextAddressMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected