1. 70b4c54 Add scripts OWNERS. by Elliott Hughes · 8 years ago
  2. d3fc8fa Switch to new soong_ui dumpvar-mode by Dan Willemsen · 8 years ago
  3. bc82e81 Merge "gdbclient.py: don't use make to dump target info." am: c57aaaf57c by Josh Gao · 9 years ago
  4. c57aaaf Merge "gdbclient.py: don't use make to dump target info." by Treehugger Robot · 9 years ago
  5. 8697036 Merge "Provide a way to disassemble code in a tombstone." am: d98a584a6d by Greg Hartman · 9 years ago
  6. a6e5520 Provide a way to disassemble code in a tombstone. by Greg Hartman · 10 years ago
  7. 466e289 gdbclient.py: don't use make to dump target info. by Josh Gao · 9 years ago
  8. aef6b1d Merge "Resolve gdbclient.py -r executable from target" am: f45395cec0 by Kevin Rocard · 9 years ago
  9. 258c89e Resolve gdbclient.py -r executable from target by Kevin Rocard · 9 years ago
  10. 82a266c Merge "Fix gdbclient.py -p." am: 37c32c3162 by Elliott Hughes · 9 years ago
  11. 89e1ecf Fix gdbclient.py -p. by Elliott Hughes · 9 years ago
  12. cd0f76d Merge "Warn that gdbclient is deprecated in favor of gdbclient.py" am: 4a419534fe by Kevin Rocard · 9 years ago
  13. 75b24f1 Warn that gdbclient is deprecated in favor of gdbclient.py by Kevin Rocard · 9 years ago
  14. acf1fb1 Merge "Fix potential divide by zero in display_html" am: 524311b26d by Mathieu Chartier · 9 years ago
  15. 9ae5ff4 Fix potential divide by zero in display_html by Mathieu Chartier · 9 years ago
  16. 14a8c91 Merge "Fix potential divide by zero." am: 8d3f61724d am: 4642158940 by Christopher Ferris · 9 years ago
  17. 8d3f617 Merge "Fix potential divide by zero." by Christopher Ferris · 9 years ago
  18. c739b9e Merge "Move away from device.get_props." am: 904e475fbd am: 4d8dffffa6 by Elliott Hughes · 9 years ago
  19. 1a2f12d Move away from device.get_props. by Elliott Hughes · 9 years ago
  20. 8ce1c18 Merge "gdbrunner: take a run-as/su command instead of a user." am: 3099f0c89d am: 83c5325987 by Josh Gao · 9 years ago
  21. 3099f0c Merge "gdbrunner: take a run-as/su command instead of a user." by Treehugger Robot · 9 years ago
  22. 057c273 gdbrunner: take a run-as/su command instead of a user. by Josh Gao · 9 years ago
  23. f427655 Fix potential divide by zero. by Christopher Ferris · 9 years ago
  24. e81fe43 Merge "Script to view native allocations prettily." am: ef15f7851f am: 17e01f282d by Mathieu Chartier · 9 years ago
  25. ef15f78 Merge "Script to view native allocations prettily." by Mathieu Chartier · 9 years ago
  26. a178732 Script to view native allocations prettily. by Richard Uhler · 9 years ago
  27. 15dff04 Merge "Stack: Add subprocess caching" am: a1b14a7357 am: db19bc4e39 by Andreas Gampe · 9 years ago
  28. 46b00d6 Stack: Add subprocess caching by Andreas Gampe · 9 years ago
  29. a031d64 Merge "Stack: Add symbol caching" am: b60fce019d am: 698998afca am: eace70430e by Andreas Gampe · 9 years ago
  30. 3d97a46 Stack: Add symbol caching by Andreas Gampe · 9 years ago
  31. 748f1a1 Merge "Count framework usage of BOARD variables" by Po-Chien Hsueh · 9 years ago
  32. f86af51 Count framework usage of BOARD variables by Po-Chien Hsueh · 9 years ago
  33. e9549c1 gdbclient: fix darwin sed problem by Keith Mok · 9 years ago
  34. 5f1b4f0 Skip adding value lines for accidental matches. by Christopher Ferris · 10 years ago
  35. 5b820ba Handle asan lines when determing abi. by Christopher Ferris · 10 years ago
  36. 784eace Merge "Stack: Fix tool for long stacks" by Treehugger Robot · 10 years ago
  37. 1127df9 Stack: Fix libmemunreachable stack test by Colin Cross · 10 years ago
  38. 48068ac Stack: Fix tool for long stacks by Andreas Gampe · 10 years ago
  39. 807ec0e stack: support output from dumpsys meminfo --unreachable by Colin Cross · 10 years ago
  40. 6ae3241 Script to perform USB reset of Android device. by Than McIntosh · 10 years ago
  41. abe22f4 Fix how the script gets data from apks. by Christopher Ferris · 10 years ago
  42. bf8a940 Find abi before trying to decode the stack. by Christopher Ferris · 10 years ago
  43. 7c776a4 Merge "Make gdbclient respect custom OUT_DIR settings" by Alex Light · 10 years ago
  44. 35dd4d6 Make gdbclient respect custom OUT_DIR settings by Alex Light · 10 years ago
  45. 409ab9f Update gdbclient to use the multiarch gdb. by Josh Gao · 10 years ago
  46. c14b612 Modify the dso rule to allow spaces in [] names. by Christopher Ferris · 10 years ago
  47. 44b84a8 Don't throw when we fail to find a device. by Josh Gao · 10 years ago
  48. 66bb9fa Merge "gdbclient.py: set directory for gdb." by Josh Gao · 10 years ago
  49. 19f18ce gdbclient.py: set directory for gdb. by Josh Gao · 10 years ago
  50. 639d1c4 gdb: allow gdbclient.py to find local files. by David Pursell · 10 years ago
  51. d1fe92f gdbclient.py: set PWD when querying makefiles. by David Pursell · 11 years ago
  52. 320f881 gdbclient.py: add gdb connect retry. by David Pursell · 11 years ago
  53. 6382f17 Make gdbclient.py work in directories other than the root. by Josh Gao · 11 years ago
  54. 043bad7 Add python reimplementation of gdbclient. by Josh Gao · 11 years ago
  55. 57acd5f Development/scripts: Update stack tool by Andreas Gampe · 11 years ago
  56. ece64c4 Update the stack script for apk handling. by Christopher Ferris · 11 years ago
  57. d900d08 Development/scripts: Add sanitizer dump support to stack by Andreas Gampe · 11 years ago
  58. ef3f1e2 Warn if you're trying to use gdbclient without "adb root". by Elliott Hughes · 11 years ago
  59. 4efdec6 Fix gdbclient to work with emulator builds by Nikola Veljkovic · 11 years ago
  60. 91dcbe9 Use ro.hardware property to detect the device by Dmitriy Ivanov · 11 years ago
  61. 1722836 Merge "Development: change gdbclient GDB selection" by Andreas Gampe · 11 years ago
  62. 876b092 Development: change gdbclient GDB selection by Andreas Gampe · 11 years ago
  63. 820ca72 Development: Mips64 stack-core test by Andreas Gampe · 11 years ago
  64. 7d4a836 Merge "Add mips64 to stack tool" by Andreas Gampe · 11 years ago
  65. 5521841 Add mips64 to stack tool by Andreas Gampe · 11 years ago
  66. 8981aee Add a conditional removal of \r\n from adb output. by Christopher Ferris · 11 years ago
  67. 73cd247 Delete dbt command for dalvik by Brian Carlstrom · 11 years ago
  68. f1d27e2 Allow acov --prep to succeed in a clean build. by Dan Albert · 11 years ago
  69. 512cc91 Development/scripts: Update gdbclient for native bridge by Andreas Gampe · 11 years ago
  70. a624edc Add gdbclient as a real script. by Dan Albert · 11 years ago
  71. f12f658 Default to using clang compatible gcov for host. by Dan Albert · 11 years ago
  72. 6c3911d Merge "Add support for host coverage." by Dan Albert · 11 years ago
  73. 72324d8 Add support for host coverage. by Dan Albert · 11 years ago
  74. cf347cc Add `acov --clean` and `acov --prep`. by Dan Albert · 11 years ago
  75. 6313a60 Add aday, which converts build numbers to dates. by Dan Albert · 11 years ago
  76. 27db85f Merge "Made development/scripts/stack work on Mac." by Elliott Hughes · 11 years ago
  77. e4b2a1a Made development/scripts/stack work on Mac. by Yang Ni · 11 years ago
  78. de39486 am bb0d2060: Merge "Do not call art-on macro by default." into lmp-dev by Christopher Ferris · 12 years ago
  79. 436b740 Do not call art-on macro by default. by Christopher Ferris · 12 years ago
  80. 48a1ff8 am 9bc92deb: am 20d16a75: Merge "Silence lcov existence test output." by Dan Albert · 12 years ago
  81. 7d133d2 Silence lcov existence test output. by Dan Albert · 12 years ago
  82. f9026b3 am cbe2394e: am 217d230a: Merge "Add acov for coverage gathering/reporting." by Dan Albert · 12 years ago
  83. 98e2c64 Add acov for coverage gathering/reporting. by Dan Albert · 12 years ago
  84. 8bc875b am 72e4885c: Merge "Add support for debugging ART to the dalvik.gdb script." into lmp-dev by Dave Allison · 12 years ago
  85. 22382a4 Add support for debugging ART to the dalvik.gdb script. by Dave Allison · 12 years ago
  86. 99c64a2 am 6b9a4ef2: am 72bd0479: Merge "Make \'stack\' able to find toolchains regardless of lunch." by Elliott Hughes · 12 years ago
  87. c3c8619 Make 'stack' able to find toolchains regardless of lunch. by Elliott Hughes · 12 years ago
  88. f893e74 Stack tool 32/64 bit compatibility fixes. by Brigid Smith · 12 years ago
  89. 818b45f am 14a67c7e: am be5e8f72: Merge "Stack tool 32/64 bit compatibility fixes." by Elliott Hughes · 12 years ago
  90. 15142f7 Stack tool 32/64 bit compatibility fixes. by Brigid Smith · 12 years ago
  91. 5283a53 am fbc66057: am 535decd2: Merge "Add the arm64 pstate register to the stack tool." by Elliott Hughes · 12 years ago
  92. a8e3123 Add the arm64 pstate register to the stack tool. by Elliott Hughes · 12 years ago
  93. be4de46 Add the arm64 pstate register to the stack tool. by Elliott Hughes · 12 years ago
  94. 6e57b3b am fac2a436: am 17d35eaf: Merge "Fix symbol.py\'s toolchain detection for x86." by Elliott Hughes · 12 years ago
  95. 4edd2b7 am 8dd6132d: am afab5877: Merge "stack_core ProcessLine now returns a boolean." by Elliott Hughes · 12 years ago
  96. 0d5ba37 am 434f3f67: am 121b2939: Merge "stack_core now also detects the "Revision: #" line." by Elliott Hughes · 12 years ago
  97. 9c2192a stack_core ProcessLine now returns a boolean. by Brigid Smith · 12 years ago
  98. 0b30940 stack_core now also detects the "Revision: #" line. by Brigid Smith · 12 years ago
  99. c3166be Fix symbol.py's toolchain detection for x86. by Elliott Hughes · 12 years ago
  100. 228f89a am 203101c6: am d1b3bb63: Merge "Fix \'stack\' register matching for all architectures." by Elliott Hughes · 12 years ago