MCPcopy
hub / github.com/DerekSelander/LLDB / getSectionData

Function getSectionData

lldb_commands/ds.py:468–476  ·  view source on GitHub ↗
(section, outputCount=0)

Source from the content-addressed store, hash-verified

466 return (indeces, stringList)
467
468def getSectionData(section, outputCount=0):
469 # loadAddr = section.addr.GetLoadAddress(getTarget())
470 # addr = section.addr
471 # size = section.size
472 data = section.data
473
474 # endAddr = loadAddr + size
475 # addr = section.addr
476 return formatFromData(data, section, outputCount)
477
478def getFunctionsFromSection(section, outputCount=0):
479 target = getTarget()

Callers

nothing calls this directly

Calls 1

formatFromDataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…