[Lldb-commits] [PATCH] D16107: Fix for Bug 25338

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 13 06:57:58 PST 2016


tberghammer added a comment.

Based on your description the vdso file itself looks like a valid elf file to me. If the ObjectFileELF plugin is buggy (it is certainly is as it can't handle the vdso) then I think we should fix that instead of building up a new approach just to work around one of our own bug.


http://reviews.llvm.org/D16107





More information about the lldb-commits mailing list