[Lldb-commits] [PATCH] D31374: Add support for tracing hello-world application on NetBSD
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Mar 26 09:02:47 PDT 2017
krytarowski added a comment.
In https://reviews.llvm.org/D31374#710864, @kettenis wrote:
> On OpenBSD the register context used in core dumps uses the same layout as ptrace(2). That's not the case on all OSes, but I believe that is the case for NetBSD as well. Would it be possible to re-use the register context data structures defined in the source/Plugins/Process/Utility/ directory?
I will research it.
Repository:
rL LLVM
https://reviews.llvm.org/D31374
More information about the lldb-commits
mailing list