[Lldb-commits] [PATCH] D61504: 05/06: Track CUs and TUs separately

2019-05-14 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil abandoned this revision. jankratochvil added a comment. Obsoleted by: D61908 Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61504/new/ https://reviews.llvm.org/D61504

[Lldb-commits] [PATCH] D61504: 05/06: Track CUs and TUs separately

2019-05-03 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. > FIXME: May DW_ATOM_cu_offset somehow contain a TypeUnit? Nope. In fact, until very recently attempting to generate a debug_types section on a mac crashed the compiler (now it just aborts the compilation iirc). Repository: rLLDB LLDB CHANGES SINCE LAST ACTION http

[Lldb-commits] [PATCH] D61504: 05/06: Track CUs and TUs separately

2019-05-03 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added reviewers: clayborg, labath, JDevlieghere. jankratochvil added a project: LLDB. Herald added subscribers: jdoerfert, arphaman. jankratochvil added a parent revision: D61503: 04/06: Track .debug_types vs. .debug_info difference. There is one