[Lldb-commits] [lldb] r186516 - Re-introduces ELF core file support for Linux x86-64
Ed Maste
emaste at freebsd.org
Fri Jul 19 13:48:34 PDT 2013
On 18 July 2013 14:26, Samuel Jacob <samueldotj at gmail.com> wrote:
> Looks good to me.
> Please attach patch, so that I can test on my Linux cores.
Thanks for testing the changes Samuel.
I've sent another couple of patches to the list to improve parsing
vendor-specific notes and handle thread names on FreeBSD. (An earlier
version of the thread name patch put the new FreeBSD-specific types in
the same enum, which might end up with a conflict.) Subsequent work
will clean up the note parsing for PRSTATUS and PSINFO, removing the
compile-time #ifdefs.
Do you mind reviewing and trying the patch set on Linux?
The three patches in the set are:
[PATCH] DataExtractor: Add fixed length field string fn
[PATCH 1/2] elf-core: Parse vendor-specific notes
[PATCH 2/2] elf-core: Parse FreeBSD thread names
(I can forward them as attachments if you wish.)
More information about the lldb-commits
mailing list