[Lldb-commits] [PATCH] D31374: Add support for tracing hello-world application on NetBSD

Mark Kettenis via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Mar 26 08:04:17 PDT 2017


kettenis added a comment.

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?


Repository:
  rL LLVM

https://reviews.llvm.org/D31374





More information about the lldb-commits mailing list