Before, it returns the outermost blocks if nested blocks have the same
address range. That casuses lldb unable to find variables that are inside
inner blocks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133601
[LLDB][NativePDB] ResolveSymbolContext should return the innermost block ClosedPublic Authored by zequanwu on Sep 9 2022, 11:56 AM.
Details Summary Before, it returns the outermost blocks if nested blocks have the same
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 15 2022, 10:58 PM Closed by commit rGd21b417025f8: [LLDB][NativePDB] ResolveSymbolContext should return the innermost block (authored by zequanwu). · Explain WhySep 16 2022, 10:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 460818 lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
lldb/test/Shell/SymbolFile/NativePDB/nested-blocks-same-address.s
|