llvm-project/lldb/test/functionalities/watchpoint
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
..
hello_watchlocation Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
hello_watchpoint Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with 2012-04-06 00:56:05 +00:00
multiple_threads Add test cases where we start three worker threads, with a write watchpoint set. As soon as a watchpoint is hit in either of the worker thread, 2012-05-18 23:30:57 +00:00
watchpoint_commands Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. 2012-05-23 21:09:52 +00:00
watchpoint_set_command rdar://problem/11597911 2012-06-05 19:37:43 +00:00