llvm-project/lldb/scripts/Python
Greg Clayton 3e32ad65fb Allow clients to control the exact path that is used to launch processes by adding new calls to SBLaunchInfo.
The new calls are:

SBFileSpec
SBLaunchInfo::GetExecutableFile ();

void
SBLaunchInfo::SetExecutableFile (SBFileSpec exe_file, bool add_as_first_arg);

<rdar://problem/16833939>

llvm-svn: 208245
2014-05-07 20:16:06 +00:00
..
interface Allow clients to control the exact path that is used to launch processes by adding new calls to SBLaunchInfo. 2014-05-07 20:16:06 +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 If CMake finds a python interpreter, use it 2014-05-07 12:52:08 +00:00
finish-swig-Python-LLDB.sh If CMake finds a python interpreter, use it 2014-04-24 16:18:21 +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