Skip to content
Commit 8567355e authored by Greg Clayton's avatar Greg Clayton
Browse files

Modify the ranges_access() helper function to be able to lookup the address...

Modify the ranges_access() helper function to be able to lookup the address range in a block given an address. Since blocks can have multiple discontiguous ranges, it helps to be able to get the current address range for the current block in a frame. This can be used in code like:

curr_block_range = lldb.frame.block.range[lldb.frame.addr]

llvm-svn: 159289
parent 3e6dde66
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment