[Lldb-commits] [PATCH] D84402: [lldb/DWARF] Add more line table validation
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 23 06:51:08 PDT 2020
labath marked an inline comment as done.
labath added inline comments.
================
Comment at: lldb/test/Shell/SymbolFile/DWARF/debug_line-tombstone.s:35-36
# CHECK-NEXT: Line table for main.cpp
-# CHECK-NEXT: 0x0000000000001000: main.cpp:1
-# CHECK-NEXT: 0x0000000000001001: main.cpp:1
+# CHECK-NEXT: 0x0000000000020000: main.cpp:1
+# CHECK-NEXT: 0x0000000000020001: main.cpp:1
# CHECK-EMPTY:
----------------
The bogus output I'm talking about would end up looking like:
```
0x0000000000000000: :4294967295
0x0000000000000001: :4294967295
...
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84402/new/
https://reviews.llvm.org/D84402
More information about the lldb-commits
mailing list