llvm-project/lldb/source/Plugins/ScriptInterpreter/Python
Zachary Turner 4e4fbe8211 Some more pointer safety in Breakpoint.
Plumb unique_ptrs<> all the way through the baton interface.
NFC, this is a minor improvement to remove the possibility of an
accidental pointer ownership issue.

Reviewed By: jingham
Differential Revision: https://reviews.llvm.org/D24495

llvm-svn: 281360
2016-09-13 17:53:38 +00:00
..
CMakeLists.txt Introduce a `PythonExceptionState` class. 2015-11-13 01:24:52 +00:00
PythonDataObjects.cpp Fix about a dozen compile warnings 2016-09-12 05:25:33 +00:00
PythonDataObjects.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57: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 Some more pointer safety in Breakpoint. 2016-09-13 17:53:38 +00:00
ScriptInterpreterPython.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-python.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00