Go to file
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
clang Make suggestions for mismatched enum arguments to printf/scanf. 2012-06-04 22:49:02 +00:00
compiler-rt [Sanitizer] Enable lint for sanitizer_common/ 2012-06-04 14:35:09 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream. 2012-06-01 20:02:59 +00:00
libcxxabi Fix bug in cxa_demangle involving template substitution. 2012-05-02 15:38:11 +00:00
lld Add missing include. 2012-06-01 20:22:59 +00:00
lldb rdar://problem/11584012 2012-06-04 23:19:54 +00:00
llvm Delete dead code. 2012-06-04 23:01:41 +00:00
polly www: Add GPGPU Code Generation Documentation. 2012-05-30 13:54:02 +00:00