[Lldb-commits] [PATCH] D51578: DWARFConcatenatingDataExtractor for D32167
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Oct 21 14:07:31 PDT 2018
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 even `.debug_info`+gap+`.debug_types` layout.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D51578
More information about the lldb-commits
mailing list