[Lldb-commits] [PATCH] D29347: Add ProcessLauncherNetBSD to spawn a tracee

2017-01-31 Thread Kamil Rytarowski via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D29347: Add ProcessLauncherNetBSD to spawn a tracee

2017-01-31 Thread Kamil Rytarowski via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D29347: Add ProcessLauncherNetBSD to spawn a tracee

2017-01-31 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D29347: Add ProcessLauncherNetBSD to spawn a tracee

2017-01-31 Thread Kamil Rytarowski via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D29347: Add ProcessLauncherNetBSD to spawn a tracee

2017-01-31 Thread Kamil Rytarowski via Phabricator via lldb-commits
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