[Lldb-commits] [PATCH] D40311: elf-core: Split up parsing code into os-specific functions

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 21 18:14:21 PST 2017


krytarowski added inline comments.


================
Comment at: source/Plugins/Process/elf-core/ProcessElfCore.cpp:735
 ///   (see ELFNote structure)
 /// 3) A Thread Context in a core file usually described by 3 NOTE entries.
 ///    a) NT_PRSTATUS - Register context
----------------
Can we label it as SVR4-style (Linux, FreeBSD, Solaris)? Alternatively move it to other place in order to describe Linux and FreeBSD separately (NetBSD an OpenBSD can be skipped now).


https://reviews.llvm.org/D40311





More information about the lldb-commits mailing list