Skip to content
  1. Aug 08, 2012
  2. Aug 07, 2012
  3. Aug 01, 2012
  4. Jul 25, 2012
  5. Jul 19, 2012
  6. Jul 18, 2012
  7. Jul 13, 2012
  8. Jul 12, 2012
  9. Jul 06, 2012
  10. Jun 29, 2012
  11. Jun 20, 2012
  12. Jun 19, 2012
  13. Jun 08, 2012
  14. Jun 05, 2012
    • 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
    • Johnny Chen's avatar
      rdar://problem/11584012 · b90827e6
      Johnny Chen authored
      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
      b90827e6
  15. May 30, 2012
  16. May 29, 2012
  17. May 28, 2012
  18. May 26, 2012
    • Johnny Chen's avatar
      rdar://problem/11535045 · ca7835c6
      Johnny Chen authored
      Make 'help arch' return the list of supported architectures.
      Add a convenience method StringList::Join(const char *separator) which is called from the help function for 'arch'.
      Also add a simple test case.
      
      llvm-svn: 157507
      ca7835c6
  19. May 25, 2012
  20. May 24, 2012
  21. May 23, 2012
  22. May 22, 2012
  23. May 21, 2012
  24. May 19, 2012
Loading