1. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
  2. 439d126 Add StackVisitor::SetVRegReference(). by Vladimir Marko · 5 years ago
  3. 8311489 ObjPtr<>-ify debugger/jdwp. by Vladimir Marko · 5 years ago
  4. 7c5acbb ART: Fix some types by Andreas Gampe · 6 years ago
  5. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 5 years ago
  6. 67f0e9c ART: Fix stale reference use in debugger. by Vladimir Marko · 5 years ago
  7. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 5 years ago
  8. 34857b5 Revert "Revert "Change state to waiting during aborting the VM"" by Koji Fukui · 5 years ago
  9. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 5 years ago
  10. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 5 years ago
  11. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 5 years ago
  12. ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 5 years ago
  13. 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 5 years ago
  14. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  15. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  16. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  17. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  18. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  19. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago
  20. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  21. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  22. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 6 years ago
  23. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 6 years ago
  24. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  25. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  26. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  27. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
  28. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 6 years ago
  29. e5afbf3 Refactor DecodeDebugLocalInfo by Mathieu Chartier · 6 years ago
  30. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 6 years ago
  31. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  32. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  33. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  34. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  35. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  36. f285863 Revert^6 "Ensure that OSR still is possible with jvmti" by Alex Light · 6 years ago
  37. 1eeefa6 Remove unhelpful ExceptionDescribe from DDMS error path. by Alex Light · 6 years ago
  38. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  39. af29031 Small documentation and stylistic changes. by Roland Levillain · 6 years ago
  40. b2ec9f5 Remove duplication, split tests by David Sehr · 6 years ago
  41. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  42. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  43. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  44. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  45. 94c589d ART: Mark Dbg GCs as debugger by Andreas Gampe · 7 years ago
  46. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  47. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  48. acea243 Merge changes Ic67db951,I1ba0f43c by Treehugger Robot · 7 years ago
  49. e5463a8 Ensure that DDM processing doesn't leave unhandled exceptions by Alex Light · 7 years ago
  50. 6f2a634 Clean up JVMTI DDMS extension function. by Alex Light · 7 years ago
  51. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 7 years ago
  52. 660be6f Add VMDebug.getInstancesOfClasses API. by Richard Uhler · 7 years ago
  53. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 7 years ago
  54. 772099a Add remaining DDMS messages into DdmPublishChunk by Alex Light · 7 years ago
  55. 8c2b929 Add JVMTI DDMS extension method and event. by Alex Light · 7 years ago
  56. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 7 years ago
  57. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 7 years ago
  58. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  59. 2161193 Ensure that OSR doesn't break local-variable get/set by Alex Light · 7 years ago
  60. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  61. 72e80c6 Merge changes Ia3f19f0f,I0fe8038e by Treehugger Robot · 7 years ago
  62. 77fee87 Add support for JVMTI monitor events. by Alex Light · 7 years ago
  63. 05f4774 Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual"" by Alex Light · 7 years ago
  64. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  65. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  66. b2c8fc6 Revert "Make WatchedFramePop instrumentation event pure-virtual" by Nicolas Geoffray · 7 years ago
  67. a0e0f10 Make WatchedFramePop instrumentation event pure-virtual by Alex Light · 7 years ago
  68. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  69. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
  70. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  71. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  72. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  73. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  74. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  75. 84eadb2 ART: Change StringTable to unordered_set by Andreas Gampe · 7 years ago
  76. 2eeb01a ART: Change StringTable for RecentAllocations by Andreas Gampe · 7 years ago
  77. d0fc768 ART: Presize output vector in RecentAllocations by Andreas Gampe · 7 years ago
  78. ff29cee ART: Add VLOGs to GetRecentAllocations by Andreas Gampe · 7 years ago
  79. f774a4e ART: Improve Dbg::GetRecentAllocations by Andreas Gampe · 7 years ago
  80. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 7 years ago
  81. 97e7803 Move debugger.cc GetCanonicalMethod to ArtMethod by Alex Light · 7 years ago
  82. e00ec30 Make native field operations call instrumentation listeners. by Alex Light · 7 years ago
  83. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 7 years ago
  84. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  85. 77d8a1c Revert^2 "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  86. 6530cab Revert "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  87. 40dc110 Merge "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  88. cdd798d Follow-up to 70d60275cc2860bde50e5f9c5b151e94f745ae14 by Sebastien Hertz · 7 years ago
  89. 70a4501 ART: Support for SourceDebugExtension by Orion Hodson · 7 years ago
  90. 70d6027 JDWP: fix Dbg::ResumeThread by Sebastien Hertz · 7 years ago
  91. 7337631 Fixup JDWP for obsolete methods by Alex Light · 7 years ago
  92. cafa081 Use GetPeerFromOtherThread in debugger. by Nicolas Geoffray · 7 years ago
  93. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  94. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 7 years ago
  95. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 7 years ago
  96. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  97. 0f01b58 ART: Add ClassLoadCallback by Andreas Gampe · 8 years ago
  98. 04bbb5b Revert "Revert "ART: Start RuntimeCallbacks"" by Andreas Gampe · 8 years ago
  99. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 8 years ago
  100. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 8 years ago