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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 4 14:45:28 PDT 2016


labath added a comment.

I was very successful in creating tiny core files by avoiding linking with the standard library (you don't really need a full libc to crash :P ).
I think this file should use the same approach as well (see the other core files in this directory, and the make-core.sh script).

Ed, maybe you could start by tweaking that script to work on FreeBSD as well? Depending on how similar it ends up, we may want to keep it here (and rename the folder to just "elf-core", or we can create a separate "freebsd-core" folder instead...


https://reviews.llvm.org/D26300





More information about the lldb-commits mailing list