summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2021-07-08 14:10:15 +1000
committerLang Hames <lhames@gmail.com>2021-07-08 14:15:44 +1000
commit5471766f9d16fbc5a82dd9503729747d901242a1 (patch)
tree04ae9230e31b5db05e6a442d86014be2469d5b7d /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent88efb59b7829a97b3ea7d847bd84e8905a7dee42 (diff)
[ORC] Replace MachOJITDylibInitializers::SectionExtent with ExecutorAddressRange
MachOJITDylibInitializers::SectionExtent represented the address range of a section as an (address, size) pair. The new ExecutorAddressRange type generalizes this to an address range (for any object, not necessarily a section) represented as a (start-address, end-address) pair. The aim is to express more of ORC (and the ORC runtime) in terms of simple types that can be serialized/deserialized via SPS. This will simplify SPS-based RPC involving arguments/return-values of these types.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions