[Lldb-commits] [PATCH] D26300: ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64 bit elf core files

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 4 16:22:52 PDT 2016


emaste added a comment.

Good point. https://reviews.llvm.org/D26315 has the change to add FreeBSD support to make-core.sh -- just avoiding /bin/bash, and the core file handler check.

I think we should be able to rename this directory to elf-core, and rename the individual cores to e.g. linux-i386.core, etc.


https://reviews.llvm.org/D26300





More information about the lldb-commits mailing list