Re: [lldb-dev] [4.0 Release] Schedule and call for testers

2016-12-14 Thread Hans Wennborg via lldb-dev
On Mon, Dec 5, 2016 at 10:26 AM, Hans Wennborg wrote: > Dear everyone, > > There's still plenty of time left, but I'd like to get the schedule > set before folks start disappearing for the holidays. > > Note that this release will also switch us to the new versioning > scheme where the major versi

Re: [lldb-dev] Shared Process plugin between Linux and BSD

2016-12-14 Thread Greg Clayton via lldb-dev
I am wondering if it would be better to make a common base class, like NativeProcessPtrace, where all of the common Ptrace stuff lives and then subclass and override the functions that are different. There seemed to be a bunch of "#if defined(NETBSD)" stuff in the second patch. Without extra cod

[lldb-dev] Shared Process plugin between Linux and BSD

2016-12-14 Thread Kamil Rytarowski via lldb-dev
Hello, I've prepared two patches to make the Linux Process Plugin buildable on NetBSD. The diff will help to transform the Linux process plugin to common code, shared between Linux and BSDs (FreeBSD, NetBSD). lldb-git: Enable Linux Process plugin on NetBSD https://wip.pkgsrc.org/cgi-bin/gitweb.