1. af16967 Method to avoid skipping frames for local unwinds. by Christopher Ferris · 6 years ago
  2. c8bec5a Use new unwinder for offline in libbacktrace. by Christopher Ferris · 6 years ago
  3. 7937a36 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 6 years ago
  4. f880828 libbacktrace: export offline unwinding failures. by Yabin Cui · 6 years ago
  5. b7de5f5 Demand read load bias for a map. by Christopher Ferris · 7 years ago
  6. be788d8 Allow multiple threads sharing a map to unwind. by Christopher Ferris · 7 years ago
  7. 086baf9 Switch libbacktrace new unwinder. by Christopher Ferris · 7 years ago
  8. cd546c1 libbacktrace: correctly number frames when skipping. by Josh Gao · 7 years ago
  9. b9de87f Add a new unwind method on error. by Christopher Ferris · 7 years ago
  10. 458cc66 Update the tests. by Christopher Ferris · 7 years ago
  11. 96722b0 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 7 years ago
  12. 5ea2c1f Test unwinding through a signal handler. by Christopher Ferris · 7 years ago
  13. f5e568e Do not access device maps. by Christopher Ferris · 7 years ago
  14. 82f3bbd Allow calling GetFunctionName before unwinding. by Christopher Ferris · 7 years ago
  15. 3a14004 Fix race condition updating local map data. by Christopher Ferris · 8 years ago
  16. 67867db Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 8 years ago
  17. 206a3b9 Add error reporting mechanism for failing Unwind. by Christopher Ferris · 8 years ago
  18. 5ccdfa6 Don't fail if the new pss is less than stable. by Christopher Ferris · 8 years ago
  19. 588a2ca system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 8 years ago
  20. 61c48ac Modify tests to use executable memory. by Christopher Ferris · 8 years ago
  21. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  22. da750a7 Change the way some maps are printed. by Christopher Ferris · 9 years ago
  23. 2d651ed am e0ab2322: Display the map offset for each frame. by Christopher Ferris · 9 years ago
  24. e0ab232 Display the map offset for each frame. by Christopher Ferris · 9 years ago
  25. 837eff2 Use delete[] to de-allocate pointers from new[] by Pirama Arumuga Nainar · 9 years ago
  26. 684fb77 Add tests for elf unwinding in memory. by Christopher Ferris · 9 years ago
  27. 428fad9 Remove libbacktrace definition of gettid. by Dan Albert · 9 years ago
  28. 67aba68 Add tests for elf unwinding in memory. by Christopher Ferris · 9 years ago
  29. 8bd4a4e Fix small ptrace reads. by Christopher Ferris · 9 years ago
  30. 944f417 Fix small ptrace reads. by Christopher Ferris · 9 years ago
  31. 2106f4b Add load base to map for relocation packing. by Christopher Ferris · 9 years ago
  32. 329ed7d Add load base to map for relocation packing. by Christopher Ferris · 9 years ago
  33. 23f750b Remove libbacktrace definition of gettid. by Dan Albert · 9 years ago
  34. 97e00bb Update the test for better output on error. by Christopher Ferris · 9 years ago
  35. ca09ce9 Discards frames for code within library. by Christopher Ferris · 9 years ago
  36. 2c43cff Refactor the code. by Christopher Ferris · 9 years ago
  37. 2b4a63f Add variable length read to Backtrace. by Christopher Ferris · 9 years ago
  38. 12385e3 Move map data into backtrace data proper. by Christopher Ferris · 9 years ago
  39. 3cdbfdc Convert futex to cond wait. by Christopher Ferris · 10 years ago
  40. a2efd3a Rewrite unwind thread handling. by Christopher Ferris · 10 years ago
  41. aa63d9f Use real time signal for threads instead of SIGURG. by Christopher Ferris · 10 years ago
  42. e296091 Create an UnwindMapLocal object. by Christopher Ferris · 10 years ago
  43. df29061 Re-enable libunwind for arm. by Christopher Ferris · 10 years ago
  44. 4675682 Rewrite libbacktrace to be all C++. by Christopher Ferris · 10 years ago
  45. 20303f8 Next phase of the move, reformat use C++ features. by Christopher Ferris · 10 years ago
  46. bc12d63 Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD. by Christopher Ferris · 11 years ago
  47. 7f081ec Use new defines in test code. by Christopher Ferris · 11 years ago
  48. 17e91d4 Rewrite libbacktrace using C++. by Christopher Ferris · 11 years ago