[Lldb-commits] [PATCH] D31450: Battery of NetBSD support improvements
Mark Kettenis via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 29 07:32:04 PDT 2017
kettenis added a comment.
The core file reading bits look ok to me.
================
Comment at: source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp:383
// On Linux the executable is indicated by an empty path in the entry. On
// FreeBSD and on Android it is the full path to the executable.
----------------
Probably should update this comment
================
Comment at: source/Plugins/Process/elf-core/ProcessElfCore.cpp:456
+}
+
// Parse a FreeBSD NT_PRSTATUS note - see FreeBSD sys/procfs.h for details.
----------------
Unfortunate that the note numbers are different from architecture to architecture on NetBSD.
Repository:
rL LLVM
https://reviews.llvm.org/D31450
More information about the lldb-commits
mailing list