1. 5d1c3cb gdbclient: support various PT_INTERP values by Ryan Prichard · 7 years ago
  2. dcf9800 Stack: Fix argument-less invocation by Andreas Gampe · 7 years ago
  3. d8c0293 Stack: Add ability to override symbols dir by Andreas Gampe · 7 years ago
  4. 3c9db52 Stack: Replace getopt with argparse by Andreas Gampe · 7 years ago
  5. 931cd0b Fix gdbserver path in gdbclient.py by Haibo Huang · 7 years ago
  6. ac90d1d Really fix support for soname in apk. by Christopher Ferris · 7 years ago
  7. 55a9699 Add support for soname display in apk. by Christopher Ferris · 7 years ago
  8. f91fb91 Merge "gdbclient.py: Add --env flag." by Treehugger Robot · 7 years ago
  9. 9247665 gdbclient.py alternative frontend support by Alex Light · 7 years ago
  10. 63bf108 gdbclient.py: Add --env flag. by Peter Collingbourne · 7 years ago
  11. e547eb3 Symbol: Add presubmit testing by Andreas Gampe · 7 years ago
  12. 3ee240c NativeHeapDumpViewer: Add tests to presubmit by Andreas Gampe · 7 years ago
  13. 547631e NativeHeapDumpViewer: Python 3 compatibility by Andreas Gampe · 7 years ago
  14. 9240b45 Symbol: Python 3 compatibility by Andreas Gampe · 7 years ago
  15. 076bd27 Merge "Prevent "index out of range" crash when addr2line aborts in between" by Mathieu Chartier · 7 years ago
  16. 7e73f7a Prevent "index out of range" crash when addr2line aborts in between by Shibin George · 8 years ago
  17. b971e04 native_heapdump_viewer_tests: update ParseNativeHeap() to pass 4 arguments by Shibin George · 8 years ago
  18. ec9ee7f Remove ashmem from development repository by Joel Fernandes · 8 years ago
  19. 6fc7aef Handle IOExceptions if addr2line fails. by Christopher Ferris · 8 years ago
  20. 9e068aa Merge "Fix GetMappingFromOffset" am: 0d2f6425ed by Mathieu Chartier · 8 years ago
  21. e350362 Fix GetMappingFromOffset by Mathieu Chartier · 8 years ago
  22. 79a4d77 Merge "Add logic for replacing maps for zip files" am: a70bf347f7 by Mathieu Chartier · 8 years ago
  23. fca3084 Add logic for replacing maps for zip files by Mathieu Chartier · 8 years ago
  24. 3140c7e Merge "pid: switch to pgrep." am: 3aa9457410 by Josh Gao · 8 years ago
  25. f080bf1 pid: switch to pgrep. by Josh Gao · 8 years ago
  26. 9669de4 Merge "Refactor native heap viewer to add tests." am: cd2f1cfed2 by Christopher Ferris · 8 years ago
  27. dfb5368 Refactor native heap viewer to add tests. by Christopher Ferris · 8 years ago
  28. 81052a3 Merge "Detect if num field is valid on v1.0 version." am: 1ae3edd54b by Christopher Ferris · 8 years ago
  29. ad7d5fb Detect if num field is valid on v1.0 version. by Christopher Ferris · 8 years ago
  30. 590650d Merge "Allow restart in gdbclient." am: 2e4640f468 by Dan Albert · 8 years ago
  31. d124bc7 Allow restart in gdbclient. by Dan Albert · 8 years ago
  32. 121c8d9 Merge changes from topic "stacks_envsetup" am: 759a6f75ff by Josh Gao · 8 years ago
  33. 3502cee Add return code support to `pid`. am: 4df6279c71 by Josh Gao · 8 years ago
  34. aa32b1a Move pid, stacks from envsetup.sh to dedicated scripts. am: 3dffb8438d by Josh Gao · 8 years ago
  35. 759a6f7 Merge changes from topic "stacks_envsetup" by Treehugger Robot · 8 years ago
  36. 4df6279 Add return code support to `pid`. by Josh Gao · 8 years ago
  37. 3dffb84 Move pid, stacks from envsetup.sh to dedicated scripts. by Josh Gao · 8 years ago
  38. 91ba53c stacks: match exactly before matching nonexactly. by Josh Gao · 8 years ago
  39. a5a9763 Merge "Script: Fix disassemble_tombstone.py" am: 9a2f49a71a by Andreas Gampe · 8 years ago
  40. 6467644 Script: Fix disassemble_tombstone.py by Andreas Gampe · 8 years ago
  41. 7b021e8 Merge "Add descriptive text describing html interaction." am: fa6b514d71 by Christopher Ferris · 8 years ago
  42. fbd84e9 Add descriptive text describing html interaction. by Christopher Ferris · 8 years ago
  43. ffc868b Merge "Handle num fields that aren't one." am: 51fdbb627f am: 7b291a7108 by Christopher Ferris · 8 years ago
  44. bede9f3 Handle num fields that aren't one. by Christopher Ferris · 8 years ago
  45. 07c15fd Merge "Scripts: Export symbol.py" am: 4c5c36987a am: 2f5dcfe651 by Andreas Gampe · 8 years ago
  46. 5bec214 Scripts: Export symbol.py by Andreas Gampe · 8 years ago
  47. 0ffeba6 Add battery level test script. by Makoto Onuki · 8 years ago
  48. 70b4c54 Add scripts OWNERS. by Elliott Hughes · 8 years ago
  49. d3fc8fa Switch to new soong_ui dumpvar-mode by Dan Willemsen · 8 years ago
  50. bc82e81 Merge "gdbclient.py: don't use make to dump target info." am: c57aaaf57c by Josh Gao · 9 years ago
  51. c57aaaf Merge "gdbclient.py: don't use make to dump target info." by Treehugger Robot · 9 years ago
  52. 8697036 Merge "Provide a way to disassemble code in a tombstone." am: d98a584a6d by Greg Hartman · 9 years ago
  53. a6e5520 Provide a way to disassemble code in a tombstone. by Greg Hartman · 10 years ago
  54. 466e289 gdbclient.py: don't use make to dump target info. by Josh Gao · 9 years ago
  55. aef6b1d Merge "Resolve gdbclient.py -r executable from target" am: f45395cec0 by Kevin Rocard · 9 years ago
  56. 258c89e Resolve gdbclient.py -r executable from target by Kevin Rocard · 9 years ago
  57. 82a266c Merge "Fix gdbclient.py -p." am: 37c32c3162 by Elliott Hughes · 9 years ago
  58. 89e1ecf Fix gdbclient.py -p. by Elliott Hughes · 9 years ago
  59. cd0f76d Merge "Warn that gdbclient is deprecated in favor of gdbclient.py" am: 4a419534fe by Kevin Rocard · 9 years ago
  60. 75b24f1 Warn that gdbclient is deprecated in favor of gdbclient.py by Kevin Rocard · 9 years ago
  61. acf1fb1 Merge "Fix potential divide by zero in display_html" am: 524311b26d by Mathieu Chartier · 9 years ago
  62. 9ae5ff4 Fix potential divide by zero in display_html by Mathieu Chartier · 9 years ago
  63. 14a8c91 Merge "Fix potential divide by zero." am: 8d3f61724d am: 4642158940 by Christopher Ferris · 9 years ago
  64. 8d3f617 Merge "Fix potential divide by zero." by Christopher Ferris · 9 years ago
  65. c739b9e Merge "Move away from device.get_props." am: 904e475fbd am: 4d8dffffa6 by Elliott Hughes · 9 years ago
  66. 1a2f12d Move away from device.get_props. by Elliott Hughes · 9 years ago
  67. 8ce1c18 Merge "gdbrunner: take a run-as/su command instead of a user." am: 3099f0c89d am: 83c5325987 by Josh Gao · 9 years ago
  68. 3099f0c Merge "gdbrunner: take a run-as/su command instead of a user." by Treehugger Robot · 9 years ago
  69. 057c273 gdbrunner: take a run-as/su command instead of a user. by Josh Gao · 9 years ago
  70. f427655 Fix potential divide by zero. by Christopher Ferris · 9 years ago
  71. e81fe43 Merge "Script to view native allocations prettily." am: ef15f7851f am: 17e01f282d by Mathieu Chartier · 9 years ago
  72. ef15f78 Merge "Script to view native allocations prettily." by Mathieu Chartier · 9 years ago
  73. a178732 Script to view native allocations prettily. by Richard Uhler · 9 years ago
  74. 15dff04 Merge "Stack: Add subprocess caching" am: a1b14a7357 am: db19bc4e39 by Andreas Gampe · 9 years ago
  75. 46b00d6 Stack: Add subprocess caching by Andreas Gampe · 9 years ago
  76. a031d64 Merge "Stack: Add symbol caching" am: b60fce019d am: 698998afca am: eace70430e by Andreas Gampe · 9 years ago
  77. 3d97a46 Stack: Add symbol caching by Andreas Gampe · 9 years ago
  78. 748f1a1 Merge "Count framework usage of BOARD variables" by Po-Chien Hsueh · 9 years ago
  79. f86af51 Count framework usage of BOARD variables by Po-Chien Hsueh · 9 years ago
  80. e9549c1 gdbclient: fix darwin sed problem by Keith Mok · 9 years ago
  81. 5f1b4f0 Skip adding value lines for accidental matches. by Christopher Ferris · 10 years ago
  82. 5b820ba Handle asan lines when determing abi. by Christopher Ferris · 10 years ago
  83. 784eace Merge "Stack: Fix tool for long stacks" by Treehugger Robot · 10 years ago
  84. 1127df9 Stack: Fix libmemunreachable stack test by Colin Cross · 10 years ago
  85. 48068ac Stack: Fix tool for long stacks by Andreas Gampe · 10 years ago
  86. 807ec0e stack: support output from dumpsys meminfo --unreachable by Colin Cross · 10 years ago
  87. 6ae3241 Script to perform USB reset of Android device. by Than McIntosh · 10 years ago
  88. abe22f4 Fix how the script gets data from apks. by Christopher Ferris · 10 years ago
  89. bf8a940 Find abi before trying to decode the stack. by Christopher Ferris · 10 years ago
  90. 7c776a4 Merge "Make gdbclient respect custom OUT_DIR settings" by Alex Light · 10 years ago
  91. 35dd4d6 Make gdbclient respect custom OUT_DIR settings by Alex Light · 10 years ago
  92. 409ab9f Update gdbclient to use the multiarch gdb. by Josh Gao · 10 years ago
  93. c14b612 Modify the dso rule to allow spaces in [] names. by Christopher Ferris · 10 years ago
  94. 44b84a8 Don't throw when we fail to find a device. by Josh Gao · 10 years ago
  95. 66bb9fa Merge "gdbclient.py: set directory for gdb." by Josh Gao · 10 years ago
  96. 19f18ce gdbclient.py: set directory for gdb. by Josh Gao · 10 years ago
  97. 639d1c4 gdb: allow gdbclient.py to find local files. by David Pursell · 10 years ago
  98. d1fe92f gdbclient.py: set PWD when querying makefiles. by David Pursell · 11 years ago
  99. 320f881 gdbclient.py: add gdb connect retry. by David Pursell · 11 years ago
  100. 6382f17 Make gdbclient.py work in directories other than the root. by Josh Gao · 11 years ago