llvm-project/lldb/test/python_api/watchpoint
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
..
condition rdar://problem/11584012 2012-06-04 23:19:54 +00:00
watchlocation rdar://problem/11584012 2012-06-04 23:19:54 +00:00
Makefile
TestSetWatchpoint.py rdar://problem/11584012 2012-06-04 23:19:54 +00:00
TestWatchpointIgnoreCount.py rdar://problem/11584012 2012-06-04 23:19:54 +00:00
TestWatchpointIter.py rdar://problem/11584012 2012-06-04 23:19:54 +00:00
main.c Fix comment. 2011-09-24 05:01:53 +00:00