[LLDB][NativePDB] Set block address range.
authorZequan Wu <zequanwu@google.com>
Wed, 7 Sep 2022 23:24:45 +0000 (16:24 -0700)
committerZequan Wu <zequanwu@google.com>
Thu, 8 Sep 2022 21:51:47 +0000 (14:51 -0700)
commit32530e0493c130229b8fe5e4e65abd7fe76a2dc4
treeb0812e73148afc80955acda860fc241b3e3a5971
parent5e5937d0574547eb3e39fe9d920b968856a3b4e8
[LLDB][NativePDB] Set block address range.

The block address range was missing before.

Differential Revision: https://reviews.llvm.org/D133461
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
lldb/test/Shell/SymbolFile/NativePDB/blocks.cpp [new file with mode: 0644]