teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
Jim Ingham 3815e702e7 Add a "scripted" breakpoint type to lldb.
This change allows you to write a new breakpoint type where the
logic for setting breakpoints is determined by a Python callback
written using the SB API's.

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

llvm-svn: 342185
2018-09-13 21:35:32 +00:00
..
CMakeLists.txt ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
lldb-python.h Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonDataObjects.cpp Fix PythonString::GetString for >=python-3.7 2018-07-25 11:35:28 +00:00
PythonDataObjects.h Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonExceptionState.cpp Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonExceptionState.h Partially revert r335236 2018-06-21 17:36:32 +00:00
ScriptInterpreterPython.cpp Add a "scripted" breakpoint type to lldb. 2018-09-13 21:35:32 +00:00
ScriptInterpreterPython.h Add a "scripted" breakpoint type to lldb. 2018-09-13 21:35:32 +00:00