[Lldb-commits] [PATCH] D29264: Add NetBSD support in Host::GetCurrentThreadID

2017-01-29 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski created this revision. krytarowski added a project: LLDB. To retrieve the native thread ID there must be called _lwp_self(). Sponsored by Repository: rL LLVM https://reviews.llvm.org/D29264 Files: source/Host/common/Host.cpp Index: source/Host/common/Host.cpp ==

[Lldb-commits] [PATCH] D29266: Synchronize PlatformNetBSD with Linux

2017-01-29 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski created this revision. krytarowski added a project: LLDB. Update the code to the new world code. These changes are needed for remote process plugin. Sponsored by Repository: rL LLVM https://reviews.llvm.org/D29266 Files: source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp so

[Lldb-commits] [PATCH] D29256: Do not pass non-POD type variables through variadic function

2017-01-29 Thread Ilia K via Phabricator via lldb-commits
ki.stfu accepted this revision. ki.stfu added a comment. This revision is now accepted and ready to land. I don't know the point of this patch (probably it's something special for NetBSD? @emaste) but I'm okay with that. Repository: rL LLVM https://reviews.llvm.org/D29256