The block address range was missing before.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp | ||
---|---|---|
372 | better move this inside the if block, so one does not have to think about what will happen when the address wraps around. | |
lldb/test/Shell/SymbolFile/NativePDB/blocks.cpp | ||
17 | I fear this test is going to be extremely fragile (susceptible to changes in codegen AND debug info generation). I'd probably write it in asm (you could even test the error msg then). |
lldb/test/Shell/SymbolFile/NativePDB/blocks.cpp | ||
---|---|---|
17 |
better move this inside the if block, so one does not have to think about what will happen when the address wraps around.