hanchenye-llvm-project/lldb/scripts/Python
Jim Ingham d80102e420 Add the ability to set python breakpoint commands from the SBBreakpoint & SBBreakpointLocation API's.
You can either provide the function name, or function body text.
Also propagate the compilation error up from where it is checked so we can report compilation errors.

<rdar://problem/9898371>

llvm-svn: 205380
2014-04-02 01:04:55 +00:00
..
interface Add the ability to set python breakpoint commands from the SBBreakpoint & SBBreakpointLocation API's. 2014-04-02 01:04:55 +00:00
modules * Rename PYTHON_INCLUDES to PYTHON_INC_DIR to match the similar declaration 2014-02-26 15:05:48 +00:00
Makefile Suppress python readline module under Linux to fix a seg fault. 2014-02-26 07:39:20 +00:00
build-swig-Python.sh Move LLDBWrapPython.cpp into the build folder for Xcode builds so it doesn't muck with cmake builds. 2014-03-14 18:24:30 +00:00
finish-swig-Python-LLDB.sh Adding a diagnose-nsstring command 2013-05-30 23:36:47 +00:00
modify-python-lldb.py Make sure that the lldb globals: 2012-12-10 19:18:23 +00:00
python-extensions.swig Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
python-swigsafecast.swig Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
python-typemaps.swig Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
python-wrapper.swig Make sure we don't try to print the SystemExit exception, or we will cause the containing process to exit() from under us 2014-02-18 20:00:20 +00:00