llvm-project/lldb/scripts/Python
Johnny Chen b90827e66c rdar://problem/11584012
Refactorings of watchpoint creation APIs so that SBTarget::WatchAddress(), SBValue::Watch(), and SBValue::WatchPointee()
now take an additional 'SBError &error' parameter (at the end) to contain the reason if there is some failure in the
operation.  Update 'watchpoint set variable/expression' commands to take advantage of that.

Update existing test cases to reflect the API change and add test cases to verify that the SBError mechanism works for
SBTarget::WatchAddress() by passing an invalid watch_size.

llvm-svn: 157964
2012-06-04 23:19:54 +00:00
..
interface rdar://problem/11584012 2012-06-04 23:19:54 +00:00
build-swig-Python.sh Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts to be more clear. 2012-05-26 00:23:52 +00:00
edit-swig-python-wrapper-file.py Fix remaining Python issues leftover from my previous patch. 2011-06-01 02:33:12 +00:00
finish-swig-Python-LLDB.sh Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts to be more clear. 2012-05-26 00:23:52 +00:00
modify-python-lldb.py Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. 2012-03-16 21:55:42 +00:00
python-extensions.swig <rdar://problem/10062621> 2012-02-15 02:34:21 +00:00
python-typemaps.swig Fix SBProcess::ReadMemory's typemap to handle PyLongObjects. 2012-05-11 20:38:28 +00:00
python-wrapper.swig Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern 2012-03-19 22:58:49 +00:00