krytarowski updated this revision to Diff 86524.
krytarowski added a comment.
Herald added subscribers: srhines, danalbert.
Transform ProcessLauncherLinux to ProcessLauncherPosixFork and attach to Linux
and NetBSD.
Repository:
rL LLVM
https://reviews.llvm.org/D29347
Files:
include/lldb/Ho
krytarowski added a comment.
In https://reviews.llvm.org/D29347#662145, @labath wrote:
> This is also copying a lot of code only to make tiny changes to it. Please
> put the Linux process launcher into the posix folder (I suggest naming it
> ProcessLauncherPosixFork). Ifdef out the linux-specif
labath requested changes to this revision.
labath added a comment.
This revision now requires changes to proceed.
This is also copying a lot of code only to make tiny changes to it. Please put
the Linux process launcher into the posix folder (I suggest naming it
ProcessLauncherPosixFork). Ifdef
krytarowski added a comment.
This patch was already open in a discussion with @labath, I'm pushing it here
to point the appropriate solution during review.
Repository:
rL LLVM
https://reviews.llvm.org/D29347
___
lldb-commits mailing list
lldb-co
krytarowski created this revision.
krytarowski added a project: LLDB.
Herald added a subscriber: mgorny.
Base this code on Linux.
Sponsored by
Repository:
rL LLVM
https://reviews.llvm.org/D29347
Files:
include/lldb/Host/netbsd/ProcessLauncherNetBSD.h
source/Host/CMakeLists.txt
source