[Lldb-commits] [PATCH] D29288: Switch std::call_once to llvm::call_once

2017-02-05 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski added a comment. https://reviews.llvm.org/D29566 I filed a patch in LLVM. Repository: rL LLVM https://reviews.llvm.org/D29288 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lld

[Lldb-commits] [PATCH] D29288: Switch std::call_once to llvm::call_once

2017-02-05 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski updated this revision to Diff 87153. krytarowski added a comment. Revamp to new llvm::once_flag Repository: rL LLVM https://reviews.llvm.org/D29288 Files: include/lldb/Core/Debugger.h source/Commands/CommandObjectPlatform.cpp source/Core/Debugger.cpp source/Core/ModuleLis

[Lldb-commits] [lldb] r294145 - Synchronize PlatformNetBSD with Linux

2017-02-05 Thread Kamil Rytarowski via lldb-commits
Author: kamil Date: Sun Feb 5 15:32:38 2017 New Revision: 294145 URL: http://llvm.org/viewvc/llvm-project?rev=294145&view=rev Log: Synchronize PlatformNetBSD with Linux Summary: Update the code to the new world code. These changes are needed for remote process plugin. Sponsored by Reviewers: