teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
Kamil Rytarowski c5f28e2a05 Switch std::call_once to llvm::call_once
Summary:
The std::call_once implementation in libstdc++ has problems on few systems: NetBSD, OpenBSD and Linux PPC. LLVM ships with a homegrown implementation llvm::call_once to help on these platforms.

This change is required in the NetBSD LLDB port. std::call_once with libstdc++ results with crashing the debugger.

Sponsored by <The NetBSD Foundation>

Reviewers: labath, joerg, emaste, mehdi_amini, clayborg

Reviewed By: labath, clayborg

Subscribers: #lldb

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D29288

llvm-svn: 294202
2017-02-06 17:55:02 +00:00
..
CMakeLists.txt [CMake] [4/4] Update a batch of plugins 2017-01-31 22:31:38 +00:00
lldb-python.h Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
PythonDataObjects.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PythonDataObjects.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PythonExceptionState.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PythonExceptionState.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ScriptInterpreterPython.cpp Switch std::call_once to llvm::call_once 2017-02-06 17:55:02 +00:00
ScriptInterpreterPython.h Fix serialization of Python breakpoint commands. 2016-09-26 19:47:37 +00:00