llvm-project/lldb/test/functionalities/watchpoint/watchpoint_set_command
Johnny Chen 3f476c4a72 rdar://problem/11597911
Fix confusing error message about "expression did not evaluate to an address" when doing 'watchpoint set expression".
Instead of using 0 as the fail_value when invoking ValueObject::GetValueAsUnsigned(), modify the API to take an addition
bool pointer (defaults to NULL) to indicate success/failure of value conversion.

llvm-svn: 158016
2012-06-05 19:37:43 +00:00
..
Makefile
TestWatchLocationWithWatchSet.py Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
TestWatchpointSetErrorCases.py rdar://problem/11597911 2012-06-05 19:37:43 +00:00
main.cpp rdar://problem/11597911 2012-06-05 19:37:43 +00:00