1. 05 Feb, 2010 2 commits
  2. 02 Feb, 2010 4 commits
  3. 29 Jan, 2010 1 commit
  4. 12 Jan, 2010 1 commit
  5. 03 Dec, 2009 6 commits
  6. 02 Dec, 2009 3 commits
  7. 24 Nov, 2009 2 commits
  8. 23 Nov, 2009 2 commits
  9. 20 Nov, 2009 2 commits
  10. 15 Nov, 2009 2 commits
  11. 13 Nov, 2009 2 commits
  12. 12 Nov, 2009 1 commit
  13. 11 Nov, 2009 1 commit
  14. 09 Nov, 2009 1 commit
  15. 08 Nov, 2009 1 commit
  16. 05 Nov, 2009 2 commits
  17. 29 Oct, 2009 1 commit
  18. 28 Oct, 2009 1 commit
  19. 23 Oct, 2009 2 commits
  20. 21 Oct, 2009 2 commits
    • Andy McFadden's avatar
      am 96bbbe21: Wrap ARM abort() to improve stack trace. · 0703efea
      Andy McFadden authored
      Merge commit '96bbbe21' into eclair-plus-aosp
      
      * commit '96bbbe21':
        Wrap ARM abort() to improve stack trace.
      0703efea
    • Andy McFadden's avatar
      Wrap ARM abort() to improve stack trace. · 96bbbe21
      Andy McFadden authored
      The code generated for Thumb and Thumb2 targets has different handling
      for abort().  Because abort() is "noreturn", it doesn't need to preserve
      the callee-save registers.  The Thumb2 version trashes LR and makes it
      impossible to figure out who called abort().
      
      This inserts a trivial stub function; net effect is stack traces are
      reasonable after an abort().
      
      For bug 2191452.
      
      Eclair branch Dr. No approved by: hiroshi
      96bbbe21
  21. 19 Oct, 2009 1 commit