labath added a comment. In https://reviews.llvm.org/D34236#783186, @emaste wrote:
> LGTM from the FreeBSD side. The launch code for FreeBSD came from the > original (in-process) implementation that Linux and FreeBSD shared. Thanks Ed. If anyone's interested in archaeology, that launch code was then forked when linux went for lldb-server based debugging, and later it was made more generic and merged with another launch mechanism which was needed for android (no posix_spawn there). Finally it was moved to a common folder to enable NetBSD to use it. When freebsd switches to lldb-server, we can close the loop. :) https://reviews.llvm.org/D34236 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits