[Lldb-commits] [PATCH] D70954: [lldb] Don't put compile unit name into the support file list and support DWARF5 line tables

2019-12-05 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG57f8a998ceaf: [lldb] Dont put compile unit name into the support file list and support… (authored by labath). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D70954: [lldb] Don't put compile unit name into the support file list

2019-12-03 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 231904. labath added a comment. Add the dwarf5 part + a test. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70954/new/ https://reviews.llvm.org/D70954 Files:

[Lldb-commits] [PATCH] D70954: [lldb] Don't put compile unit name into the support file list

2019-12-03 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. This seems to break `Shell/SymbolFile/DWARF/debug-types-address-ranges.s` on my machine: https://teemperor.de/pub/D70954.log Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70954/new/ https://reviews.llvm.org/D70954

[Lldb-commits] [PATCH] D70954: [lldb] Don't put compile unit name into the support file list

2019-12-03 Thread Pavel Labath via Phabricator via lldb-commits
labath planned changes to this revision. labath added a comment. It seems one dwarf5 test is failing with this change (or rather, it was accidentally passing before as it picked up the fake line 0 entry). Since this patch is not that big, I'll just fold the dwarf5 followup into it. Planning

[Lldb-commits] [PATCH] D70954: [lldb] Don't put compile unit name into the support file list

2019-12-03 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: clayborg, JDevlieghere. Herald added a subscriber: aprantl. Herald added a reviewer: jdoerfert. Herald added a project: LLDB. Lldb's "format-independent" debug info made use of the fact that DWARF (<=4) did not use the file index zero, and