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

2017-01-28 Thread Joerg Sonnenberger via Phabricator via lldb-commits
joerg added a comment. Should be "non-POD type" in the commit message. Repository: rL LLVM https://reviews.llvm.org/D29256 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

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

2017-01-28 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski created this revision. krytarowski added a project: LLDB. Herald added a subscriber: ki.stfu. Cannot pass object of non-trivial type 'const CMIUtilString' through variadic function. Original patch by Tobias Nygren (NetBSD). Sponsored by Repository: rL LLVM

[Lldb-commits] [lldb] r293392 - Switch HostInfoNetBSD::GetProgramFileSpec to sysctl(7)

2017-01-28 Thread Kamil Rytarowski via lldb-commits
Author: kamil Date: Sat Jan 28 14:04:53 2017 New Revision: 293392 URL: http://llvm.org/viewvc/llvm-project?rev=293392=rev Log: Switch HostInfoNetBSD::GetProgramFileSpec to sysctl(7) Summary: Remove dependency on the proc (/proc) filesystem, which is optional. KERN_PROC_PATHNAME is available in

[Lldb-commits] [PATCH] D29091: Recognize Real-Time Signals on NetBSD

2017-01-28 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL293391: Recognize Real-Time Signals on NetBSD (authored by kamil). Changed prior to commit: https://reviews.llvm.org/D29091?vs=85611=86183#toc Repository: rL LLVM https://reviews.llvm.org/D29091

[Lldb-commits] [lldb] r293391 - Recognize Real-Time Signals on NetBSD

2017-01-28 Thread Kamil Rytarowski via lldb-commits
Author: kamil Date: Sat Jan 28 14:01:53 2017 New Revision: 293391 URL: http://llvm.org/viewvc/llvm-project?rev=293391=rev Log: Recognize Real-Time Signals on NetBSD Summary: Real-Time Signals are available in NetBSD-current and will land NetBSD 8.0. Older stable versions of NetBSD will not be