Skip to content
  • Johnny Chen's avatar
    rdar://problem/11597911 · 3f476c4a
    Johnny Chen authored
    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
    3f476c4a
Loading