[Lldb-commits] [PATCH] D51578: DWARFConcatenatingDataExtractor for D32167

2018-10-21 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 170342. jankratochvil added a comment. Herald added a subscriber: arphaman. Patch `concat` = original posting with `DWARFConcatenatingDataExtractor` used only for `.debug_info`(+`.debug_types`) section. download

[Lldb-commits] [PATCH] D51578: DWARFConcatenatingDataExtractor for D32167

2018-10-21 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. I got an idea to try making the `.debug_info`+`.debug_types` memory contiguous. It cannot be mmapped then but LLDB does not seem to do that now anyway (except maybe MachO but despite some comment I haven't found a mmap() even there). Besides that there could be ev