[Lldb-commits] [PATCH] D34236: Delete ProcessLauncherPosix

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 19 04:20:52 PDT 2017


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





More information about the lldb-commits mailing list