1. b9c072c Move PC-only unwind frame generation to libunwindstack. by Mitch Phillips · 5 years ago
  2. 5ac3927 Make GetPcAdjustment a free function. by Peter Collingbourne · 5 years ago
  3. 456df69 Move the dexfile support to implementation. by Christopher Ferris · 6 years ago
  4. 7138232 Add test of undefined return address. by Christopher Ferris · 6 years ago
  5. a74aae8 Move to the libc++ demangler. by Christopher Ferris · 6 years ago
  6. a4bdb98 Display offsets for dex frames. by Christopher Ferris · 6 years ago
  7. 98aaf4c Ignore memory from elf on /memfd: by Christopher Ferris · 6 years ago
  8. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 6 years ago
  9. d11ed86 Fix pc/function name for signal handler frame. by Christopher Ferris · 6 years ago
  10. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  11. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 7 years ago
  12. 7813345 Add BuildId to frame information. by Christopher Ferris · 6 years ago
  13. 02a6c44 Add support for displaying soname in an apk. by Christopher Ferris · 6 years ago
  14. c479e4e Fix crash in libunwindstack. by Florian Mayer · 7 years ago
  15. 33d4bb3 Remove unused jit_debug unique_ptr. by Florian Mayer · 7 years ago
  16. eb0772f Add support for UnwinderFromPid object. by Christopher Ferris · 7 years ago
  17. a09c4a6 Fix offsets when shared lib split across maps. by Christopher Ferris · 7 years ago
  18. 065f156 Do not remove speculative frames in all cases. by Christopher Ferris · 7 years ago
  19. 4568f4b Verify that the elf matches the expected arch. by Christopher Ferris · 7 years ago
  20. e8c4ecf Always init gnu_debugdata interface if it exists. by Christopher Ferris · 7 years ago
  21. 9d0ad23 Fix problem adding too many frames. by Christopher Ferris · 7 years ago
  22. 239425b Fix bug when doing signal handler lookup. by Christopher Ferris · 7 years ago
  23. d5b22c5 Support a map that represents gdb jit elf data. by Yabin Cui · 7 years ago
  24. e62f4c4 Don't include map name if the consumer doesn't want names. by David Srbecky · 7 years ago
  25. 81744ac Remove leftover commented out code. by Christopher Ferris · 7 years ago
  26. a2ec50b Change the GetAdjustedRelPc to GetPcAdjustment. by Christopher Ferris · 7 years ago
  27. e4b3a6a Add ability to skip function name resolution. by Christopher Ferris · 7 years ago
  28. 559c7f2 Implement new DEX PC lookup scheme. by Christopher Ferris · 7 years ago
  29. e4df5f5 Fix computation of pc. by Christopher Ferris · 7 years ago
  30. a8c3973 Clear dex pc to avoid duplicate frames. by Christopher Ferris · 7 years ago
  31. e762f1f Check that dex pc is in a valid map. by Christopher Ferris · 7 years ago
  32. 7747b60 Load dex files from ART-specific data structure. by Christopher Ferris · 8 years ago
  33. f9006ec Fix symbol resolution within a dex file. by David Srbecky · 8 years ago
  34. d70ea5e Move dex pc frame creation into libunwindstack. by Christopher Ferris · 8 years ago
  35. 2fcf4cf Add error propagation into Unwinder/Elf objects. by Christopher Ferris · 8 years ago
  36. 98984b4 Add support for getting a dex pc. by Christopher Ferris · 8 years ago
  37. 150db12 Add ability to read jit gdb data. by Christopher Ferris · 8 years ago
  38. 02fdb56 Do not check arch for format check. by Christopher Ferris · 8 years ago
  39. d06001d Split arch data into separate files. by Christopher Ferris · 8 years ago
  40. c3d79f7 Fix incorrect usage of relative pcs. by Christopher Ferris · 8 years ago
  41. fda7edd Move sp/pc not changing check into Unwinder. by Christopher Ferris · 8 years ago
  42. 1cb84ce Add an interface for stopping in certain maps. by Christopher Ferris · 8 years ago
  43. e69f470 Multiple bugfixes, small restructuring. by Christopher Ferris · 8 years ago
  44. c5a3baa Fix setting of map_offset in frame data. by Christopher Ferris · 8 years ago
  45. f6f691b Update the Unwinder object and add tests. by Christopher Ferris · 8 years ago
  46. b9de87f Add a new unwind method on error. by Christopher Ferris · 8 years ago