[Lldb-commits] [PATCH] D39681: Implement core dump debugging for PPC64le

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 14 11:03:48 PST 2017


krytarowski added inline comments.


================
Comment at: source/Plugins/Process/elf-core/elf-core-enums.h:14
+/// Core files PT_NOTE segment descriptor types
+enum {
+  NT_PRSTATUS = 1,
----------------
No namespace here?


https://reviews.llvm.org/D39681





More information about the lldb-commits mailing list