[Lldb-commits] [PATCH] D96201: [nfc] [lldb] Add Dwo assert

2021-02-07 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil abandoned this revision. jankratochvil added a comment. OK, dropped. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D96201/new/ https://reviews.llvm.org/D96201 ___ lldb-commits mailing list l

[Lldb-commits] [PATCH] D96201: [nfc] [lldb] Add Dwo assert

2021-02-06 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Hm... I'm not sure about that... I mean, there's not much use for it, and we probably aren't doing anything like that right now, but I don't see anything inherently wrong about querying a skeleton unit for a DIE (even though it should only contain the root die). Reposi

[Lldb-commits] [PATCH] D96201: [nfc] [lldb] Add Dwo assert

2021-02-06 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added a reviewer: labath. jankratochvil added a project: LLDB. Herald added a subscriber: JDevlieghere. jankratochvil requested review of this revision. I had it in my local patchset and I did not want to drop it, OK for check-in? Repository: